Note Mark V0.16.2 Update

Another update to Note Mark! Bringing login via OpenID Connect and some general code tidying.

Check Note Mark out here: github.com/enchant97/note-mark.

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

Fixed

  • fix error when loading a user with no books

Full Changelog: https://github.com/enchant97/note-mark/compare/v0.15.4...v0.16.2