version bump to 1.2.58.492

- new scrollbar enabled ( fixes #649 )
- fullscreen mode is enabled for the library
- podcast comments are enabled
This commit is contained in:
amd64fox
2025-02-21 19:35:54 +03:00
parent 2ed8681be9
commit a16b48f1c8
2 changed files with 60 additions and 4 deletions

View File

@@ -977,7 +977,7 @@
"native_description": "Enables the Saved In section in Aligned Curation",
"version": {
"fr": "1.2.40",
"to": ""
"to": "1.2.47"
}
},
"ViewMode": {
@@ -1346,7 +1346,7 @@
"native_description": "Enable zoom settings from the settings page on Desktop",
"version": {
"fr": "1.2.53",
"to": ""
"to": "1.2.57"
}
},
"AmbientModeForMiniplayer": {
@@ -1375,6 +1375,42 @@
"fr": "1.2.57",
"to": ""
}
},
"UserCommentsForEpisodes": {
"name": "enableUserCommentsForEpisodes",
"description": "Enable user comments for podcast episodes",
"native_description": "Enable user comments for podcast episodes",
"version": {
"fr": "1.2.56",
"to": ""
}
},
"AdsPrioritizeCanvas": {
"name": "embeddedAdsPrioritizeCanvas",
"description": "When enabled, tracks eligible for canvas will not be eligible for embedded ads",
"native_description": "When enabled, tracks eligible for canvas will not be eligible for embedded ads",
"version": {
"fr": "1.2.58",
"to": ""
}
},
"NewOverlayScrollbars": {
"name": "enableNewOverlayScrollbars",
"description": "Enable new overlay scrollbars",
"native_description": "Enable new overlay scrollbars",
"version": {
"fr": "1.2.58",
"to": ""
}
},
"FullscreenLibrary": {
"name": "enableFullscreenLibrary",
"description": "Enable fullscreen library",
"native_description": "Enable fullscreen library",
"version": {
"fr": "1.2.58",
"to": ""
}
}
},
"CustomExp": {
@@ -1507,6 +1543,26 @@
"fr": "1.2.57",
"to": ""
}
},
"AdsDismissInterval": {
"name": "embeddedAdsDismissInterval",
"description": "How long to wait (in seconds) before autodismissing embedded ad",
"native_description": "How long to wait (in seconds) before autodismissing embedded ad",
"value": "0",
"version": {
"fr": "1.2.58",
"to": ""
}
},
"AdsViewsTimeInterval": {
"name": "embeddedAdsViewsTimeInterval",
"description": "How long to wait (in seconds) between each successful render of embedded ad",
"native_description": "How long to wait (in seconds) between each successful render of embedded ad",
"value": "99999",
"version": {
"fr": "1.2.58",
"to": ""
}
}
},
"binary": {

View File

@@ -292,7 +292,7 @@ if ($psv -ge 7) {
}
# add Tls12
[Net.ServicePointManager]::SecurityProtocol = 3072
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12;
function Get-Link {
param (
@@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# latest tested version for Win 10-12
$onlineFull = "1.2.57.463.g4f748c64-3096"
$onlineFull = "1.2.58.492.g5e7cd836-228"
}
}
else {