From df53ba6d3a19bc5c3263dfa61173a7a9c91d3156 Mon Sep 17 00:00:00 2001 From: David Langley Date: Tue, 23 Jul 2024 18:40:14 +0100 Subject: [PATCH 1/2] Update Supported Environments --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60755b62b7..53533c06b4 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,30 @@ React SDK](https://github.com/matrix-org/matrix-react-sdk). Element has several tiers of support for different environments: - Supported - - Definition: Issues **actively triaged**, regressions **block** the release + - Definition: + - Issues **actively triaged**, regressions **block** the release - Last 2 major versions of Chrome, Firefox, and Edge on desktop OSes - Last 2 versions of Safari - Latest release of official Element Desktop app on desktop OSes - Desktop OSes means macOS, Windows, and Linux versions for desktop devices that are actively supported by the OS vendor and receive security updates -- Experimental - - Definition: Issues **accepted**, regressions **do not block** the release - - Element as an installed PWA via current stable version of Chrome +- Best effort + - Definition: + - Issues **accepted**, regressions **do not block** the release + - The wider Element Products(including Element Call and the Enterprise Server Suite) do still not officially support these browsers. + - The element web project and its contributors should keep the client functioning and gracefully degrade where other sibling features (E.g. Element Call) may not function. + - Last major release of Firefox ESR and Chrome/Edge Extended Stable +- Community Supported + - Definition: + - Issues **accepted**, regressions **do not block** the release + - Community contributions are welcome to support these issues - Mobile web for current stable version of Chrome, Firefox, and Safari on Android, iOS, and iPadOS - Not supported - Definition: Issues only affecting unsupported environments are **closed** - Everything else +The period of support for these tiers should last until the releases specified above, plus 1 app release cycle(2 weeks). In the case of Firefox ESR this is extended further to allow it land in Debian Stable. + For accessing Element on an Android or iOS device, we currently recommend the native apps [element-android](https://github.com/element-hq/element-android) and [element-ios](https://github.com/element-hq/element-ios). From f22d719d388719079c581c3caadb69ea2b2c52da Mon Sep 17 00:00:00 2001 From: David Langley Date: Tue, 23 Jul 2024 18:47:11 +0100 Subject: [PATCH 2/2] lint --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53533c06b4..19875e083d 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ Element has several tiers of support for different environments: - Desktop OSes means macOS, Windows, and Linux versions for desktop devices that are actively supported by the OS vendor and receive security updates - Best effort - - Definition: - - Issues **accepted**, regressions **do not block** the release + - Definition: + - Issues **accepted**, regressions **do not block** the release - The wider Element Products(including Element Call and the Enterprise Server Suite) do still not officially support these browsers. - The element web project and its contributors should keep the client functioning and gracefully degrade where other sibling features (E.g. Element Call) may not function. - - Last major release of Firefox ESR and Chrome/Edge Extended Stable + - Last major release of Firefox ESR and Chrome/Edge Extended Stable - Community Supported - - Definition: - - Issues **accepted**, regressions **do not block** the release - - Community contributions are welcome to support these issues + - Definition: + - Issues **accepted**, regressions **do not block** the release + - Community contributions are welcome to support these issues - Mobile web for current stable version of Chrome, Firefox, and Safari on Android, iOS, and iPadOS - Not supported - Definition: Issues only affecting unsupported environments are **closed**