From 66e4d6f41f31e6f612290088199faf8940fde083 Mon Sep 17 00:00:00 2001 From: Tom <62431861+tom-thi@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:26:17 +0000 Subject: [PATCH 1/2] Add support for GNOME 49 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 9df0842..e396919 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "name": "Hibernate Status Button", "url": "https://github.com/arelange/gnome-shell-extension-hibernate-status", "description": "Adds a Hibernate button in Status menu. Using Alt modifier, you can also select Hybrid Sleep instead.", - "shell-version": ["45", "46", "47", "48"], + "shell-version": ["45", "46", "47", "48", "49"], "gettext-domain": "hibernate-status-button", "settings-schema": "org.gnome.shell.extensions.hibernate-status-button" } From 4e3af1fe126a697c6197236f4d43953f66c2f322 Mon Sep 17 00:00:00 2001 From: Tom <62431861+tom-thi@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:26:48 +0000 Subject: [PATCH 2/2] Update README to include support for GNOME 49 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9573dc5..1dd07ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu Originally developed by [@arelange](https://github.com/arelange) and then [@p91paul](https://github.com/p91paul). Now maintained by [@slaclau](https://github.com/slaclau). -Supports GNOME 45, 46, 47, and 48. +Supports GNOME 45, 46, 47, 48, and 49. ## FAQ