v0.90.7-beta
Pre-release
Pre-release
github-actions
released this
13 Oct 12:58
·
301 commits
to develop
since this release
⚠️ Important notes
- 0.90.5-beta & 0.90.6-beta have an incompatibility with older sync servers if using mind maps, causing them to get turned to a file. If you are impacted by this, see mindmap note suddenly show with file note.
- Sync version has been increased from 32 to 33 to prevent issues with mindmap notes. This means that the server also needs to be updated to this version, otherwise sync will be refused.
- If you are using the server build with a custom entrypoint (instead of running
./trilium.sh
), make sure to change./node/bin/node src/www
to./node/bin/node src/main
. See #483 for more information.
🐞 Bugfixes
- Insert Math appears to be broken
- Override the z-index of Bootstrap tooltips by @dousha
- Clicking an entry in the calendar opens the note twice
- mindmap note suddenly show with file note
- Import md with jpeg: broken jpeg by @perfectra1n
✨ Improvements
- Icon improvements by @SiriusXT
- Open in file manager of Trilium's data directory by @SiriusXT
- i18n Fallback to English for null characters by @SiriusXT
- Use matrix strategy for CI/CD (Alpine is back!) by @perfectra1n
- Floating buttons can be displayed again after being closed by @SiriusXT
- Revisions number limit by @SiriusXT
- Searching with orderBy doesn't work with dated attributes by @jaimeferj
- Use the electron Clipboard module when using "Copy image to clipboard" by @perfectra1n
- fix blurry PWA icon by @quantum5
🌍 Internationalization
- Translated more of the client (e.g. note types, tree context menu, switches in the ribbon).
- Started translating the server (e.g. first setup, keyboard actions, shared pages).
- Improved coverage for Spanish by @hasecilu
- Improved coverage for Chinese by @Nriver
- Improved coverage for Romanian.
Library updates
- Upgrade bootstrap from v4 to v5 by @JYC333
- Mermaid: 10.9.1 → 11.3.0
- Mind Elixir: 4.0.5 → 4.1.5
- JSDOM: 24.1.1 → 25.0.0
- Day.js: 1.11.12 → 1.11.13
- ESLint: 9.9.0 → 9.10.0
- Marked: 13.0.2 → 14.1.2
- Ini: 4.1.3 -> 5.0.0
- Axios: 1.7.2 → 1.7.7
- i18next: 23.14.0 → 23.15.2
- express 4.19.2 → 4.21.0
- better-sqlite3: 11.1.2 → 11.3.0
- and other development tools.