mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
3.3 KiB
Vendored
3.3 KiB
Vendored
v0.90.7-beta
⚠️ 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.
🐞 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.
- MIME type not being used when creating new note correctly, upon zip import 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
- This is a heavy UI library update, so there might be quirks here and there.
- Various improvements and bugfixes by @JYC333 and @SiriusXT
- 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.