Skip to content

Commit 3a9957b

Browse files
committed
New release: support for Gnome 48
1 parent f4570d0 commit 3a9957b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ From the official GNOME Shell Extensions website:
3030

3131
Or
3232

33-
[latest]: https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v20.0/gnome-bedtime-mode_20.0.zip
33+
[latest]: https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v21.0/gnome-bedtime-mode_21.0.zip
3434

35-
You can download the [latest release package][latest] and manually install it to your extensions folder. The latest package only supports Gnome version '47'!
35+
You can download the [latest release package][latest] and manually install it to your extensions folder. The latest package only supports Gnome versions '47' and '48'!
3636

3737
For older Gnome versions please use the official [GNOME Shell Extensions website][ego] mentioned above.
3838

3939
```
40-
wget https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v20.0/gnome-bedtime-mode_20.0.zip
40+
wget https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v21.0/gnome-bedtime-mode_21.0.zip
4141
# (Or manually download via browser and run the next commands from the download folder)
4242
43-
gnome-extensions install --force gnome-bedtime-mode_20.0.zip
43+
gnome-extensions install --force gnome-bedtime-mode_21.0.zip
4444
45-
rm gnome-bedtime-mode_20.0.zip
45+
rm gnome-bedtime-mode_21.0.zip
4646
```
4747

4848
Next, you need to log out and log in again into your user account

po/bedtime-mode.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gnome-bedtime-mode 20\n"
9+
"Project-Id-Version: gnome-bedtime-mode 21\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2024-08-25 14:33+0300\n"
11+
"POT-Creation-Date: 2025-03-04 17:50+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

src/metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"name": "Bedtime Mode",
55
"settings-schema": "org.gnome.shell.extensions.bedtime-mode",
66
"gettext-domain": "bedtime-mode",
7-
"shell-version": ["47"],
7+
"shell-version": ["47", "48"],
88
"url": "https://github.com/ionutbortis/gnome-bedtime-mode",
99
"uuid": "[email protected]",
10-
"version": 20
10+
"version": 21
1111
}

0 commit comments

Comments
 (0)