v0.98.1
Important
If you enjoyed this release, consider showing a token of appreciation by:
- Pressing the “Star” button on GitHub (top-right).
- Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal.
🐞 Bugfixes
- Keyboard shortcut catches QWERTY keys instead of owner's
- `-character doesn't work in shortcuts
- Quick search: attribute search no longer working
- Settings not fitting well on mobile.
- Attributes/tags not showing up in search results
- Note links always follow note title
✨ Improvements
- Quick search: format multi-line results better
- Add UI performance-related settings by @adoriandoran
- Reduce or disable search animation by @adoriandoran
- Fuzzy search should have a "non fuzzy" option by @perfectra1n
📖 Documentation
- Swagger UI for the internal API by @perfectra1n
- Improve documentation on environment variables by @perfectra1n
🌍 Internationalization
- Thanks to our contributors on Weblate:
- Added support for the Ukrainian language.
- Increased coverage for most of the languages.
🛠️ Technical updates
- Mermaid diagrams: patch for CVE-2025-54880
- The settings were ported to React. If you notice any issues with the settings, let us know and we'll promptly fix them.
- Improve management for settings INI by @perfectra1n
- Log same error message on API 401 as on login error to allow fail2ban blocking by @hulmgulm