Releases: enchant97/note-mark
Releases · enchant97/note-mark
V0.18.0
New Toolbar Styles
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
V0.17.0
⚠️ Existing Users ⚠️
- app now runs on port 8080 by default (8080 is a registered http alternate port by IANA)
- Header
X-Frame-Options DENYis now set by app - The
latesttag is now deprecated
New Split Screen View
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
latestimage 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
V0.16.2
⚠️ 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
V0.16.0
⚠️ 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
V0.15.3
V0.15.2
Changes
Changed
- Update frontend deps to solve potential security issue
Full Changelog: v0.15.1...v0.15.2