10000 Release V0.16.0 · enchant97/note-mark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

V0.16.0

Compare
Choose a tag to compare
@enchant97 enchant97 released this 30 May 16:07
· 3 commits to main since this release

⚠️ 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

0