Releases: dumbasPL/deluge-windscribe-ephemeral-port
v2.1.1
Changes
- fix: Deluge returns 'Online' sometimes instead of 'Connected' by @zdimension in #14
version 3 notice
Warning
This will be the last v2 version before the v3 re-write in Rust.
Make sure you pin your image to the 2
tag to avoid unexpected breakage!
Warning
v3 will add support for multiple different clients, not just Deluge
So the project will be renamed to windscribe-ephemeral-port
in the near future
New Contributors
- @zdimension made their first contribution in #14
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Changes
- update dependencies
- bump nodejs version in docker images to 18
version 3 notice
Warning
This will be the last v2 version before the v3 re-write in Rust.
Make sure you pin your image to the 2
tag to avoid unexpected breakage!
Warning
v3 will add support for multiple different clients, not just Deluge
so the project will be renamed to windscribe-ephemeral-port
in the near future
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking changes
- The minimum required Node.js version is now 16.x
- The app no longer crashes when an error occurs but retries the action after a timeout
Changes
- Completely rewritten the app from scratch
- Added an optional cron job to periodically validate and update the port
- The windscribe session cookie is now cached to reduce the number of logins
- Added new environment variables
DELUGE_HOST_ID
,DELUGE_RETRY_DELAY
,WINDSCRIBE_RETRY_DELAY
,WINDSCRIBE_EXTRA_DELAY
,CRON_SCHEDULE
,CACHE_DIR
(more info in the project readme)
Full Changelog: v1.1.3...v2.0.0
v1.1.3
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #3
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Bump follow-redirects from 1.14.6 to 1.14.7 by @dependabot in #1
Full Changelog: v1.1.0...v1.1.1
1.1.0
1.0
Multi arch support
- Added multi-arch builds
Initial release
v0.1.0 Update docker-publish.yml