Releases: Schaka/janitorr
v1.6.9 - Spring Boot 3.4 stable
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
Closes #94
v.1.6.7 - Weekly episode fixes
- 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
- 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
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
Full Changelog: v1.6.3...v1.6.4
Includes:
v1.6.3 - Native ARM64 images
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
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
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
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