Skip to content

Releases: enchant97/note-mark

V0.18.0

13 Nov 17:04
1a865bd

Choose a tag to compare

New Toolbar Styles

Screenshot of new toolbars

Changes

Added

  • #259; Show notice when note is empty
  • #248; Authelia SSO config example
  • add pwa shortcut for scratch-pad

Changed

  • #260; disable user password management when internal login is disabled
  • improve spacing and appearance of toolbars/menus
  • #261 improve toggle style (add status icons)
  • migrate to node v24 for building frontend

Fixed

  • fix active breadcrumb entry style

Removed

  • remove theme-color, browsers implement this differently and it's sometimes annoying have a blue scrollbar

Full Changelog: v0.17.1...v0.18.0

V0.17.1

18 Jul 19:29

Choose a tag to compare

⚠️ Existing Users ⚠️

Please ensure you have seen the v0.17.0 notice.

Changes

Fixed

  • #247; IPv6 support for BIND__HOST no longer works

Full Changelog: v0.17.0...v0.17.1

V0.17.0

17 Jul 18:46

Choose a tag to compare

⚠️ Existing Users ⚠️

  • app now runs on port 8080 by default (8080 is a registered http alternate port by IANA)
  • Header X-Frame-Options DENY is now set by app
  • The latest tag is now deprecated

New Split Screen View

note-mark-splitscreen

Changes

Added

  • Support build-your-own Docker image
  • #220; support unix socket for hosting
  • Side-by-side editor + preview

Changed

  • UI redesign, glass like interface with greater visibility for buttons/controls
  • Better file/folder tree view, using my own library (solid-tree-navigator)
  • Option to allow all folders to be expanded by default
  • Default app port now 8080
  • Improved print interface
  • Bump dependencies
  • Deprecate latest image label

Fixed

  • #241; OIDC fixes, should now support more providers
  • #238; cannot make book private once it is made public

Full Changelog: v0.16.3...v0.17.0

V0.16.3

13 Jun 11:55

Choose a tag to compare

OIDC should now work on Authelia (with signed JWT Access Tokens enabled).

Changes

Fixed

  • closes #236; include annotations in docker image build step
  • closes #235; missing state, should now work with Authelia

Full Changelog: v0.16.2...v0.16.3

V0.16.2

01 Jun 20:59

Choose a tag to compare

⚠️ Existing Users ⚠️

Repeating the v0.16.0 notice.

Certain configuration variables have been renamed, please see below:

ALLOW_SIGNUP > ENABLE_INTERNAL_SIGNUP

Users accessing frontend and backend from different backends will need to migrate e.g.

api.example.com/api + example.com/ > example.com/api + example.com/

Changes

Fixed

  • closes #234; oidc flow cannot start when popups are blocked

Full Changelog: v0.16.0...v0.16.2

V0.16.1

31 May 11:15

Choose a tag to compare

⚠️ Existing Users ⚠️

Please ensure you have seen the v0.16.0 notice.

Changes

Fixed

  • closes #233; oidc flow cannot start on ios

Full Changelog: v0.16.0...v0.16.1

V0.16.0

30 May 16:07

Choose a tag to compare

⚠️ Existing Users ⚠️

Certain configuration variables have been renamed, please see below:

ALLOW_SIGNUP > ENABLE_INTERNAL_SIGNUP

Users accessing frontend and backend from different backends will need to migrate e.g.

api.example.com/api + example.com/ > example.com/api + example.com/

Changes

Added

  • closes #223; SSO via external OIDC providers

Changes

  • require go 1.24
  • closes #225; remove api picker from frontend
  • closes #226; migrate to pnpm instead of npm
  • replace all PATCH methods with PUT
  • update to es2020
  • general code tidying

Fixes

  • fix error when loading a user with no books

Full Changelog: v0.15.3...v0.16.0

V0.15.4

19 Apr 14:28

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

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

Choose a tag to compare

Changes

Changed

  • Update frontend deps to solve potential security issue

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