Releases: jlesage/docker-handbrake
Releases · jlesage/docker-handbrake
Version 1.11.5
Changes in this release:
- Now using baseimage v3.3.4, which brings the following changes (since last used version):
- Make sure the log monitor is started after the X server.
- Fixed an issue where the log monitor
yad
target would use XDG folders of the application. - Fixed issue where log monitor states were not cleared during container startup.
Version 1.11.4
Changes in this release:
- Since HandBrake doesn't work well with ffmpeg, reverted to libav.
- Thus, the FLAC encoder crash has been fixed in libav instead.
- Make sure the main window is always visible in background.
Version 1.11.3
Changes in this release:
- Fixed an issue where encoding audio to FLAC would cause a crash.
- Use AAC encoder from libavcodec.
- Fixed an issue where automatic conversion of a multi-titles medias would produce only the first one.
- Improved logging of the automatic video converter while processing multi-titles medias.
Version 1.11.3-beta2
Changes in this release:
- Prevent re-introducing CLI crash with handling of VIDEO_TS and iso medias.
Version 1.11.3-beta1
Changes in this release:
- Fixed an issue where encoding audio to FLAC would cause a crash.
Version 1.11.2
Changes in this release:
- Now using baseimage v3.3.2, which brings the following changes:
- Restored timezone support in Alpine Linux images with glibc.
- Fixed issue in
add-pkg
helper where a package could be incorrectly detected as installed.
Version 1.11.1
Changes in this release:
- Adjusted the way some ressources are accessed to better support reverse proxy to the container.
Version 1.11.0
Changes in this release:
- Now using baseimage v3.3.0, which brings the following changes (since last used version):
- For Alpine Linux images with glibc, automatically update dynamic linker's cache after new libraries are installed.
- Fixed the LANG environment variable not being set properly.
- Added the ability to automatically install a CJK (Chinese/Japanese/Korean) font.
Version 1.10.0
Changes in this release:
- Added support for multiple watch folders.
- Added environment variable to set the interval at which the automatic video converter checks for new files.
- Source file and HandBrake preset name are now passed to the post hook script.
Version 1.9.4
Changes in this release:
- Now using baseimage v3.2.2, which brings the following changes (since last used version):
- Upgraded S6 overlay to version 1.21.2.2.
- Upgraded glibc to version 2.26 (Alpine Linux glibc images).
- Adjusted the way ownership of /config is taken to better support cases where the folder is mapped to a network share.
- Small adjustment to the way ownership of files are taken.