Skip to content

v0.7.0

Compare
Choose a tag to compare
@CrescentKohana CrescentKohana released this 08 Jan 18:26
· 64 commits to main since this release

Added

  • Endpoint to return task status /status
  • Query param "meta" to read the metadata without having to read the gallery itself
  • Return current session ID on login
  • deleted and page_thumbnails column to gallery table
  • tif (tiff) and heif image extensions to supported extensions

Fixed

  • Error message casing
  • Regression where the API would return an error when a gallery was not found

Changed

  • Minimum Go version to 1.21
  • Updated dependencies
  • Enabled Profile-guided optimization (go.dev/doc/pgo)
  • Regenerated jet models
  • Deprecated rand.Seed to rand.New
  • Deprecated ioutil.ReadDir to os.ReadDir

Docs

  • Instructions to install goose and jet tools