Skip to content

Releases: istudyatuni/kotync

v0.3.0-beta.1

28 Sep 16:24
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

Added

  • Server can now be built as a static binary
  • JWT issuer can be configured with JWT_ISSUER env now

Updated

  • Update to latest changes (up to Kotatsu 9.2)

Removed

  • JWT audience cannot be configured now

v0.2

16 Aug 18:05
Compare
Choose a tag to compare

Added

  • Configure port (env PORT)
  • Configure limit for JSON requests payloads (env LIMITS_JSON)

Changed

  • Config structure has been changed

v0.1

12 Jun 18:13
Compare
Choose a tag to compare

Initial release. Includes all features from original server. Also includes:

  • Use SQLite for storage
  • Use and migrate MySQL database from original server
  • Uses Blake3 for hashing passwords
  • Can be configured via config file
  • get /manga: max limit is 1000

Docker image ghcr.io/istudyatuni/kotync:0.1