2025-04-18 16:10:44 +03:00

52 lines
3.3 KiB
Markdown
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](https://github.com/TriliumNext/Notes/issues/467#issuecomment-2402853189).
* 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](https://github.com/TriliumNext/Notes/issues/297)
* [Override the z-index of Bootstrap tooltips](https://github.com/TriliumNext/Notes/pull/472) by [dousha](https://github.com/dousha)
* [Clicking an entry in the calendar opens the note twice](https://github.com/TriliumNext/Notes/issues/417)
* [mindmap note suddenly show with file note](https://github.com/TriliumNext/Notes/issues/467)
* [Import md with jpeg: broken jpeg](https://github.com/TriliumNext/Notes/pull/458) by [`perfectra1n`](https://github.com/perfectra1n)
## ✨ Improvements
* [Icon improvements](https://github.com/TriliumNext/Notes/pull/392) by `@SiriusXT`.
* [Open in file manager of Trilium's data directory](https://github.com/TriliumNext/Notes/pull/389) by `@SiriusXT`.
* [i18n Fallback to English for null characters](https://github.com/TriliumNext/Notes/pull/414) by `@SiriusXT`.
* [Use matrix strategy for CI/CD](https://github.com/TriliumNext/Notes/pull/402#top) (Alpine is back!) by `perfectra1n`.
* [Floating buttons can be displayed again after being closed](https://github.com/TriliumNext/Notes/pull/432) by `@SiriusXT`.
* [Revisions number limit](https://github.com/TriliumNext/Notes/pull/391) by [SiriusXT](https://github.com/SiriusXT).
* [Searching with orderBy doesn't work with dated attributes](https://github.com/TriliumNext/Notes/pull/451) by [jaimeferj](https://github.com/jaimeferj).
* [Use the electron Clipboard module when using "Copy image to clipboard"](https://github.com/TriliumNext/Notes/pull/452) by @perfectra1n.
* [MIME type not being used when creating new note correctly, upon zip import](https://github.com/TriliumNext/Notes/pull/458) by @perfectra1n.
* [fix blurry PWA icon](https://github.com/TriliumNext/Notes/pull/465) by [quantum5](https://github.com/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](https://github.com/hasecilu).
* Improved coverage for Chinese by [Nriver](https://github.com/Nriver/).
* Improved coverage for Romanian.
## Library updates
* [Upgrade bootstrap from v4 to v5](https://github.com/TriliumNext/Notes/pull/381) 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.