docs(release): add new entries in changelog

This commit is contained in:
Elian Doran 2025-05-26 17:11:34 +03:00
parent 3ca2b24db3
commit a703172549
No known key found for this signature in database

View File

@ -52,6 +52,7 @@
* Code blocks in text notes:
* For editable notes, clicking on a code block will reveal a toolbar with a way to easily change the programming language and another button to copy the text to clipboard.
* For read-only notes, a floating button allows copying the code snippet to clipboard.
* [Math in text notes: equations can now be displayed on multiple lines](https://github.com/TriliumNext/Notes/pull/2003) by @SiriusXT
## 📖 Documentation
@ -74,3 +75,4 @@
* more info on several database table by @FliegendeWurst
* CKEditor (the editor used for text notes) has been updated 7 versions, from v42 to 45.
* Read-only search refactoring by @SiriusXT
* add option to mount database read-only (development preview) by @FliegendeWurst