docs(release): update changelog

This commit is contained in:
Elian Doran 2025-05-12 00:35:50 +03:00
parent fac16ffd2a
commit 46c689e229
No known key found for this signature in database

View File

@ -11,6 +11,10 @@
* 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. * 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 (<kbd>F1</kbd>) and look for the AI section. * For more information, consult the in-app User Guide (<kbd>F1</kbd>) 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. * 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.
* This release brings significant updates to our libraries:
* CKEditor, used by text notes is now updated to the latest version and that brings in new features (see below) and performance improvements.
* CodeMirror, used by code notes has been upgraded to a new generation.
* Code notes now also support themes, similar to code blocks.
## 🐞 Bugfixes ## 🐞 Bugfixes
@ -21,20 +25,18 @@
* Improved the text editor style, to match the TriliumNext. * Improved the text editor style, to match the TriliumNext.
* Footnotes work in image captions by @werererer * Footnotes work in image captions by @werererer
* Improvements to text notes (see the in-app help for more details): * 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. * Bookmarks, similar to HTML anchors.
* Emojis. * Emojis.
* [Make it show which node triggered the event when right-clicking on tree](https://github.com/TriliumNext/Notes/pull/1861) by @SiriusXT * [Make it show which node triggered the event when right-clicking on tree](https://github.com/TriliumNext/Notes/pull/1861) by @SiriusXT
* [Only expand/collapse the left pane of the focused window](https://github.com/TriliumNext/Notes/pull/1905) by @SiriusXT * [Only expand/collapse the left pane of the focused window](https://github.com/TriliumNext/Notes/pull/1905) by @SiriusXT
* Code notes: * 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 GDScript (Godot) language.
* Added the Nix language (and also in code blocks for text notes). * 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. * Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding.
## 📖 Documentation ## 📖 Documentation
* \[…\] * Documented the new text note features: bookmarks and emojis.
## 🌍 Internationalization ## 🌍 Internationalization