Release Roadmap
Organizes the feature shortlist from #56 into themed releases.
Version numbers will be assigned at release time based on semver.
Tags and DB connection
Internal quality improvements. No new user-facing tools, no documentation changes.
Note Editing
Biggest capability unlock: users (and LLMs) can now truly edit notes, not just append. Gated behind UI_ENABLE_CONTENT_REPLACEMENT opt-in.
Smarter Reading
More precise and efficient note access. Both enhance the existing bear-open-note tool.
More native tools
Three new tools wrapping Bear-native x-callback-url actions.
Not milestoned yet
Both need feasibility research before implementation. See open questions in each issue.
Versioning Notes
All changes are additive (new tools or new optional parameters on existing tools). No backward-incompatible changes identified.
improve: use JOIN-based tag filtering instead of text LIKE matching #67 (JOIN-based tag filtering) technically changes search behavior by removing false-positive matches, but this is a bug fix, not a breaking change.
Releases are ordered by risk/dependency: foundation first, then features, then research-needed items.
Version numbers assigned at release time following semver.
Release Roadmap
Organizes the feature shortlist from #56 into themed releases.
Version numbers will be assigned at release time based on semver.
Tags and DB connection
Internal quality improvements. No new user-facing tools, no documentation changes.
Note Editing
Biggest capability unlock: users (and LLMs) can now truly edit notes, not just append. Gated behind
UI_ENABLE_CONTENT_REPLACEMENTopt-in.Smarter Reading
More precise and efficient note access. Both enhance the existing
bear-open-notetool.More native tools
Three new tools wrapping Bear-native x-callback-url actions.
Not milestoned yet
Both need feasibility research before implementation. See open questions in each issue.
Versioning Notes