Releases: jlesage/docker-handbrake
Releases · jlesage/docker-handbrake
Version 1.5.7
Changes in this release:
- Now using baseimage v2.0.5, which brings the following changes (from last used version):
- Clear the environment of the container during startup.
- Clear the /tmp folder during startup.
- Cleanly terminate the X server when container is restarted/stopped.
- Improved robustness of X server starting process.
- Removed unneeded files from the image.
Version 1.5.6
Changes in this release:
- Watch folder: recursively remove empty directories.
Version 1.5.5
Changes in this release:
- Now using baseimage v2.0.3, which brings the following changes:
- Improved robustness of the X server starting process.
Version 1.5.4
Changes in this release:
- Watch folder: properly support video discs (ISO files, DVD/Blu-ray folders).
- Watch folder: when removing empty folders, ignore the watch folder itself.
- Watch folder: make sure to abort if destination file already exists.
Version 1.5.3
Changes in this release:
- Fixed HandBrake CLI crash that was occuring when working with ISO files or DVD folders.
- Small adjustments to the default configuration file.
Version 1.5.2
Changes in this release:
- Now using baseimage v2.0.2, which brings the following changes:
- Proper VNC port is exposed.
Version 1.5.1
Changes in this release:
- Now using baseimage v2.0.1, which brings the following changes:
- Internal enhancements.
- Clean temporary files left by npm.
Version 1.5.0
Changes in this release:
- Now using baseimage v2.0.0, which brings the following changes:
- Various internal enhancements.
- Fixed the way a service waits for another one.
- Watch folder: ignore hidden files and folders.
- Watch folder: adjusted the way empty folders are removed.
Version 1.4.0
Changes in this release:
- Watch folder: Make sure to respect the configured umask.
- Now using baseimage v1.5.0, which brings the following changes:
- Added the UMASK environment variable to control how file permissions are set for newly created files.
- Added the X11VNC_EXTRA_OPTS environment variable used to pass additional arguments to the x11vnc server.
- By default, activate auto-scaling of application's window.
- Applied latest Alpine Linux security updates.
Version 1.3.3
Changes in this release:
- Watch folder: Added handling of environment variable
AUTOMATED_CONVERSION_OUTPUT_SUBDIR
, which allows customization of the output location of automatically converted videos. - The default source folder is now
/storage
.