From ffa8957798f010e28fe8370ac788c9e4b0120ee5 Mon Sep 17 00:00:00 2001 From: Matthias Seiffert Date: Wed, 15 Mar 2023 19:10:28 +0100 Subject: [PATCH] Allow enabling the extension in Gnome 44 (even if there might be errors) --- README.md | 1 + metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d90671..a395ffbd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ We hang out on [zulip](https://paperwm.zulipchat.com). Clone the repo and check out the branch supporting the Gnome Shell version you're running. +- 44 (experimental, not officially supported yet, please report bugs): https://github.com/paperwm/PaperWM/tree/develop - 43 (experimental, please report bugs): https://github.com/paperwm/PaperWM/tree/develop - 42: https://github.com/paperwm/PaperWM/tree/gnome-42 - 40: https://github.com/paperwm/PaperWM/tree/gnome-40 diff --git a/metadata.json b/metadata.json index a65c4600..dc41ab26 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "description": "Tiling window manager with a twist", "url": "https://github.com/paperwm/PaperWM", "settings-schema": "org.gnome.Shell.Extensions.PaperWM", - "shell-version": [ "42", "43" ], + "shell-version": [ "42", "43", "44" ], "version": "43.0", "session-modes": [ "unlock-dialog", "user" ] }