Skip to content

Releases: enchant97/note-mark

V0.15.4

19 Apr 14:28
Compare
Choose a tag to compare

Changes

Fixed

  • #231; double braces cannot be escape (only temporary fix)

Full Changelog: v0.15.3...v0.15.4

V0.15.3

28 Mar 14:30
Compare
Choose a tag to compare

Changes

Changed

  • #221; Specify tooling used in package.json

Fixed

  • #227; scratchpad crashes when loading rendered view
  • #228; print feature crashes app

Full Changelog: v0.15.2...v0.15.3

V0.15.2

08 Mar 16:50
Compare
Choose a tag to compare

Changes

Changed

  • Update frontend deps to solve potential security issue

Full Changelog: v0.15.1...v0.15.2

V0.15.1

19 Jan 15:27
Compare
Choose a tag to compare

TLDR: You should now be able to save your notes with a out of sync time on your client machine.

Changes

Fixed

  • #219; conflict detection not working

Changed

  • Update dependencies
  • Require a minimum of go 1.23.0

Full Changelog: v0.15.0...v0.15.1

v0.15.0

07 Dec 17:41
Compare
Choose a tag to compare

Changes

Fixed

  • #217; re-login button not available on homepage

Added

  • #213; syntax highlighting in code blocks
  • RFC 9457 support for API requests
  • Configurable find user capability (thanks to @christoph-heiss)
  • Preventions for possible note content collisions
  • Basic templating in note content, for future expansion

Changed

  • Rewrite backend to use huma
  • Update dependencies

Full Changelog: v0.14.1...v0.15.0

v0.14.1

25 Sep 14:50
Compare
Choose a tag to compare

Changes

Fixed

  • Fix #210; cannot add new users

Full Changelog: v0.14.0...v0.14.1

v0.14.0

23 Sep 20:20
Compare
Choose a tag to compare

Changes

Added

Changed

  • Update frontend and docker versions
  • Refactor backend to make a future update easier
  • Require go 1.22 for backend
  • Make cursor easier to see
  • Keep editor settings for current session

Fixed

  • #206; copy to clipboard does not work on all browsers

Full Changelog: v0.13.1...v0.14.0

V0.13.1

28 Jul 18:20
Compare
Choose a tag to compare

⛔ Security Fix ⛔

HTML sanitisation was performed in incorrect place (before html content was generated from markdown). Found by: @alessio-romano, read more here: GHSA-rm48-9mqf-8jc3.

Changes

Fixed

  • fixed XSS vulnerability

Full Changelog: v0.13.0...v0.13.1

v0.13.0

11 May 17:00
Compare
Choose a tag to compare

Changes

Added

  • Data import/export via CLI

Fixed

  • Better styling on mobile in portrait mode
  • #89; Changing tab with unsaved changes causes data-loss

Full Changelog: v0.12.2...v0.13.0

V0.12.2

13 Apr 15:45
Compare
Choose a tag to compare

Changes

Changed

  • Prevent app from starting if static directory does not exist, if one has been set

Fixed

  • #195; cannot update user profile
  • #191; attachments cannot be opened

Full Changelog: v0.12.1...v0.12.2