* Now it is possible to have a fixed toolbar for editing text notes instead of the standard floating one, see [Classic editor for text notes (with fixed toolbar)](https://github.com/TriliumNext/Notes/pull/571) for more information.
* Syntax highlight in code blocks in editable and read-only text notes (via Highlight.js), heavily based on [antoniotejada](https://github.com/antoniotejada)'s [Trilium-SyntaxHighlightWidget](https://github.com/antoniotejada/Trilium-SyntaxHighlightWidget).
* [0 Max content width causes editor issues](https://github.com/TriliumNext/Notes/issues/593)
* [Share icon not visible in note icon picker](https://github.com/TriliumNext/Notes/issues/603)
### ✨ Improvements
* Add find & replace button to fixed toolbar
* [Add more link protocol support](https://github.com/TriliumNext/Notes/pull/589) by @SiriusXT
* [Add a text replacement feature to the find\_widget](https://github.com/TriliumNext/Notes/pull/576) by @SiriusXT
* [Replace the editor type combo box with radio buttons](https://github.com/TriliumNext/Notes/pull/587) by @adoriandoran
* [Add box icons to note menu & attachments](https://github.com/TriliumNext/Notes/pull/609) by @SiriusXT
* [Improve the "Existing backups" section](https://github.com/TriliumNext/Notes/pull/615) by @adoriandoran
* [Trigger full text search when Ctrl + Enter is pressed in note autocomplete](https://github.com/TriliumNext/Notes/pull/585) by @SiriusXT
* [Improve context menus](https://github.com/TriliumNext/Notes/pull/618) (+ [Replace (?) with information icon](https://github.com/TriliumNext/Notes/issues/613)) by @adoriandoran
* [Double input after spaces on Android](https://github.com/TriliumNext/Notes/issues/568)
* [Hyperlinks with custom protocols not working](https://github.com/TriliumNext/Notes/issues/122) by @SiriusXT
* [Internal Link: Two Tooltips are displayed](https://github.com/TriliumNext/Notes/issues/525)
* Fixed loading of syntax highlighting themes for server and Docker builds.
### ✨ Improvements
* [Insert inline images in text notes](https://github.com/TriliumNext/Notes/issues/531) (also grouped the image alignment buttons in subcategories since there were too many of them).
* [Explicitly manage the "latest" tag, and have it point to the same tag as "stable"](https://github.com/TriliumNext/Notes/pull/545) by @perfectra1n
* [Make attachments open in a new tab/browser](https://github.com/TriliumNext/Notes/pull/559) by @SiriusXT
* [mouse scroll wheel direction for zoom level](https://github.com/TriliumNext/Notes/pull/555) by @rom1dep
* Apply syntax highlight to preview of code notes as well.
* [More reliably check for version updates](https://github.com/TriliumNext/Notes/pull/574) by @perfectra1n
* Font section in Appearance settings blinking when settings were being updated.
* [Crop fileName and prevent cutting into the extension](https://github.com/TriliumNext/Notes/pull/541) / Canvas note exported to html can't be view due to title name is 13-15 digits long by @SiriusXT
* Duplicate note count in delete relation modal.
* Docnotes (e.g. launcher configuration descriptions) not showing on Electron/desktop builds.
### ✨ Improvements
* Adjustable word-wrap for code blocks in text notes.
* Adjustable theme for code blocks in text notes, plus slightly improved design.
* The application should now be more highly tolerant to errors caused by custom widgets and scripts, not causing the UI to also crash (see [#511](https://github.com/TriliumNext/Notes/issues/511)).
* [Close tabs to the right](https://github.com/TriliumNext/Notes/pull/542) by @SiriusXT
* [Automatically trigger autocomplete on focus](https://github.com/TriliumNext/Notes/pull/534) by @SiriusXT
### 🌍 Internationalization
* Translate weekday and month names for daily notes.
* Update server translations when switching language.
* Translate search note prefix.
* Translate sync test messages.
### ⬆️ Library updates
* mind-elixir: 4.2.3 → 4.2.4
* mermaid: 11.3.0 → 11.4.0
* i18next: 23.16.2 -> 23.16.4
* and other internal development tooling updates.
## From`v0.90.9-beta`
### 🐞 Bugfixes
* [Promoted boolean attributes no long showing checkbox when the value is true](https://github.com/TriliumNext/Notes/issues/503)
* [Import of .htm keeps htm in title while html does not](https://github.com/TriliumNext/Notes/issues/500)
### ✨ Improvements
* [Syntax highlighting in read-only mode code notes](https://github.com/TriliumNext/Notes/issues/504) (also for “View source”).
* [Server 404 logs are now one-line instead of a full stack trace](https://github.com/TriliumNext/Notes/issues/505)
### 🌍 Internationalization
* Translated the toast notifications, errors and confirmation boxes.
* Translated the launcher context menu.
### ⬆️ Library updates
* i18next: 23.16.0 -> 23.16.2
* mind-elixir: 4.2.0 -> 4.2.2
* vanilla-js-wheel-zoom: 9.0.2 -> 9.0.4
* cookie-parser: 1.4.6 → 1.4.7
* image-type: 4.1.0 → 5.2.0
* express, express-rate-limit, express-session updated to latest.