version bump to 1.2.69.448

- enabled sleep timer
- enabled context menu shortcuts
- enabled tracklist columns sorting
- fixed css rule submenudownload
This commit is contained in:
amd64fox
2025-07-25 22:55:13 +03:00
parent 39391a1755
commit 3bf6942a7d
2 changed files with 29 additions and 2 deletions

View File

@@ -1546,6 +1546,33 @@
"fr": "1.2.67",
"to": ""
}
},
"SleepTimer": {
"name": "enableSleepTimer",
"description": "Enable Sleep timer",
"native_description": "Enable Sleep timer",
"version": {
"fr": "1.2.69",
"to": ""
}
},
"TracklistColumnsSorting": {
"name": "enableTracklistColumnsSorting",
"description": "Enable column reordering functionality in tracklists",
"native_description": "Enable column reordering functionality in tracklists",
"version": {
"fr": "1.2.69",
"to": ""
}
},
"ContextMenuShortcuts": {
"name": "enableContextMenuShortcuts",
"description": "Enables inline keyboard shortcuts for common context menu items",
"native_description": "Enables inline keyboard shortcuts for common context menu items",
"version": {
"fr": "1.2.69",
"to": ""
}
}
},
"CustomExp": {
@@ -2130,7 +2157,7 @@
"fr": "1.1.74",
"to": ""
},
"add": " .pzkhLqffqF_4hucrVVQA, .egE6UQjF_UUoCzvMxREj {display:none}"
"add": " .pzkhLqffqF_4hucrVVQA, .egE6UQjF_UUoCzvMxREj, .Y98_oiegQgSpY_o7hoKG {display:none}"
},
"veryhighstream": {
"version": {

View File

@@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# latest tested version for Win 10-12
$onlineFull = "1.2.68.528.g50f97d42-1008"
$onlineFull = "1.2.69.448.ge76b8882-741"
}
}
else {