Skip to content

Releases: jlesage/docker-handbrake

Version 1.5.6

28 Jul 00:42
Compare
Choose a tag to compare

Changes in this release:

  • Watch folder: recursively remove empty directories.

Version 1.5.5

27 Jul 17:45
Compare
Choose a tag to compare

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

26 Jul 18:34
Compare
Choose a tag to compare

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

25 Jul 21:21
Compare
Choose a tag to compare

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

24 Jul 00:34
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v2.0.2, which brings the following changes:
    • Proper VNC port is exposed.

Version 1.5.1

18 Jul 17:12
Compare
Choose a tag to compare

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

17 Jul 09:37
Compare
Choose a tag to compare

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

04 Jul 16:40
Compare
Choose a tag to compare

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

30 Jun 11:22
Compare
Choose a tag to compare

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.

Version 1.3.2

27 Jun 11:35
Compare
Choose a tag to compare

Changes in this release:

  • Watch folder: also process files in subfolders.