From aa2c46e8dba394f627c4f09297e3f2c2ac119ecf Mon Sep 17 00:00:00 2001 From: bobokun <12660469+bobokun@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:36:32 -0400 Subject: [PATCH] 4.1.10 (#664) * 4.1.9 * (ci) only build develop on develop push (#649) * chore(docs): Sync wiki to docs [skip-cd] * Bump qbittorrent-api from 2024.8.65 to 2024.9.66 (#655) Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2024.8.65 to 2024.9.66. - [Release notes](https://github.com/rmartin16/qbittorrent-api/releases) - [Changelog](https://github.com/rmartin16/qbittorrent-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/rmartin16/qbittorrent-api/compare/v2024.8.65...v2024.9.66) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update SUPPORTED_VERSIONS.json (#658) Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> * Bump qbittorrent-api from 2024.9.66 to 2024.9.67 (#661) Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2024.9.66 to 2024.9.67. - [Release notes](https://github.com/rmartin16/qbittorrent-api/releases) - [Changelog](https://github.com/rmartin16/qbittorrent-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/rmartin16/qbittorrent-api/compare/v2024.9.66...v2024.9.67) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update SUPPORTED_VERSIONS.json (#662) Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> * 4.1.10 --------- Signed-off-by: dependabot[bot] Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Co-authored-by: Actionbot Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/develop.yml | 2 -- CHANGELOG | 8 ++++---- SUPPORTED_VERSIONS.json | 4 ++-- VERSION | 2 +- docs/Config-Setup.md | 4 ++-- requirements.txt | 2 +- 6 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index aeaf12e..421c4c9 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 b61f94f..88af256 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 3f7e699..8cf4fdd 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 18837e7..5d30083 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 2aa5ced..e7f2703 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 3affde0..b6a645e 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