From 48fd445e104e6bca2103472c5ea4b269ef2f5de4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:25:20 +0100 Subject: [PATCH] Bump qBittorrent addon version to 5.1.4-9 --- qbittorrent/CHANGELOG.md | 4 ++++ qbittorrent/config.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 679aaf210..9ff7d5703 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.1.4-9 (05-02-2026) +- Move OpenVPN/WireGuard config filename validation from schema to runtime scripts +- Validate config name only when the related VPN mode is enabled + ## 5.1.4-8 (05-02-2026) - Allow more complex vpn config names - Rewrite the openvpn and wireguard scripts in order to make them more robust, secure, and compatible with more suppliers @litinoveweedle diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index b2cb65431..d3d255a41 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -142,4 +142,4 @@ schema: slug: qbittorrent udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.1.4-8" +version: "5.1.4-9"