Releases: BIRSAx2/bear-rs
Releases · BIRSAx2/bear-rs
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release as bear-rs.
Rust library for reading and writing Bear.app notes via the local SQLite database. No network, no CloudKit, no Bear.app process required.
What's included
SqliteStore— full read/write access to Bear's SQLite database- Bear search syntax parser (
@todo,#tag,@today,-negation, etc.) - Note, tag, pin, and attachment operations
- Darwin notification on write so Bear's UI refreshes automatically
- Export to markdown with optional YAML frontmatter