Merge pull request #389 from StuffAnThings/develop

4.0.4
This commit is contained in:
bobokun 2023-09-11 20:38:55 -04:00 committed by GitHub
commit db5e881581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 14 additions and 17 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop

View file

@ -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
View 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

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
4.0.3
4.0.4

View file

@ -1,2 +1,2 @@
flake8==6.1.0
pre-commit==3.3.3
pre-commit==3.4.0

View file

@ -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