Skip to content

Commit 371627b

Browse files
committed
4.6.5
1 parent 1570c01 commit 371627b

File tree

6 files changed

+159
-122
lines changed

6 files changed

+159
-122
lines changed

CHANGELOG

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Requirements Updated
2-
- "fastapi==0.121.2"
3-
- "qbittorrent-api==2025.11.0"
4-
- "ruamel.yaml==0.18.16"
5-
- "uvicorn==0.38.0"
6-
- "ruff==0.14.5"
2+
- "fastapi==0.122.0"
3+
- "qbittorrent-api==2025.11.1"
4+
- "ruff==0.14.6"
75

8-
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.6.3...v4.6.4
6+
# New Features
7+
- Adds max limit for unregistered torrent removal (New config option: `rem_unregistered_max_torrents`) (Fixes #975)
8+
- Adds tagging all private trackers (New config option: `private_tag`) (Fixes #883)
9+
10+
# Bug Fixes
11+
- Fixes bug constantly updatingn share limits when using `upload_speed_on_limit_reached` (Fixes #959) (Thanks to @Seros)
12+
13+
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.6.4...v4.6.5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.5-develop11
1+
4.6.5

desktop/tauri/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ license = "MIT"
4343
name = "qbit-manage-desktop"
4444
repository = ""
4545
rust-version = "1.70"
46-
version = "4.6.4"
46+
version = "4.6.5"
4747

4848
[target."cfg(unix)".dependencies]
4949
glib = "0.20.0"

desktop/tauri/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
},
6969
"identifier": "com.qbitmanage.desktop",
7070
"productName": "qBit Manage",
71-
"version": "4.6.4"
71+
"version": "4.6.5"
7272
}

0 commit comments

Comments
 (0)