Releases: jlesage/docker-jdownloader-2
Releases · jlesage/docker-jdownloader-2
Version 1.7.1
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
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
Changes in this release:
- Added the ability to install extra packages to the container image.
Version 1.5.2
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
Changes in this release:
- Fixed issue where opening/processing captcha would crash JDownloader.
Version 1.5.0
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
andrtmpdump
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
Version 1.5.0-rc1
Version 1.4.3
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
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
Changes in this release:
- Adjusted the way some ressources are accessed to better support reverse proxy to the container.