mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Release v2.5.0
- Launcher: full rework - Notification: display app icon - Hooks: let people create their own commands after wallpaper change & light/dark toggle - NInputAction: create new widget A lot of quality of life changes & fixes
This commit is contained in:
@@ -8,8 +8,8 @@ Singleton {
|
||||
id: root
|
||||
|
||||
// Public properties
|
||||
property string baseVersion: "v2.4.1"
|
||||
property bool isRelease: false
|
||||
property string baseVersion: "v2.5.0"
|
||||
property bool isRelease: true
|
||||
|
||||
property string currentVersion: isRelease ? baseVersion : baseVersion + "-dev"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user