mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
1.7 KiB
1.7 KiB
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's 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 / 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).
- Close tabs to the right by @SiriusXT
- Automatically trigger autocomplete on focus 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.