Skip to content

v0.90.7-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 12:58
· 45 commits to develop since this release
4faf273

⚠️ 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

✨ Improvements

🌍 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.