2025-04-12 09:23:24 +03:00
# v0.92.8-beta
2025-04-11 14:10:47 +03:00
## 💡 Key highlights
* …
## 🐞 Bugfixes
2025-04-12 00:02:01 +03:00
* Calendar does not hide when clicking on a note by @JYC333
2025-04-12 09:43:35 +03:00
* Mobile improvements:
* [Unable to add internal link on mobile version ](https://github.com/TriliumNext/Notes/issues/1677 )
2025-04-12 09:53:58 +03:00
* Note tree not closing when selecting some of the menu actions.
2025-04-11 14:10:47 +03:00
## ✨ Improvements
2025-04-11 20:05:22 +03:00
* Add week note and quarter note support by @JYC333
2025-04-11 20:17:05 +03:00
* Markdown export:
* Reduce extra whitespace between list items.
* Preserve include note.
2025-04-12 00:44:00 +03:00
* In-app help:
* Document structure is now precalculated, so start-up time should be slightly increased.
* Optimized the content in order to reduce the size on disk.
2025-04-12 09:53:58 +03:00
* Mobile improvements:
2025-04-12 10:31:53 +03:00
* The following dialogs are now accessible: bulk actions, branch prefix, include note, add link, sort child notes, note type selector, move/clone to, import/export, markdown import, note revisions
2025-04-12 10:53:29 +03:00
* Delete notes now requests confirmation.
2025-04-12 09:53:58 +03:00
* Modals now have a safe margin on their bottom and are scrollable.
2025-04-11 14:10:47 +03:00
## 🌍 Internationalization
* …
2025-04-11 23:15:30 +03:00
## 📖 Documentation
* Described almost all of the features of text notes, including a reference of keyboard shortcuts.
2025-04-11 14:10:47 +03:00
## 🛠️ Technical updates
* upgrade to express 5.1.0 by @pano9000