2025-10-05 11:50:52 +03:00

37 lines
1.9 KiB
Markdown
Vendored

# v0.99.1
> [!IMPORTANT]
> If you enjoyed this release, consider showing a token of appreciation by:
>
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Trilium) (top-right).
> * Considering a one-time or recurrent donation to the [lead developer](https://github.com/eliandoran) via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran).
## 💡 Key highlights
* Trilium now has an official homepage: [https://triliumnotes.org/](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](https://github.com/TriliumNext/Trilium/issues/7115)
* [Zen mode doesn't increase web view size](https://github.com/TriliumNext/Trilium/issues/6972) by @Papierkorb2292
* [Shortcut keys without modifiers affecting normal usage](https://github.com/TriliumNext/Trilium/issues/7121)
* 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](https://github.com/TriliumNext/Trilium/issues/5762)
* [Mind map affecting the use of the space bar in the entire app](https://github.com/TriliumNext/Trilium/issues/7170)
## ✨ Improvements
* [Make splits resizable while in Zen Mode](https://github.com/TriliumNext/Trilium/issues/7093)
* [Use number sorting for number columns in Table view](https://github.com/TriliumNext/Trilium/pull/7094) 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` with `node-html-parser`