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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
`qbt-nox-static.bash` ≥ `v2.1.0`
6
6
7
-
`qbt-nox-static.bash` will start with `v2.1.0` and `qbittorrent-nox-static.sh` will be frozen at `v2.0.15`going forward. This is to avoid breaking anything by replacing `qbittorrent-nox-static.sh` with`qbt-nox-static.bash` and removing access to the old file. `v2.1.0` is not really changing the outcome but the behaviour of the script towards that outcome. So the least disruptive way is the opt in route. I also wanted to changed the extension from `sh` to `bash` as it is a bash script and this will be the least disruptive way to do it.
7
+
`qbt-nox-static.bash` will start with `v2.1.0` and `qbittorrent-nox-static.sh` will be frozen at `v2.0.15`going forward. This is to avoid breaking anything by replacing `qbittorrent-nox-static.sh` with`qbt-nox-static.bash` and removing access to the old file. `v2.1.0` is not really changing the outcome but the behaviour of the script towards that outcome. So the least disruptive way is the opt in route. I also wanted to changed the extension from `sh` to `bash` as it is a bash script.
8
8
9
-
There is feature parity between the two scripts as of this change. All major changes, fixes and tweaks are applied to both scripts with the exception of the reworked dependency and module installation logic as that shift data management of these functions into associative arrays instead of indexed.
9
+
There is feature parity between the two scripts as of this change. All major changes, fixes and tweaks are applied to both scripts with the exception of the reworked dependency and module installation logic which breaks expected behavior of the script.
10
10
11
11
#### Main changes
12
12
@@ -29,7 +29,7 @@ Changes applied to both `qbt-nox-static.bash` `qbittorrent-nox-static.sh`
29
29
- all build optimisation stuff moved to a unified function `_custom_flags` instead of being spread out across the script.
30
30
- Alpine only - if building using native gcc on the host it will attempt to use `-flto` - does not do this on crossbuilding as it does not work.
31
31
- General refactoring towards more consistent use of array data throughout the script with a preference towards associative arrays.
32
-
- fixed: standard checking - checks are more targets to include os version names so as to avoid certain build bad combinations
32
+
- fixed: standards checking - checks are more targets to include os version names so as to avoid certain build bad combinations
33
33
- new: a new flag `-bs-e` that dumps a template `.qbt_env` file with all env vars that are unset then exits.
34
34
- crossbuild toolchains won't extract every time you run the script and will also now determine if you have the correct toolchains if you change the settings and not juts assume.
35
35
- many consistency tweaks, minors bug fixes and streamlining of code.
0 commit comments