Skip to content

Commit

Permalink
4.1.10 (#664)
Browse files Browse the repository at this point in the history
* 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](rmartin16/qbittorrent-api@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update SUPPORTED_VERSIONS.json (#658)

Co-authored-by: bakerboy448 <[email protected]>

* 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](rmartin16/qbittorrent-api@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update SUPPORTED_VERSIONS.json (#662)

Co-authored-by: bakerboy448 <[email protected]>

* 4.1.10

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: bakerboy448 <[email protected]>
Co-authored-by: Actionbot <[email protected]>
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>
  • Loading branch information
5 people authored Oct 2, 2024
1 parent 6194624 commit aa2c46e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker Develop Release
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]

jobs:

Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions SUPPORTED_VERSIONS.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.9
4.1.10
4 changes: 2 additions & 2 deletions docs/Config-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<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.
This section defines the categories that you are currently using and the save path's that are associated with them.<br>
> **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 |
| :------------ | :------------------------ | :----------------- |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa2c46e

Please sign in to comment.