mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-29 23:46:28 +08:00
commit
db5e881581
9 changed files with 14 additions and 17 deletions
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: develop
|
||||
|
||||
|
|
|
|||
2
.github/workflows/latest.yml
vendored
2
.github/workflows/latest.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Trigger Hotio Webhook
|
||||
uses: joelwmale/webhook-action@master
|
||||
|
|
|
|||
2
.github/workflows/tag.yml
vendored
Executable file → Normal file
2
.github/workflows/tag.yml
vendored
Executable file → Normal file
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
tag-new-versions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
fetch-depth: 2
|
||||
|
|
|
|||
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ repos:
|
|||
args: [--remove]
|
||||
- id: pretty-format-json
|
||||
args: [--autofix, --indent, '4', --no-sort-keys]
|
||||
- repo: https://github.com/pre-commit/mirrors-autopep8
|
||||
rev: v2.0.2
|
||||
- repo: https://github.com/hhatto/autopep8
|
||||
rev: v2.0.4
|
||||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
|
|
|
|||
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,12 +1,9 @@
|
|||
# Requirements Updated
|
||||
- qbitorrent-api updated to 2023.7.52
|
||||
- qbitorrent-api updated to 2023.9.53
|
||||
- GitPython updated to 3.1.35
|
||||
|
||||
# Bug Fixes
|
||||
- Fixes a few webhook bugs with Notifiarr
|
||||
- Fixes [#355](https://github.com/StuffAnThings/qbit_manage/issues/355)
|
||||
- Fixes [#356](https://github.com/StuffAnThings/qbit_manage/issues/356)
|
||||
- Fixes [#363](https://github.com/StuffAnThings/qbit_manage/issues/363)
|
||||
- Fixes [#370](https://github.com/StuffAnThings/qbit_manage/issues/370)
|
||||
- Fixes [#377](https://github.com/StuffAnThings/qbit_manage/issues/377)
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.0.2...v4.0.3
|
||||
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.0.3...v4.0.4
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.0.3
|
||||
4.0.4
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
flake8==6.1.0
|
||||
pre-commit==3.3.3
|
||||
pre-commit==3.4.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
bencodepy==0.9.5
|
||||
GitPython==3.1.34
|
||||
qbittorrent-api==2023.7.52
|
||||
GitPython==3.1.35
|
||||
qbittorrent-api==2023.9.53
|
||||
requests==2.31.0
|
||||
retrying==1.3.4
|
||||
ruamel.yaml==0.17.32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue