Releases: brufdev/many-notes
Releases · brufdev/many-notes
v0.10.1
v0.10.0
v0.9.1
v0.9.0
- Add Typesense to perform faster and typo-tolerant searches on your vault files
- Search now looks in the title and content of all your notes
- Add keyboard navigation to the search feature
- Hide password recovery routes if no email service is configured
- Use "Remember me" when authenticating with OAuth
- Improve UI and UX
- Improve codebase
- Improve documentation
- Bump all dependencies to latest major versions
v0.8.1
v0.8.0
Features
- Add collaboration, allowing you to invite other users to work on your vaults
- Add broadcasting, enabling a live-updating user interface
- Add notifications to receive requests and alerts
- Add list of users currently viewing the file (in vaults with collaborators)
- Add "General" and "Importing and exporting" sections to the help modal
Other
- Fix parsing links inside task lists
- Improve saving users last visit URL to work with collaboration
- Increase list of allowed characters for vault and node names
- Fix modals UI
- Temporarily remove SPA mode due to Livewire issues with navigate feature
- Improve UI and UX, refactor code, and add additional tests
- Update theme images
v0.7.2
v0.7.1
v0.7.0
Features:
- You can now move files and folders within your vaults.
- Users now have a starter vault to help them get started with Many Notes.
- Links and backlinks now support all file types (audio, image, video, PDF).
Other:
- The "Insert Template" action is now located in the Markdown editor toolbar.
- Fixed an issue when trying to create a folder with the same name as an existing file.
- Fixed the first login redirect for new users.
- Added "&" to the list of allowed characters for node names.
- Installation now includes two additional guides for Docker volumes and MariaDB.
- It's no longer needed to create an empty
database.sqlitefile when installing Many Notes for the first time using SQLite. - Dependencies have been updated.