mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
1.3 KiB
1.3 KiB
v0.92.8-beta
💡 Key highlights
- …
🐞 Bugfixes
- Calendar does not hide when clicking on a note by @JYC333
- Mobile improvements:
- Unable to add internal link on mobile version
- Note tree not closing when selecting some of the menu actions.
✨ 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.
- Mobile improvements:
- 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, info dialog.
- Delete notes now requests confirmation.
- Modals now have a safe margin on their bottom and are scrollable.
🌍 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