Release v3.6.2

This commit is contained in:
Ly-sec
2025-12-09 17:37:57 +01:00
parent a0aa7e3f1d
commit 2a5b1fa109
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ Variants {
}
function onBrightnessChanged(newBrightness) {
currentBrightness = newBrightness;
root.currentBrightness = newBrightness;
showOSD(OSD.Type.Brightness);
}
+2 -2
View File
@@ -11,8 +11,8 @@ Singleton {
id: root
// Version properties
readonly property string baseVersion: "3.6.1"
readonly property bool isDevelopment: true
readonly property string baseVersion: "3.6.2"
readonly property bool isDevelopment: false
readonly property string developmentSuffix: "-git"
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`