From 7e99ce6d7f470f81ea723ab5c5dbabc3afdb5f47 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 21 Mar 2019 16:20:30 +0800 Subject: [PATCH] Document current WebUI browser compatibility --- src/webui/www/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/webui/www/README.md diff --git a/src/webui/www/README.md b/src/webui/www/README.md new file mode 100644 index 000000000..6cf10aa04 --- /dev/null +++ b/src/webui/www/README.md @@ -0,0 +1,19 @@ +qBittorrent Web UI +--- + +### Browser compatibility + +| Browser | Lower bound | +| ----------------- | -------------------------------------------------- | +| Chrome | [The release from 1 year ago][Chrome-history-link] | +| Firefox | [Oldest active ESR release][Firefox-ESR-link] | +| Internet Explorer | 11 | +| Microsoft Edge | [The release from 1 year ago][MSEdge-history-link] | +| Safari | [The release from 1 year ago][Safari-history-link] | + +The upper bound will always be the latest stable release. + +[Chrome-history-link]: https://en.wikipedia.org/wiki/Google_Chrome_version_history +[Firefox-ESR-link]: https://en.wikipedia.org/wiki/Firefox_version_history#Current_and_future_releases +[MSEdge-history-link]: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history +[Safari-history-link]: https://en.wikipedia.org/wiki/Safari_version_history