From 8028e63ad348bd798075f9043f03b1894de5b274 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Thu, 19 Dec 2019 15:56:43 +0000 Subject: [PATCH] Improve deprecated options section and improved description for the deprecated option "Listen on IPv6 address" --- Explanation-of-Options-in-qBittorrent.mediawiki | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Explanation-of-Options-in-qBittorrent.mediawiki b/Explanation-of-Options-in-qBittorrent.mediawiki index 3479fc9..6878051 100644 --- a/Explanation-of-Options-in-qBittorrent.mediawiki +++ b/Explanation-of-Options-in-qBittorrent.mediawiki @@ -1,5 +1,7 @@ Here you will find explanation for various settings found under the options in qBittorrent, grouped by the tab. The options can be accessed by hitting '''Alt''' + '''O''' or going to ''Tools'' and clicking on ''Options''. Some of these options are pretty self explanatory, so detailed explanations for these have been omitted. For additional clarification or explanation, please visit the [http://forum.qbittorrent.org qBittorrent forum]. +At the bottom, there is a list of deprecated options. This list may not be comprehensive. + = Behavior = == Language == @@ -151,4 +153,6 @@ A complete list of libtorrent configuration may be found [https://www.libtorrent = Deprecated options = -* '''Listen on IPv6 address''' - also known as the config string Connection\InterfaceListenIPv6 (since 4.2.1). Reason: https://github.com/qbittorrent/qBittorrent/pull/11592 \ No newline at end of file +Deprecated options may be safely removed from your config file. + +* '''Listen on IPv6 address''' - also known as the config string Connection\InterfaceListenIPv6 (since 4.2.1). Replacement: "Optional IP address to bind to", confg string Connection\InterfaceAddress. Reason: [https://github.com/qbittorrent/qBittorrent/pull/11592 #11592]. \ No newline at end of file