From 41c3f29e6116d359a6150924ebfc8ecb538a7c3a Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 19 Sep 2024 20:35:38 +0200 Subject: [PATCH] Declare compatibility with GNOME 47 According to https://gjs.guide/extensions/upgrading/gnome-shell-47.html there are no major changes, so this extension should just work. Let's see. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 1c96897..525f2b9 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "description": "Get a picture of the day as desktop background or wallpaper.\n\nSupports the following sources: NASA Astronomy Picture of the Day (APOD), NASA Earth Observatory Image of the Day, Bing, Wikimedia Featured Image, and Simon Stålenhag artworks.", "url": "https://github.com/swsnr/gnome-shell-extension-picture-of-the-day", "version-name": "46.6", - "shell-version": ["46"], + "shell-version": ["46", "47"], "settings-schema": "org.gnome.shell.extensions.swsnr-picture-of-the-day", "gettext-domain": "picture-of-the-day@swsnr.de" }