From e4f5e5473b641fb6a3dedcd1463dfeb3bd7129e1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 11 May 2025 19:10:48 +0300 Subject: [PATCH] chore(release): update changelog --- docs/Release Notes/Release Notes/v0.94.0.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Release Notes/Release Notes/v0.94.0.md b/docs/Release Notes/Release Notes/v0.94.0.md index ecc1e08c0..a54b7e855 100644 --- a/docs/Release Notes/Release Notes/v0.94.0.md +++ b/docs/Release Notes/Release Notes/v0.94.0.md @@ -20,12 +20,15 @@ * Improved the text editor style, to match the TriliumNext. * Footnotes work in image captions by @werererer -* Improvements to text notes, thanks updates to the editor (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. * Emojis. * [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 -* Code notes now have support for GDScript (Godot). +* Code notes: + * Updated to a new generation of CodeMirror. Since it's a significant update, bug reports are welcome. + * Added the GDScript (Godot) language. * Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding. ## 📖 Documentation