# v0.92.7 > [!IMPORTANT] > If you enjoyed this release, consider showing a token of appreciation by: > > * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right). > * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran). ## 🐞 Bugfixes * [Quick search not working on horizontal layout](https://github.com/TriliumNext/Notes/issues/1647) * [Launch bar has a right shift except in default theme](https://github.com/TriliumNext/Notes/issues/1646) * Options/Appearance: Checking “Override theme fonts” not showing the “Fonts” section immediately (only after a refresh). * [Code Syntax Highlighting Not Persisting after navigating back to Note (highlight.js)](https://github.com/TriliumNext/Notes/issues/1609) * [The syntax highlighting of code blocks is broken for imported notes](https://github.com/TriliumNext/Notes/issues/843) * [Export equations into Katex instead of latex](https://github.com/TriliumNext/Notes/issues/1649) * Duplicating note subtree escapes special characters * [Internal Note links not working in User Guide](https://github.com/TriliumNext/Notes/issues/1643) * [Mobile detection when auth disabled not working](https://github.com/TriliumNext/Notes/issues/1660) * [Format bar placement obscures the bottom bar](https://github.com/TriliumNext/Notes/issues/1121) * [On mobile, format bar scrolls when should remain static position above keyboard](https://github.com/TriliumNext/Notes/issues/1513) * ["Error: Option 'redirectBareDomain' doesn't exist" on new installations](https://github.com/TriliumNext/Notes/pull/1668) by @pano9000 ## ✨ Improvements * Calendar View: Improve display of calendar items with hours ## 📖 Documentation * Reorganized and improved the documentation for scripting notes. * Documented table of contents, highlights list and the right sidebar. * Improved documentation for attributes (labels & relations), as well as the list of all attributes. * Documented the hidden tree. * Documented the note contextual menu. * Documented various dialogs such as recent changes or bulk actions. ## 🛠️ Technical updates * Use eslint simple-import-sort plugin to enable auto fix by @JYC333 * use type variable for sql.transactional's return value by @pano9000