Skip to content

Commit e1eb354

Browse files
committed
Add experimental support tier
This updates and rewrites the supported environments portion of the README. It also adds a new experimental support tier to clarify how we'll handle things like installed PWAs and mobile web.
1 parent 036348c commit e1eb354

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
Riot
22
====
33

4-
Riot (formerly known as Vector) is a Matrix web client built using the [Matrix React SDK](https://github.com/matrix-org/matrix-react-sdk).
5-
6-
Riot is officially supported on the web in the last 2 major versions of Chrome, Firefox, and Safari. For Riot on Desktop (electron),
7-
only the officially published app is supported. Other browsers and packages may work, however official support is not provided.
8-
For accessing Riot on an Android or iOS device, check out [riot-android](https://github.com/vector-im/riot-android)
9-
and [riot-ios](https://github.com/vector-im/riot-ios) - riot-web does not support mobile devices.
4+
Riot (formerly known as Vector) is a Matrix web client built using the [Matrix
5+
React SDK](https://github.com/matrix-org/matrix-react-sdk).
6+
7+
Supported Environments
8+
======================
9+
10+
Riot has several tiers of support for different environments:
11+
12+
* Supported
13+
* Definition: Issues **actively triaged**, regressions **block** the release
14+
* Last 2 major versions of Chrome, Firefox, and Safari
15+
* Latest release of official Riot Desktop app on macOS, Windows, and Linux versions that are actively supported by the OS vendor and receive security updates
16+
* Experimental
17+
* Definition: Issues **accepted**, regressions **do not block** the release
18+
* Riot as an installed PWA via current stable version of Chrome, Firefox, and Safari
19+
* Mobile web for current stable version of Chrome, Firefox, and Safari on Android, iOS, and iPadOS
20+
* Not supported
21+
* Definition: Issues only affecting unsupported environments are **closed**
22+
* Everything else
23+
24+
For accessing Riot on an Android or iOS device, we currently recommend the
25+
native apps [riot-android](https://github.com/vector-im/riot-android)
26+
and [riot-ios](https://github.com/vector-im/riot-ios).
1027

1128
Getting Started
1229
===============

0 commit comments

Comments
 (0)