Skip to content

Releases: brufdev/many-notes

v0.10.1

27 Jun 22:14

Choose a tag to compare

  • Fix issues with insert internal link and image modals
  • Remove attempt to fix Tiptap extra line in codeblocks

v0.10.0

26 Jun 17:42

Choose a tag to compare

  • Replace the Markdown editor with Tiptap
  • Fix vault and node allowed names pattern
  • Fix modals scroll
  • Replace MariaDB with MySQL in the installation guide
  • Improve UI and UX
  • Improve codebase and documentation
  • Bump all dependencies

v0.9.1

25 May 12:09

Choose a tag to compare

  • Add the ability to disable registration for new users

v0.9.0

22 May 17:35

Choose a tag to compare

  • 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

22 Apr 20:15

Choose a tag to compare

Bug fixes

  • Fix right panel links not updating when switching or closing files #35

v0.8.0

22 Apr 12:48

Choose a tag to compare

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

21 Mar 00:08

Choose a tag to compare

  • Allow trailing spaces in node names #28
  • Add logo and favicon made by @alexk7110 in #33

v0.7.1

14 Mar 22:46

Choose a tag to compare

Bug Fixes:

  • Fix zeroing of assets when renaming them #26
  • Fix links with UTF-8 characters not working #27

v0.7.0

11 Mar 14:00

Choose a tag to compare

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.sqlite file when installing Many Notes for the first time using SQLite.
  • Dependencies have been updated.

v0.6.1

20 Feb 01:11

Choose a tag to compare

Bug Fixes:

  • Fix Alpine issue when dealing with files #17