feat(proxies): add WindscribeVPN proxy provider support

Add WindscribeVPN as a new proxy provider option, following the same pattern as NordVPN and SurfsharkVPN implementations.

Fixes: #29
This commit is contained in:
Andy
2025-10-17 20:21:47 +00:00
parent 133f91a2e8
commit 888647ad64
6 changed files with 196 additions and 71 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "unshackle"
version = "1.4.8"
version = "2.0.0"
description = "Modular Movie, TV, and Music Archival Software."
authors = [{ name = "unshackle team" }]
requires-python = ">=3.10,<3.13"