Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

v0.95.0

Latest
Compare
Choose a tag to compare
@eliandoran eliandoran released this 15 Jun 21:12
· 168 commits to develop since this release
b9ae226

Important

If you enjoyed this release, consider showing a token of appreciation by:

Caution

Sync version has been increased, so update of both the client and server are necessary.

Important

For canvas notes, the “Mermaid to Excalidraw” feature is no longer functional for now since it relies on an old version of Mermaid diagrams. To avoid having a large library duplicated, we had to let go of this feature. If it's an important feature to you, let us know.

💡 Key highlights

  • Improvements to the shared notes functionality:
    • A new default theme was introduced called Trilium.Rocks (original development by @zerebos) and adapted to our project. New features from this theme include: search, collapsible tree, light/dark mode, mobile mobile.
    • Basic syntax highlighting for code blocks has been added, but only if the language is explicitly specified.
    • Note icons are now displayed in the share tree.
    • Math equations are now rendered in text notes.

🐞 Bugfixes

✨ Improvements

📖 Documentation

  • Clarify custom paths for non-root and improve nginx configuration by @hulmgulm
  • Multi-factor authentication clarifications by @JYC333

🛠️ Technical updates

  • Express was updated to the newest major version (5).
  • The canvas (Excalidraw) was refactored to use Preact instead of React.
  • Desktop version: remove unnecessary locale information to save some space.