You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### v2.2.2 - 17/08/2025
1
+
### v2.2.2 - 30/08/2025
2
2
3
3
`qbt-nox-static.bash` was fully merged into `qbittorrent-nox-static.sh` so that the scripts no longer have significantly different code approaches to the same outcomes.
4
4
@@ -13,6 +13,16 @@ fixed:
13
13
- fix alpine version check properly compare versions.
14
14
- fixed boost version check that was creating a malformed url for github and beta releases.
15
15
16
+
updated:
17
+
- apply patches function is more capable now.
18
+
- source folder has top priority
19
+
- local patch files has next priority
20
+
- you can now have multiple patch/diff files in the dir as well as a url file.
21
+
- They will be merged into a single file called `patch` and applied.
22
+
- remote that third priority and will mirror the remote to the local dir when it is treated as a local patch files.
0 commit comments