Releases: linw1995/bearmark
Releases · linw1995/bearmark
v0.2.0
What's Changed
- Right way to search bookmarks in folders by @linw1995 in #5
- Fix no bookmarks searching result by multi tags by @linw1995 in #6
- Refine fn search_bookmarks_with_query by @linw1995 in #7
- Serve with static files by @linw1995 in #8
- Support simple API_KEY Auth by @linw1995 in #9
- Fix search bookmarks in invalid cwd by @linw1995 in #10
- Fix searching bookmarks not in CWD by @linw1995 in #11
Full Changelog: v0.1.2...v0.2.0
Bump to v0.1.2
Fixes
- Fix BearQL parsing error
- Normalize paths before searching
Bump to v0.1.1
Fixes
- Normalize paths before searching
Bump to v0.1.0
Implement transactions to secure data (#3) * New sub command 'db-console' for development * Implement transactions to secure data * Fix data racing * Fix data racing