Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Apr 12, 2024
1 parent b51e1ef commit f5bc1b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v2.0.8 - 12-04-2024

Fixed a regression with `-o` where part the code was left in and duplicated after introducing a check for cross compilation, causing the positional parameters to be shifted twice, breaking things.

fix - https://github.com/userdocs/qbittorrent-nox-static/commit/b51e1ef356fbdbd3f2f93f2b2a8a6279b99e5f22

### v2.0.7 - 12-02-2024

Added: a boost download function to combine some logic around fallback urls and minimise external calls.
Expand Down
2 changes: 1 addition & 1 deletion qbittorrent-nox-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#################################################################################################################################################
# Script version = Major minor patch
#################################################################################################################################################
script_version="2.0.7"
script_version="2.0.8"
#################################################################################################################################################
# Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
#################################################################################################################################################
Expand Down

0 comments on commit f5bc1b2

Please sign in to comment.