31 lines
826 B
Markdown

# v0.92.8-beta
## 💡 Key highlights
*
## 🐞 Bugfixes
* Calendar does not hide when clicking on a note by @JYC333
* [Unable to add internal link on mobile version](https://github.com/TriliumNext/Notes/issues/1677)
## ✨ Improvements
* Add week note and quarter note support by @JYC333
* Markdown export:
* Reduce extra whitespace between list items.
* Preserve include note.
* 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.
## 🌍 Internationalization
*
## 📖 Documentation
* Described almost all of the features of text notes, including a reference of keyboard shortcuts.
## 🛠️ Technical updates
* upgrade to express 5.1.0 by @pano9000