Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

v0.92.7

Choose a tag to compare

@github-actions github-actions released this 10 Apr 19:33
· 3869 commits to develop since this release
64869f8

Important

If you enjoyed this release, consider showing a token of appreciation by:

  • Pressing the “Star” button on GitHub (top-right).
  • Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal.

🐞 Bugfixes

✨ 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