* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
Co-authored-by: Actionbot <actions@github.com>
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>
This commit is contained in:
bobokun 2024-10-01 20:36:32 -04:00 committed by GitHub
parent 619462473e
commit aa2c46e8db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 12 deletions

View file

@ -3,8 +3,6 @@ name: Docker Develop Release
on: on:
push: push:
branches: [ develop ] branches: [ develop ]
pull_request:
branches: [ develop ]
jobs: jobs:

View file

@ -1,4 +1,4 @@
# Bug Fixes # Requirements Updated
- Fixes Blutopia torrents being deleted due to passkeys being invalid (#646) - qbittorrent-api==2024.9.67
- Adds edit_passkey.py script
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.8...v4.1.9 **Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.9...v4.1.10

View file

@ -4,7 +4,7 @@
"qbitapi": "2024.8.65" "qbitapi": "2024.8.65"
}, },
"develop": { "develop": {
"qbit": "v4.6.6", "qbit": "v5.0.0",
"qbitapi": "2024.8.65" "qbitapi": "2024.9.67"
} }
} }

View file

@ -1 +1 @@
4.1.9 4.1.10

View file

@ -75,8 +75,8 @@ This section defines the directories that qbit_manage will be looking into for v
## **cat:** ## **cat:**
--- ---
This section defines the categories that you are currently using and the path's that are associated with them.<br> This section defines the categories that you are currently using and the save path's that are associated with them.<br>
> **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. > **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 | | Configuration | Definition | Required |
| :------------ | :------------------------ | :----------------- | | :------------ | :------------------------ | :----------------- |

View file

@ -3,7 +3,7 @@ croniter==3.0.3
GitPython==3.1.43 GitPython==3.1.43
humanize==4.10.0 humanize==4.10.0
pytimeparse2==1.7.1 pytimeparse2==1.7.1
qbittorrent-api==2024.8.65 qbittorrent-api==2024.9.67
requests==2.32.3 requests==2.32.3
retrying==1.3.4 retrying==1.3.4
ruamel.yaml==0.18.6 ruamel.yaml==0.18.6