diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index aeaf12e2..421c4c95 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -3,8 +3,6 @@ name: Docker Develop Release on: push: branches: [ develop ] - pull_request: - branches: [ develop ] jobs: diff --git a/CHANGELOG b/CHANGELOG index b61f94f6..88af256a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# Bug Fixes -- Fixes Blutopia torrents being deleted due to passkeys being invalid (#646) -- Adds edit_passkey.py script -**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.8...v4.1.9 +# Requirements Updated +- qbittorrent-api==2024.9.67 + +**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.9...v4.1.10 diff --git a/SUPPORTED_VERSIONS.json b/SUPPORTED_VERSIONS.json index 3f7e699c..8cf4fdd8 100644 --- a/SUPPORTED_VERSIONS.json +++ b/SUPPORTED_VERSIONS.json @@ -4,7 +4,7 @@ "qbitapi": "2024.8.65" }, "develop": { - "qbit": "v4.6.6", - "qbitapi": "2024.8.65" + "qbit": "v5.0.0", + "qbitapi": "2024.9.67" } } diff --git a/VERSION b/VERSION index 18837e70..5d30083e 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.9 +4.1.10 diff --git a/docs/Config-Setup.md b/docs/Config-Setup.md index 2aa5ced4..e7f2703f 100644 --- a/docs/Config-Setup.md +++ b/docs/Config-Setup.md @@ -75,8 +75,8 @@ This section defines the directories that qbit_manage will be looking into for v ## **cat:** --- -This section defines the categories that you are currently using and the path's that are associated with them.
-> **NOTE** ALL categories must be defined, if it is in your qBit, then it **MUST** be defined here, if not the script will throw errors. If you want to leave a save_path as uncategorized you can use the key 'Uncategorized' as the name of the category. +This section defines the categories that you are currently using and the save path's that are associated with them.
+> **NOTE** ALL save paths must be defined, if it is in your qBit, then it **MUST** be defined here, if not the script will throw errors. If you want to leave a save_path as uncategorized you can use the key 'Uncategorized' as the name of the category. | Configuration | Definition | Required | | :------------ | :------------------------ | :----------------- | diff --git a/requirements.txt b/requirements.txt index 3affde0e..b6a645e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ croniter==3.0.3 GitPython==3.1.43 humanize==4.10.0 pytimeparse2==1.7.1 -qbittorrent-api==2024.8.65 +qbittorrent-api==2024.9.67 requests==2.32.3 retrying==1.3.4 ruamel.yaml==0.18.6