# v0.90.10-beta ## 💡 Key highlights * 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). ## 🐞 Bugfixes * Code note overlapping with note list. * Fix error when running a script in 0.90.9-beta. * 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.