diff --git a/changelog.md b/changelog.md index 23b6949b..b57684d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +### v2.0.11 - 13/10/2024 + +Disable glib tests on zlib-ng https://github.com/userdocs/qbittorrent-nox-static/pull/173 + +Update contributor info + +minor changes - https://github.com/userdocs/qbittorrent-nox-static/commit/e4a674fa3832e0c0d6950539adac9d1d8d00d0e7 + ### v2.0.10 - 05/10/2024 Make `cmake` the default build tool with the release of qBittorrent v5 diff --git a/qbittorrent-nox-static.sh b/qbittorrent-nox-static.sh index 99ec02f9..84a26da6 100644 --- a/qbittorrent-nox-static.sh +++ b/qbittorrent-nox-static.sh @@ -8,7 +8,9 @@ # # @author - userdocs # -# @contributors IceCodeNew Stanislas boredazfcuk AdvenT. guillaumedsde inochisa +# @contributors IceCodeNew Stanislas boredazfcuk AdvenT. guillaumedsde inochisa angristan xNihil0 Jercik +# +# https://github.com/userdocs/qbittorrent-nox-static/graphs/contributors # # @credits - https://gist.github.com/notsure2 https://github.com/c0re100/qBittorrent-Enhanced-Edition # @@ -17,7 +19,7 @@ ################################################################################################################################################# # Script version = Major minor patch ################################################################################################################################################# -script_version="2.0.10" +script_version="2.0.11" ################################################################################################################################################# # Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html #################################################################################################################################################