Skip to content

Releases: Noelware/hazel

v2.0.1-beta

17 Dec 21:47
facaa0d
Compare
Choose a tag to compare
v2.0.1-beta Pre-release
Pre-release

Additions

  • Add hazel generate-config command (@auguwu)

Fixes

  • Allow --config/--logback-config to be readonly when loading (@auguwu)

Full Changelog: v2.0.0-beta...v2.0.1-beta

v2.0-beta

17 Dec 21:07
69dd664
Compare
Choose a tag to compare
v2.0-beta Pre-release
Pre-release

This is a nightly release of the new Hazel refractor.

Full Changelog: v1.2.1...v2.0.0-beta

v1.2.1

08 May 03:55
9d0e927
Compare
Choose a tag to compare

Fixes

  • fix(routing): files that can be downloaded are now downloadable instead of receiving 204 No Content by @auguwu

Development Related

  • Hazel is now shipped with Noelware's ktor-routing library.

Full Changelog: v1.2...v1.2.1

v1.2

08 May 00:19
6843b0f
Compare
Choose a tag to compare

Additions

  • feat(server): all images now have ?resize and ?format query parameters by @auguwu
    • You can use ?resize=256|512|1024|2048 to resize the image to WxH.
    • You can use ?format=jpg|jpeg|png to re-format the image from JPEG -> PNG (vice versa)

Fixes

  • fix(endpoints:/list): removed content_type parameter and normalized endpoint parameter by @auguwu
  • fix(logging): updating routes log will be under the DEBUG log level rather than the INFO level by @auguwu
  • fix(storage): all Trailer.listAll calls are now cached for lower latency requests by @auguwu

Dependency Updates

  • chore(deps): update dependency dev.floofy.commons:commons-gradle from v2.0 -> v2.0.1 by @renovate-bot (#13)
  • chore(deps): update BOM dev.floofy.commons:commons-bom from v2.0.1 -> v2.1.0.1 by @renovate-bot (#14)
  • chore(deps): update BOM io.kotest:kotest-bom from v5.2.3 -> v5.3.0 by @renovate-bot (#15)
  • chore(deps): update plugin com.diffplug.spotless:spotless-plugin-gradle from v6.5.1 -> v6.5.2 by @renovate-bot (#16)
  • chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime from v0.3.2 -> v0.3.3 by @renovate-bot (#18)

Full Changelog: v1.1.1...v1.2

v1.1.1

01 May 03:06
491b553
Compare
Choose a tag to compare

Fixes

  • fix(bootstrap): switch class names from dev.floofy.hazel.Main -> dev.floofy.hazel.Bootstrap by @auguwu

v1.1

01 May 02:59
742723f
Compare
Choose a tag to compare

Additions

  • feat(server): reload routes per minute if any changes in storage trailer had new/deleted files by @auguwu

Full Changelog: v1.0...v1.1

v1.0

29 Apr 22:42
14af502
Compare
Choose a tag to compare

This is a "stable" build of hazel, which actually does what it needs to do!

v1.0-beta

25 Apr 06:05
e706524
Compare
Choose a tag to compare

馃帀 Beta release of Hazel, this only includes the bare minimum, no uploads (just yet!) and no way to interact with the keystore (cannot find a good CLI library for Kotlin) 馃帀

Commit History: https://github.com/auguwu/hazel/commits/v1.0-beta