v0.24.0
The version includes changes to the database and API. Please be careful to upgrade, and it's recommended to back up your data first. Learn more in https://github.com/usememos/memos/compare/v0.23.1...v0.24.0.
Shortcuts have been introduced, allowing you to easily filter memos based on conditions like tags, visibility, and timestamps. Quickly create reusable filters with comparison, set, string, and logical operators, making it faster and more efficient to find the memos you need. For more details, check out the documentation.
What's Changed
- fix: use correct separator in migration file name by @l2dy in https://github.com/usememos/memos/pull/4327
- fix: internal error on pin/unpin by @AvoidMe in https://github.com/usememos/memos/pull/4332
- chore: cancel out of no changes save by @RoccoSmit in https://github.com/usememos/memos/pull/4335
- fix: migrate sql error by @xiaoweihong in https://github.com/usememos/memos/pull/4338
- fix: show loader icon while refreshing by @hchengting in https://github.com/usememos/memos/pull/4358
- feat: search for multiple words by @RoccoSmit in https://github.com/usememos/memos/pull/4362
- fix: calendar coloring issue by @shungiku in https://github.com/usememos/memos/pull/4352
- feat: add Farsi(Persian) localazation by @spidtzz in https://github.com/usememos/memos/pull/4364
New Contributors
- @l2dy made their first contribution in https://github.com/usememos/memos/pull/4327
- @AvoidMe made their first contribution in https://github.com/usememos/memos/pull/4332
- @xiaoweihong made their first contribution in https://github.com/usememos/memos/pull/4338
- @shungiku made their first contribution in https://github.com/usememos/memos/pull/4352
- @spidtzz made their first contribution in https://github.com/usememos/memos/pull/4364
Full Changelog: https://github.com/usememos/memos/compare/v0.23.1...v0.24.0