Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

73 lines (46 loc) · 2.83 KB

v5.3.1-6 (29-12-2023)

  • Minor bugs fixed
  • BREAKING CHANGE FOR CUSTOM VPN : if you are using a custom VPN provider, you must remove OPENVPN_CUSTOM_PROVIDER from your addon option and instead set OPENVPN_PROVIDER to "custom", then reference your ovpn file in your "OPENVPN_CONFIG". For example, if AIRVPN has provided to you an *.ovpn filed named AIRVPN.ovpn, you need to install an addon such as Filebrowser, go in the /config/addons_config/transmission/openvpn folder and put the AIRVPN.ovpn here. Then, in the addon option you need to write "AIRVPN" in the "OPENVPN_CONFIG" option
  • Removed (not used anymore) : "OPENVPN_CUSTOM_PROVIDER", "OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION", "TRANSMISSION_V3_UPDATE"

v5.3.1 (09-12-2023)

  • Update to latest version from haugene/docker-transmission-openvpn

v5.2.0-6 (30-11-2023)

  • Minor bugs fixed
  • Feat : activate incomplete dir by default if the addon option is activated #1107

v5.2.0-5 (29-11-2023)

  • Minor bugs fixed
  • Fix : WEBPROXY starting

v5.2.0-4 (28-11-2023)

v5.2.0-2 (28-11-2023)

v5.2.0 (09-09-2023)

  • Update to latest version from haugene/docker-transmission-openvpn

v5.1.0-3 (04-09-2023)

  • Minor bugs fixed
  • Fix #978

v5.1.0 (02-09-2023)

  • Update to latest version from haugene/docker-transmission-openvpn
  • Fix : allow custom providers with names based on mullvad
  • Feat : cifsdomain added

v5.0.2 (21-04-2023)

  • Update to latest version from haugene/docker-transmission-openvpn

v5.0.0 (15-04-2023)

  • Update to latest version from haugene/docker-transmission-openvpn
  • Implemented healthcheck
  • Mullvad fix @Blogshot
  • WARNING : update to supervisor 2022.11 before installing

v4.3.2 (19-11-2022)

  • Update to latest version from haugene/docker-transmission-openvpn
  • BREAKING CHANGE : update your "LOCAL_NETWORK" from "192.168.178.0/16" to "192.168.178.0/24"

4.2 (11-11-2022)

  • Update to latest version from haugene/docker-transmission-openvpn
  • Auto addon restart if tunnel down
  • If no ui after install, please delete your settings.json file and restart
  • Allows changing default download folder without deleting settings.json
  • Optional transmission v3 (remove and readd torrents)
  • Allow using custom ovpn file

4.0 (02-06-2022)

  • Update to latest version from haugene/docker-transmission-openvpn
  • Initial build