mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-23 11:30:19 +10:00
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:
@@ -977,7 +977,7 @@
|
|||||||
"native_description": "Enables the Saved In section in Aligned Curation",
|
"native_description": "Enables the Saved In section in Aligned Curation",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.40",
|
"fr": "1.2.40",
|
||||||
"to": ""
|
"to": "1.2.47"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ViewMode": {
|
"ViewMode": {
|
||||||
@@ -1346,7 +1346,7 @@
|
|||||||
"native_description": "Enable zoom settings from the settings page on Desktop",
|
"native_description": "Enable zoom settings from the settings page on Desktop",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.53",
|
"fr": "1.2.53",
|
||||||
"to": ""
|
"to": "1.2.57"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AmbientModeForMiniplayer": {
|
"AmbientModeForMiniplayer": {
|
||||||
@@ -1375,6 +1375,42 @@
|
|||||||
"fr": "1.2.57",
|
"fr": "1.2.57",
|
||||||
"to": ""
|
"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": {
|
"CustomExp": {
|
||||||
@@ -1507,6 +1543,26 @@
|
|||||||
"fr": "1.2.57",
|
"fr": "1.2.57",
|
||||||
"to": ""
|
"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": {
|
"binary": {
|
||||||
|
|||||||
4
run.ps1
4
run.ps1
@@ -292,7 +292,7 @@ if ($psv -ge 7) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# add Tls12
|
# add Tls12
|
||||||
[Net.ServicePointManager]::SecurityProtocol = 3072
|
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12;
|
||||||
|
|
||||||
function Get-Link {
|
function Get-Link {
|
||||||
param (
|
param (
|
||||||
@@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# latest tested version for Win 10-12
|
# latest tested version for Win 10-12
|
||||||
$onlineFull = "1.2.57.463.g4f748c64-3096"
|
$onlineFull = "1.2.58.492.g5e7cd836-228"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user