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