Skip to content

Releases: Schaka/janitorr

v1.6.9 - Spring Boot 3.4 stable

01 Dec 17:11
Compare
Choose a tag to compare

Moved back to stable dependencies. Using release candidates was necessary for native image support for ARM64 before.

Also contains minor fixes that hopefullly solve the Jellyfin playlist bug that was introduced in 10.9.x and is only experienced by some users.

v1.6.8 - Minor history fix

16 Nov 11:24
Compare
Choose a tag to compare

v.1.6.7 - Weekly episode fixes

28 Oct 08:17
Compare
Choose a tag to compare
  • minor fixes
  • weekly episode cleanup considered not-yet-aired episodes (without files) when deciding which episodes to delete, this has been fixed to only keep the last n amount of aired episodes at time of cleanup, cut-off by full day

v1.6.6 - JVM image config location

23 Oct 12:14
Compare
Choose a tag to compare
  • added explicit mapping of .yml extension in addition to .yaml to JVM image
  • the location /config/application.yaml is now deprecated and WILL be removed in 1.7.0
  • you're encouraged to switch to /workspace/application.yml inside the image.

v1.6.5 - Bazarr support, run-once mode and fixes

22 Oct 07:32
Compare
Choose a tag to compare

What's Changed

  • Introduced support for moving Bazarr managed files to Leaving Soon folder
  • Introduced run-once mode for users that want to schedule Janitorr themselves
  • Fixed native image bug with accented characters (temporary workaround, until GraalVM or Paketo fix it)
  • Introduce file logging

Full Changelog: v1.6.4...v1.6.5

v1.6.4 - Misc and build fixes

02 Oct 17:01
Compare
Choose a tag to compare

Full Changelog: v1.6.3...v1.6.4

Includes:

  • better metadata matching
  • Janitorr should now always pick up watch stats, even from Leaving Soon libraries
  • health check (HTTP)
  • fix for #78
  • option to only delete files #76

v1.6.3 - Native ARM64 images

20 Sep 08:08
Compare
Choose a tag to compare

Full Changelog: v1.6.1...v1.6.3

This fixes the build that was broken in previous minor releases.
All images should now pull and work as expected.

Builds now take over an hour due to QEMU, but self-hosted ARM runners via Oracle Free tier is not an option as registration always fails and reaching customer support is impossible. Here's to hoping for native ARM GitHub runners by end of year.

v1.6.1 - Arm64 native image

19 Sep 18:16
Compare
Choose a tag to compare

What's Changed

  • Implement ARM build for native images via QEMU by @Schaka in #66
  • Adjusted README to reflect some of the recent changes

Full Changelog: v1.6.0...v1.6.1

v1.6.0 - Stability

17 Sep 11:44
Compare
Choose a tag to compare

Full Changelog: v1.5.7...v1.6.0

Many smaller fixes and features

  • update dependencies, move to Java 22 and prepare for JDK 23 release
  • build native image without need for AVX2 instruction sets, support Intel Ivy Bridge and older as well as AMD Piledriver and older
  • unify Leaving-Soon code between Jellyfin and Emby
  • fix Leaving Soon bug in tag based deletion if using more than 1 tag
  • fix Windows paths for Jellyfin/Emby
  • allow user to overwrite Leaving-Soon path sent to Jellyfin/Emby

For new features, you can consult the application-template.yml as usual.
There are no breaking changes.

v1.5.7 - Updated Emby support

29 Aug 08:40
Compare
Choose a tag to compare

Reworked support for Emby. Requests should now be way closer to what the Web UI sends to the server.
This was done in hopes of preventing future issues with potentially undocumented API requirements.

Full Changelog: v1.5.6...v1.5.7