You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Release workflow compiles schemas before packaging so `schemas/gschemas.compiled` ships inside the zip. This resolves "GLib.FileError: Failed to open gschemas.compiled" on GNOME 42–44 when installing from GitHub zip.
5
+
6
+
---
7
+
8
+
## 1.0.1 (2025-12-17)
9
+
10
+
Highlights
11
+
- Added About & Donate in Preferences, plus README and PayPal links.
12
+
- New toggleable actions with granular control (About, Donate, Clear Primary).
13
+
- Preferred terminal setting used for commands and Open Terminal.
14
+
- Cross-distro update helpers (APT, DNF, Zypper, Pacman) with pkexec.
15
+
- Fixed D-Bus proxy usage (SessionManager + ScreenSaver) for stability.
16
+
- Expanded GNOME compatibility to 42–47.
17
+
- README: Support links (GitHub Sponsors + PayPal), contact info.
18
+
19
+
Notes
20
+
- Schema changed: new keys `preferred-terminal`, and defaults include new actions.
21
+
- Run `glib-compile-schemas schemas` after updating.
A **GNOME Shell extension** that brings **comfort and control to your desktop** — providing quick access to power actions, seamless screenshot helpers, and intelligent system update prompts.
@@ -29,8 +32,12 @@ A **GNOME Shell extension** that brings **comfort and control to your desktop**
29
32
-**Terminal integration** - updates run in your terminal for full visibility
30
33
-**Secure authentication** using `pkexec` for graphical password prompts
31
34
35
+
### 🧩 **Configurable Actions & Terminal**
36
+
* Enable/disable any menu item from Preferences → Actions
37
+
* Set a preferred terminal (kgx, gnome-terminal, tilix, etc.) in Preferences
38
+
32
39
### 🎯 **Compatibility**
33
-
***Officially supports** GNOME Shell versions **42, 43, and 44**
0 commit comments