version bump to 1.2.82.428

- enabled BPM and key (musical tonality) columns in playlists
- enabled the force volume toggle when exclusive mode is enabled
This commit is contained in:
amd64fox
2026-02-01 20:12:33 +03:00
parent d2f652b73e
commit 15132daa81
2 changed files with 21 additions and 5 deletions

View File

@@ -1534,7 +1534,7 @@
"native_description": "Enable new overlay scrollbars",
"version": {
"fr": "1.2.58",
"to": ""
"to": "1.2.81"
}
},
"FullscreenLibrary": {
@@ -1678,7 +1678,7 @@
"native_description": "Enable users to react and reply to comments.",
"version": {
"fr": "1.2.74",
"to": ""
"to": "1.2.81"
}
},
"ExcludeTrackFromTasteProfile": {
@@ -1752,6 +1752,14 @@
"to": ""
}
},
"ForceVolumeInExclusiveMode": {
"name": "enableForceVolumeInExclusiveMode",
"native_description": "Enables the force volume toggle when exclusive mode is enabled",
"version": {
"fr": "1.2.82",
"to": ""
}
},
"ListPrivateByDefaultSetting": {
"name": "enableListPrivateByDefaultSetting",
"native_description": "Enable List Private By Default setting in Desktop Social Settings",
@@ -1795,6 +1803,14 @@
"fr": "1.2.77",
"to": ""
}
},
"PlaylistExtenderBpmKey": {
"name": "enablePlaylistExtenderBpmKey",
"native_description": "Enable BPM and key columns in playlist recommendations",
"version": {
"fr": "1.2.82",
"to": ""
}
}
},
"CustomExp": {
@@ -1925,7 +1941,7 @@
"value": "your_library",
"version": {
"fr": "1.2.57",
"to": ""
"to": "1.2.81"
}
},
"AdsDismissTimeInterval": {
@@ -2288,7 +2304,7 @@
"collaboration": {
"version": {
"fr": "1.1.74",
"to": ""
"to": "1.2.82"
},
"match": "[\\w$]+\\??\\.canAdministratePermissions(\\W.*?\"permissions\\.invite-collaborators\")",
"replace": "false$1"

View File

@@ -416,7 +416,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# latest tested version for Win 10-12
$onlineFull = "1.2.81.264.gb4ad4efa-1866"
$onlineFull = "1.2.82.428.g0ac8be2b-1220"
}
}
else {