# Changelog All notable changes to this project will be documented in this file. ## [3.2.0] - 2024-08-26 ### 🚀 Features - *(2FA)* Support added for windscribe (#20) ### ⚙️ Miscellaneous Tasks - Cleaning unused files - *(env)* Updating pre-commit package - *(env/)* Bump packages to latest version ## [3.1.2] - 2024-08-07 ### 🚀 Features - *(env)* Updated package to latest version ### 📚 Documentation - Updating CHANGELOG - Updated with roadmap ## [3.1.1] - 2024-02-26 ### 📚 Documentation - Updating CHANGELOG ### Env - Bump to latest version ## [3.1.0] - 2023-11-29 ### ⚙️ Miscellaneous Tasks - Image release to ghcr.io - Build image for main branch ### README - Fixing registry url ### Env - Updating to latest version - Bumping the qbittorrentapi to latest version ## [3.0.0] - 2023-11-06 ### 🐛 Bug Fixes - *(monitor)* Fix heartbeat logic ### 📚 Documentation - Splitting CHANGELOG and README - *(ws)* Updating README and other relevant docs ### ⚙️ Miscellaneous Tasks - Adding docker building - Minor tweak to build context - Even branch added so that dispatch can work - *(code)* Proper type hint ### WIP - Lib(ws): adding cookie storage support ### Env - Env updated - Updating dependency along with poetry - Removing beautifulsoup4 ### Lib - Correcting warning message ### Windscribe - More cleaner api to work with cookie ## [2.3.0] - 2023-09-26 ### Code - Black formatting ### Util - Adding Exception rather plain `except` ## [2.2.0] - 2023-09-20 ### Config - Extracting some variable ### Env - All the dependency updated to latest version ### Logging - Space before the messages ## [2.1.0] - 2023-06-03 ### 🐛 Bug Fixes - Incorrect method for schedule - Time format for schedule was incorrect ### Code - Converting WS to context manager - Fire job at the beginning and then wait for schedule - Logging sequence changed ### Env - Updating packages to latest version - Schedule package added ### Lib - Migrating to schedule library ### Packages - Bump to latest version ## [2.0.0] - 2023-04-09 ### 📚 Documentation - Update to setup ### ⚙️ Miscellaneous Tasks - Minor doc improvement ### Qbit - Big update, qbit support added ### README - Fixing changelog - Fixing another mess - V2 changelog added ### Config - For now not using logging here ### Lib - Proper protection for qbit ### Logging - Disable existing logger ### Main - Tqdm message ### Package - *(s)* Semver added ### Qbit - Do not break exisitng system ## [1.2.0] - 2023-04-08 ### 📚 Documentation - Bump python version to 3.11 - Copose file added for easy usage ### README - Changelog added ### Env - Updating poetry lock - Updating requirement files ### Lint - *(ruff)* Ignore line-too-long ### Logger - Better way of logging added ### Package - *(s)* Adding tqdm with stub - *(s)* Adding pyyaml - *(s)* Adding pyyaml types - *(s)* Update to latest version ### Packages - Bump to latest version - Adding qbit api ### Pre-commit - Adding pre-commit hook