Skip to content

Releases: jlesage/docker-jdownloader-2

Version 1.7.1

13 Apr 19:30
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage version 3.5.7, which brings the following change:
    • Updated installed packages to get latest security fixes.

Version 1.7.0

13 Mar 02:20
Compare
Choose a tag to compare

Changes in this release:

  • Removed usage of glibc: 7ZipJBindings now works under Alpine Linux and proper support as been added to JDownloader.
  • Updated baseimage to version 3.5.6, which brings the following changes:
    • Updated installed packages to get latest security fixes.
    • Make sure the tzdata is installed.
    • Upgraded glibc to version 2.31 on Alpine Linux images with glibc integrated.
    • Adjusted the log monitor target for recent versions of YAD.
  • Now using baseimage based on Alpine 3.12.

Version 1.6.0

26 Apr 00:32
Compare
Choose a tag to compare

Changes in this release:

  • Added the ability to install extra packages to the container image.

Version 1.5.2

27 Apr 23:18
Compare
Choose a tag to compare

Changes in this release:

  • Now using Java JRE from Amazon instead of Oracle.
  • Now using baseimage v3.5.2, which brings the following changes:
    • Updated installed packages to get latest security fixes.
    • Fixed issue where the container could have a zombie process.
    • Fixed issue where the password would not be submitted when pressing the enter key in the password modal.
    • Use relative path for favicon ressources to be more friendly with reverse proxy senarios.

Version 1.5.1

25 Sep 09:54
Compare
Choose a tag to compare

Changes in this release:

  • Fixed issue where opening/processing captcha would crash JDownloader.

Version 1.5.0

22 Sep 01:01
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.5.1, which brings the following changes (since last used version):
    • Image based on Alpine Linux 3.8.
    • Upgraded s6-overlay to version 1.21.4.0.
    • Wait for a limited time when terminating a service.
    • Set and create the XDG_RUNTIME_DIR directory.
    • Updated installed packages to get latest security fixes.
  • Upgraded Java JRE to version 8u181.
  • Install ffmpeg, ffprobe and rtmpdump to allow JDownloader to use them.
  • Fixed an issue where JDownloader would not work on a filesystem without execution permission.

Version 1.5.0-rc1

21 Sep 00:31
Compare
Choose a tag to compare
Version 1.5.0-rc1 Pre-release
Pre-release

Version 1.5.0-rc1

Version 1.4.3

02 Mar 19:42
Compare
Choose a tag to compare

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.4.2

03 Feb 14:52
Compare
Choose a tag to compare

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.4.1

31 Jan 02:27
Compare
Choose a tag to compare

Changes in this release:

  • Adjusted the way some ressources are accessed to better support reverse proxy to the container.