Major highlights
- Added drag-and-drop support for reordering documents and folders in the sidebar.
- Mermaid diagrams now have an interactive preview mode in the editor, allowing you to pan and zoom the diagram for better readability. You can also open the diagram in a fullscreen viewer for an even more immersive experience.
- Enforced filename sanitization to prevent issues with user-typed names containing slashes (e.g. dates like "01/04/2026") creating unintended subdirectories. All slashes in document and folder names are now replaced with dashes.
- Added a notification badge to the settings icon when a new version is available, making it easier for users to stay up-to-date with the latest features and improvements.
- This requires an api call to check for the latest version. If the environment is isolated, blocking outbound requests, the badge won't be shown.
- Right clicking on sidebar items now opens the options menu for that item, providing a more intuitive way to access item-specific actions.
- New note modal now allows users to select which folder to create the note in.
- Users can now export their documents unencrypted as well.
- Restyled sidebar list items to be more compact.
- Added default document name with date and time.
Full Changelog: v2.5.0...v2.6.0