diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 9a5ef74a291..071004e7fb5 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,5 +1,5 @@ - Feat : sanitize ovpn files by disabling ipv6 (not supported by HA), ensuring CRLF, checking paths of referenced static files -- Feat : if no ovpn is referred in the option, it will use a random one +- Feat : if no ovpn is referred in the option, it will use a random one from the openvpn folder ### 4.6.2_27_reverted (23-12-2023) - ⚠ BREAKING CHANGE : I've decided to revert to the initial upstream image, apologies for this whole incovenience. After receiving many constructive (or plainly negative) feedbacks I have decided it was just not worth it to implement a new upstream image supposed to prevent ip leak for openvpn, plus wireguard support, and decided to just restore my own code. I've still kept qbit_manage, and will perhaps implement wireguard in the future but with my own code. As the databases were migrated for users to the new config locations, I've decided to keep it like that. It is more sustainable as HA is pushing in this direction and allows to backup the config with the addon (which was not the case previously).