1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 09:12:08 -04:00

changelog: add and enable 1.4 changelog

This commit is contained in:
bbedward
2026-02-16 10:33:59 -05:00
parent a9ee91586e
commit 2c9b22c016
4 changed files with 89 additions and 53 deletions

View File

@@ -10,8 +10,8 @@ import qs.Common
Singleton {
id: root
readonly property string currentVersion: "1.2"
readonly property bool changelogEnabled: false
readonly property string currentVersion: "1.4"
readonly property bool changelogEnabled: true
readonly property string configDir: Paths.strip(StandardPaths.writableLocation(StandardPaths.ConfigLocation)) + "/DankMaterialShell"
readonly property string changelogMarkerPath: configDir + "/.changelog-" + currentVersion