v0.99.1
Important
If you enjoyed this release, consider showing a token of appreciation by:
- Pressing the “Star” button on GitHub (top-right).
- Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal.
💡 Key highlights
- Trilium now has an official homepage: https://triliumnotes.org/. Suggestions and bug reports are welcome.
🐞 Bugfixes
- Zen mode: note buttons visible in zen mode.
- Deleting a bulk action would execute all bulk actions
- Focus resets to start of note after adding inline link
- Zen mode doesn't increase web view size by @Papierkorb2292
- Shortcut keys without modifiers affecting normal usage
- Missing ribbon widgets section in Appearance
- Split button visible while printing
- Unable to search in read-only code notes
- LLM chat: conversation not visible on Firefox
- Mind map affecting the use of the space bar in the entire app
✨ Improvements
- Make splits resizable while in Zen Mode
- Use number sorting for number columns in Table view by @Mystler
- Improvements to the display of the toast notifications.
- Websocket connection errors are now displayed as a toast.
- Math equations can be customised, in text size, text color and background color.
🛠️ Technical updates
- Update Electron to v38
- Fixed an event leak in modals.
- Replace
jsdom
withnode-html-parser