v0.14.2
usememos/memosv0.14.2Jul 26, 2023by boojack
AI Summary
A patch release fixing critical issues with tag rendering, hashtag filtering, and RSS routing, plus adding search functionality.
Key Highlights
- Fixed rendering for multi-level tags
- Fixed hashtag filter for Unicode characters
- Fixed RSS route issues
- Added search bar in archived and explore pages
New Features
- Search bar in archived and explore pages
- Fixed multi-level tag rendering
- Fixed hashtag filtering
Full Release Notes
## TL;DR * Fixed rendering for multi-level tags; * Fixed filter memos by tag; ## What's Changed * fix: rss route by @boojack in https://github.com/usememos/memos/pull/2008 * chore: fix rss route by @boojack in https://github.com/usememos/memos/pull/2010 * chore: fix request path by @boojack in https://github.com/usememos/memos/pull/2014 * fix: empty state display issue with resourceList style Grid by @Ajaykumbhare in https://github.com/usememos/memos/pull/2018 * /api/v1/auth/signup json format by @sqxccdy in https://github.com/usememos/memos/pull/2021 * fix: hashtag filter for Unicode characters by @Ajaykumbhare in https://github.com/usememos/memos/pull/2017 * feat: update chinese translate by @imaegoo in https://github.com/usememos/memos/pull/2023 * feat: add search bar in archived and explore pages by @tranquanghuy0801 in https://github.com/usememos/memos/pull/2025 * chore: update ja.json by @kusanaginoturugi in https://github.com/usememos/memos/pull/2030 * chore: update ja.json by @kusanaginoturugi in https://github.com/usememos/memos/pull/2032 * revert: fix: exclude all punctuation chars except underscore in tags by @boojack in https://github.com/usememos/memos/pull/2033 * fix: get user by username api by @boojack in https://github.com/usememos/memos/pull/2034 * chore: upgrade version to `0.14.2` by @boojack in https://github.com/usememos/memos/pull/2035 ## New Contributors * @sqxccdy made their first contribution in https://github.com/usememos/memos/pull/2021 * @imaegoo made their first contribution in https://github.com/usememos/memos/pull/2023 * @tranquanghuy0801 made their first contribution in https://github.com/usememos/memos/pull/2025 **Full Changelog**: https://github.com/usememos/memos/compare/v0.14.1...v0.14.2