Release history
many-notes releases
Markdown note-taking web application designed for simplicity
All releases
24 shown
Path traversal fix + MIME validation + media format changes
## What's Changed - Fix query in databases with ONLY_FULL_GROUP_BY enabled #115
## What's Changed - Fix cursor jump when removing the last character of a paragraph
## What's Changed - Fix disabling registration from the user menu
Fixed dark mode toggle functionality within button components. Updated dependencies including Vite, laravel-vite-plugin, and laravel-echo.
- Manual dark/light mode toggle
- Content width toggle button
- Microsoft Azure SSO
Fixed markdown editing state persistence across page reloads. Improved note creation experience with auto-focus on editor. Fixed checkbox styling on light theme and file opening behavior.
- URLs are no longer auto-linked and are treated as plain text. Users who relied on automatic URL linking should update their workflows accordingly.
- URLs are now treated as plain text and are no longer auto-linked — existing workflows relying on automatic URL linking will need adjustment.
- Email links in angle brackets
- Hashtag and escaped hashtag support in the editor
- Clickable external links within the editor
- Typesense collection schema updated to include an 'updated date' field. A forced reimport of all data into Typesense is required to apply the schema changes. Operators should trigger this after upgrading.
- axios updated to v1.12.2; Vite updated to v6.3.6.
- Multi-file vault imports
- PDF export feature with print button in editor toolbar
- Search result match highlighting
## What's Changed - Fix Firefox updating note with stale or empty data after tab load
- Markdown link titles support
- Improved tree view with indentation and vertical lines
- Markdown editing toggle
- Automatic backlinks update
- Pocket ID SSO
- Override Turndown's aggressive special character escaping - Allow Unicode letters in tags
- Disable local authentication option
- User roles system
- Version availability notifications
- Fixed XSS vulnerability where malicious Markdown files could execute JavaScript when viewed
- MIME type validation for uploads
- Fix issues with insert internal link and image modals - Remove attempt to fix Tiptap extra line in codeblocks
- Existing Markdown content may require migration or manual review after the switch to Tiptap; verify note content renders correctly after upgrade
- Vault and node name validation patterns have been corrected — names that were previously accepted due to a bug may no longer be valid
- Markdown editor replaced with Tiptap — existing content stored in Markdown format may not render or migrate correctly
- Tiptap rich text editor integration replacing Markdown editor