Releases: jlesage/docker-handbrake
Releases · jlesage/docker-handbrake
Version 1.3.2
Changes in this release:
- Watch folder: also process files in subfolders.
Version 1.3.1
Changes in this release:
- Now using baseimage v1.4.3, which brings the following changes:
- Updated Alpine Linux to version 3.6.2.
Version 1.3.0
Changes in this release:
- Now using baseimage v1.4.2, which brings the following changes (from last used version):
- Switched to Alpine Linux 3.6.
- Associate the application's icon to a unique version to avoid browser cache issues.
- Fixed prefix of some service related messages.
- Added support for supplying supplementary groups of the application.
- Improved process startup and shutdown.
- When container is stopped or restarted, processes are now terminated gracefully and in proper order. This allow the GUI application to execute its termination routine.
- No more error messages when container is stopped or restarted.
Version 1.2.0
Changes in this release:
- Added support for post-conversion hook.
Version 1.1.4
Changes in this release:
- Now using baseimage v1.3.2, which brings the following changes:
- Fixed password modal window not showing up when required.
Version 1.1.3
Changes in this release:
- Watch folder: Fixed issue where, after a first successful conversion, conversion of next available video files would not start.
- Renamed the
Watch Folder
service toAutomatic Video Converter
.
Version 1.1.2
Changes in this release:
- Watch folder: Changed the way files being transferred are detected. Method used previously was not working properly in all cases.
Version 1.1.1
Changes in this release:
- Watch folder: temporarily skip files being accessed/transferred.
- Watch folder: improved robustness.
Version 1.1.0
Changes in this release:
- Watch folder: properly support filenames containing spaces.
- Watch folder: added support for symbolic links.
- HandBrake debug can now be enabled via the
HANDBRAKE_DEBUG
environment variable. - Take ownership of the
/output
folder. - Added the ability to remove video source files from the watch folder when successfully converted.
Version 1.0.1
Changes in this release:
- The watch folder is now monitored without inotify for better compatibility.