Skip to content

Releases: brufdev/many-notes

v0.12.4

30 Aug 18:35

Choose a tag to compare

What's Changed

  • Add support for titles in Markdown links: [text](url "title")
  • Improve tree view by adding indents and vertical lines, and aligning texts by @m42cel in #85
  • Reduce the list of characters to encode

New Contributors

Full Changelog: v0.12.3...v0.12.4

v0.12.3

25 Aug 21:22

Choose a tag to compare

  • Fix oversized access token issues when using SSO

v0.12.2

25 Aug 14:37

Choose a tag to compare

  • Fix issue with encoded spaces in links

v0.12.1

24 Aug 11:45

Choose a tag to compare

  • Handle edge cases when encoding/decoding links fails

v0.12.0

20 Aug 15:27

Choose a tag to compare

  • Add Markdown editing feature with a toggle button on the editor
  • Add automatic backlinks update feature when renaming or moving files
  • Add Pocket ID support for SSO
  • Update editor toolbar with new button groups, labels and icons
  • Fix Markdown quotes not being parsed
  • Fix issues with escaping characters being saved in Markdown content
  • Adjust editor toolbar on small screens
  • Fix scrollbar colors on dark theme
  • Adjust Markdown headings style
  • Add minor UI improvements
  • Improve the test suite

v0.11.2

09 Aug 15:26

Choose a tag to compare

  • Override Turndown's aggressive special character escaping
  • Allow Unicode letters in tags

v0.11.1

06 Aug 20:05

Choose a tag to compare

  • Fix escaping issue in code spans

v0.11.0

01 Aug 18:34

Choose a tag to compare

  • Add possibility to disable local authentication and use only one OAuth provider
  • Add roles to users (Super Admin, Admin, User)
  • Set the first registered user as Super Admin
  • Automatically notify when new versions are available
  • Enabling or disabling registration moved to the frontend
  • Add app settings section for admins
  • Replace some icons in the UI
  • Bump dependencies
  • Add more tests

v0.10.3

21 Jul 12:21

Choose a tag to compare

  • Update Livewire to 3.6.4 for security improvements

v0.10.2

06 Jul 15:49

Choose a tag to compare

  • Fix an XSS vulnerability in a specific route where malicious Markdown files could execute JavaScript when viewed. Reported by @cyberducky0o0
  • Add MIME type validation for file and vault uploads
  • Fix unnecessary backend calls when changing edit modes in the editor
  • Add language label to code blocks
  • Update editor toolbar UI and UX
  • Adjust UI theme colors for better contrast

Thanks to Juan Soberanes (@cyberducky0o0) for responsibly disclosing the XSS vulnerability and assisting in testing the fix.