extension: declare support for GNOME Shell 50 only

The 45-49 entries were aspirational; the extension has only ever been tested
on Shell 50. EGO requires shell-version to match versions the extension
actually works on, so drop the untested ones and align the README.
This commit is contained in:
Eduard Tolosa 2026-06-25 16:24:57 -05:00
parent 28b68b4dc4
commit 72a2d073e2
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ GNOME Shell (GJS) ──D-Bus──▶ strata-daemon ──▶ SQLite (~/.lo
## Requirements ## Requirements
- GNOME Shell 50 (tested). May work on 45-49 but is untested; if it works for you, please open an issue to let us know. - GNOME Shell 50. Older releases may work if built from source but are not tested or supported.
- `strata-daemon` binary in `$PATH` (see Install below) - `strata-daemon` binary in `$PATH` (see Install below)
- Rust 1.74+ (build only) - Rust 1.74+ (build only)
- `glib-compile-schemas` (from `glib2-devel` / `libglib2.0-dev-bin`) - `glib-compile-schemas` (from `glib2-devel` / `libglib2.0-dev-bin`)

View file

@ -3,7 +3,7 @@
"description": "A fast clipboard manager. Storage, search and image decoding run in a separate Rust daemon.", "description": "A fast clipboard manager. Storage, search and image decoding run in a separate Rust daemon.",
"uuid": "strata@edu4rdshl.dev", "uuid": "strata@edu4rdshl.dev",
"version": 8, "version": 8,
"shell-version": ["45", "46", "47", "48", "49", "50"], "shell-version": ["50"],
"settings-schema": "org.gnome.shell.extensions.strata", "settings-schema": "org.gnome.shell.extensions.strata",
"url": "https://github.com/Edu4rdSHL/Strata" "url": "https://github.com/Edu4rdSHL/Strata"
} }