Trilium Notes logo

Trilium Notes

Build your personal knowledge base with Trilium Notes

Alternative to: evernote, onenote, notion


About Versions (100)

v0.98.0

2025-08-17

v0.98.0

[!IMPORTANT] If you enjoyed this release, consider showing a token of appreciation by:

πŸ’‘ Key highlights

🐞 Bugfixes

  • The β€œchat with notes” icon re-appears on 0.97.2’s Launchbar after update, even though the LLM feature was disabled before
  • Board view: sub-children (recursive) not displayed.
  • Canvas: unable to open internal note path links
  • Delay when opening a Text note for the first time
  • Search term is not highlighted in preview search result
  • ETAPI: Save note revision if needed by @perfectra1n
  • No update notification in the global menu by @SiriusXT

✨ Improvements

  • Zen mode is now supported on mobile by @Papierkorb2292
  • Code notes: new Cobalt2 theme by @hulmgulm
  • Existing users will be prompted with a message at the start of the application (and an option to dismiss it permanently):
    • To enable background effects on Windows, since it has become stable.
    • To use the TriliumNext theme.
  • The built-in themes were renamed:
    • TriliumNext themes become simply Trilium
    • The Light/Dark/Auto themes become Legacy
  • Clean up old backend logs by @perfectra1n

πŸ“– Documentation

  • update doc references from triliumnext/notes to triliumnext/trilium by @perfectra1n
  • Simple Update/Autoupdate Script by @serossi
  • Improve OIDC docs by @JYC333
  • Traditional Chinese README by @francistw
  • README improvements by @meichthys

🌍 Internationalization

  • Improvements to multiple languages:

    • Chinese (Traditional)
    • Spanish
  • Some work started on new languages:

    Portuguese (Brazil), Japanese, Russian, Serbian, Italian, Greek, Catalan

  • Added new languages:

    • Russian (translations by @questamor)
    • Japanese language (translations by acwr47)[…]

πŸ› οΈ Technical updates

  • Add duplicateSubtree to backend API by @Geekswordsman
  • Fixed CVE-2025-54798 in tmp dependency
  • Remove unnecessary idea directory by @GrantZhu1001
  • Support getting an attribute value by ID in BNote by @Geekswordsman
  • only run nightly.yml on TriliumNext/Trilium by @maphew
  • All the dialogs have been converted to React/Preact for better maintainability. If you notice any regressions, please report them.