Releases: brufdev/many-notes
Releases · brufdev/many-notes
v0.15.5
v0.15.4
v0.15.3
v0.15.2
v0.15.1
v0.15.0
What's Changed
- Add manual dark/light mode toggle to the user menu
- Improve UI to use available space on large devices
- Add new button to toggle the content width
- The side panels state is now preserved across refreshes
- The layout is now automatically adjusted if the window gets resized
- Add Microsoft Azure SSO provider
- Adjust debounce delay to 1s to reduce excessive writes
- Normalize icons stroke width
- Update dependencies
- Optimize GitHub actions
v0.14.1
What's Changed
- Persist markdown editing state across page loads
- Add focus to the editor after opening created notes
- Fix opening non-note files if a note is currently open
- Prevent the attempt to automatically open a newly created folder
- Fix checkbox UI on light theme
- Add depends_on attribute and healthcheck to MySQL installation guide
v0.14.0
What's Changed
- Add support for email links in angle brackets
- Add support for hashtags and escaped hashtags in the editor
- Improve display of audio, images, PDFs, and videos
- Improve smart bracket extension to handle all selection cases
- External links can now be clicked within the editor
- URLs are now treated as plain text instead of being auto-linked
- Optimize Turndown calls when switching to Markdown view
- Fix queries in databases with ONLY_FULL_GROUP_BY enabled
v0.13.0
What's Changed
- Allow multiple file imports into vaults
- Add list of recent files to vaults page
- Add matches highlighting to search results
- Add 'Export to PDF' feature and new print button to editor toolbar
- Add smart bracket features to Tiptap
- Group links, backlinks and tags, and add their total counts
- Add list of vault tags and their total counts
- Add support for angle bracket Markdown links
- Skip autolinking URLs/emails in plain Markdown text
- Automatically open created notes
- Improve vaults list and search list UI
- Add role in the user menu for admin users
- Update section titles for visual consistency
- Improve scrolls positioning for better UX
- Add rounded corners to media elements
- Add updated date to Typesense collection schema
- Force reimport data into Typesense to apply schema updates
- Update axios to v1.12.2 and vite to v6.3.6
- Update Pocket ID SSO provider
- Update documentation
- Add more tests