mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Document current WebUI browser compatibility
This commit is contained in:
parent
6de02b0f2a
commit
7e99ce6d7f
1 changed files with 19 additions and 0 deletions
19
src/webui/www/README.md
Normal file
19
src/webui/www/README.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue