Skip to content

Releases: brufdev/many-notes

v0.15.5

08 Dec 12:56

Choose a tag to compare

What's Changed

  • Fix query in databases with ONLY_FULL_GROUP_BY enabled #115

v0.15.4

25 Nov 15:31

Choose a tag to compare

What's Changed

  • Fix cursor jump when removing the last character of a paragraph

v0.15.3

23 Nov 16:03

Choose a tag to compare

What's Changed

  • Fix disabling registration from the user menu

v0.15.2

23 Oct 17:57

Choose a tag to compare

What's Changed

  • Add Vite PWA plugin
  • Fix caching issues in PWA
  • Update PWA icons
  • Fix margin-top issues in Tiptap's first child elements
  • Improve documentation for disabling local authentication

v0.15.1

21 Oct 19:04

Choose a tag to compare

What's Changed

  • Fix dark mode toggle to work correctly inside button
  • Update npm packages: vite, laravel-vite-plugin, laravel-echo
  • Update documentation

v0.15.0

20 Oct 14:10

Choose a tag to compare

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

07 Oct 21:51

Choose a tag to compare

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

26 Sep 17:52

Choose a tag to compare

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

18 Sep 17:47

Choose a tag to compare

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

v0.12.5

03 Sep 18:51

Choose a tag to compare

What's Changed

  • Fix Firefox updating note with stale or empty data after tab load