mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-08-09 09:31:09 +10:00
version bump to 1.2.96
enable the redesigned context menu, canvas toggle, and video shelf previews
This commit is contained in:
+58
-2
@@ -868,6 +868,30 @@
|
|||||||
"fr": "1.2.95",
|
"fr": "1.2.95",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"AdsSurfaceStateForAdOrchestration": {
|
||||||
|
"name": "useAdsSurfaceStateForAdOrchestration",
|
||||||
|
"description": "Use ads-owned NPV and cinema surface state for ad orchestration",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"HptoHarmonyVideoPlayer": {
|
||||||
|
"name": "enableHptoHarmonyVideoPlayer",
|
||||||
|
"description": "Enable the Harmony-based video player for HPTO home video ads, replacing the Betamax player",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SidekickFeedbackBanner": {
|
||||||
|
"name": "enableSidekickFeedbackBanner",
|
||||||
|
"description": "Show the feedback banner in the Sidekick chat",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EnableExp": {
|
"EnableExp": {
|
||||||
@@ -1480,7 +1504,7 @@
|
|||||||
"native_description": "Disable the Premium Only Modal",
|
"native_description": "Disable the Premium Only Modal",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.39",
|
"fr": "1.2.39",
|
||||||
"to": ""
|
"to": "1.2.95"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CenteredLayout": {
|
"CenteredLayout": {
|
||||||
@@ -1966,7 +1990,7 @@
|
|||||||
"native_description": "Show video preference settings for users to control video playback types",
|
"native_description": "Show video preference settings for users to control video playback types",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.86",
|
"fr": "1.2.86",
|
||||||
"to": ""
|
"to": "1.2.95"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"VideoQualityEnabled": {
|
"VideoQualityEnabled": {
|
||||||
@@ -2032,6 +2056,38 @@
|
|||||||
"fr": "1.2.95",
|
"fr": "1.2.95",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ContextMenuLayoutV2": {
|
||||||
|
"name": "enableContextMenuLayoutV2",
|
||||||
|
"native_description": "Enables the Context Menu 2.0 layout",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CanvasContextMenuToggle": {
|
||||||
|
"name": "enableCanvasContextMenuToggle",
|
||||||
|
"native_description": "Enables the Canvas context menu toggle",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MusicVideos": {
|
||||||
|
"name": "enableMusicVideos",
|
||||||
|
"native_description": "Whether music videos are available for the current user. Override to true for supported products and markets",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"VideoShelfPreviews": {
|
||||||
|
"name": "enableVideoShelfPreviews",
|
||||||
|
"native_description": "Enable video previews on hover in video shelf cards",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.96",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CustomExp": {
|
"CustomExp": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
param
|
param
|
||||||
(
|
(
|
||||||
[Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')]
|
[Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')]
|
||||||
[string]$latest_full = "1.2.95",
|
[string]$latest_full = "1.2.96",
|
||||||
|
|
||||||
[Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')]
|
[Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')]
|
||||||
[string]$last_win7_full = "1.2.5.1006.g22820f93",
|
[string]$last_win7_full = "1.2.5.1006.g22820f93",
|
||||||
|
|||||||
Reference in New Issue
Block a user