2025-05-11 19:45:56 +03:00

3.2 KiB
Raw Blame History

v0.94.0

Important

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

  • Pressing the “Star” button on GitHub (top-right).
  • Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal.

💡 Key highlights

  • A huge amount of work was done by @perfectra1nto integrate LLMs such as Ollama and ChatGPT into Trilium.
    • The goal is not to have basic API integration, but to really let the LLM understand the notes that are part of your knowledge base.
    • For more information, consult the in-app User Guide (F1) and look for the AI section.
    • Since this is highly experimental work, the LLM chat functionality might work well or it might have quite a few quirks, please keep this in mind.

🐞 Bugfixes

Improvements

  • Improved the text editor style, to match the TriliumNext.
  • Footnotes work in image captions by @werererer
  • Improvements to text notes (see the in-app help for more details):
    • Updated to the latest version of the CKEditor which brings significant bugfixes and performance improvements.
    • Bookmarks, similar to HTML anchors.
    • Emojis.
  • Make it show which node triggered the event when right-clicking on tree by @SiriusXT
  • Only expand/collapse the left pane of the focused window by @SiriusXT
  • Code notes:
    • Updated to a new generation of CodeMirror. Since it's a significant update, bug reports are welcome.
    • Added the GDScript (Godot) language.
    • Added the Nix language (and also in code blocks for text notes).
  • Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding.

📖 Documentation

🌍 Internationalization

🛠️ Technical updates