version bump to 1.2.95

This commit is contained in:
amd64fox
2026-07-25 02:13:21 +03:00
parent 3d1ddd6850
commit 50bc5a6526
2 changed files with 58 additions and 10 deletions
+57 -9
View File
@@ -111,7 +111,7 @@
"native_description": "Enable music leavebehinds on eligible playlists for desktop", "native_description": "Enable music leavebehinds on eligible playlists for desktop",
"version": { "version": {
"fr": "1.2.10", "fr": "1.2.10",
"to": "" "to": "1.2.93"
} }
}, },
"HptoLocationRefactor": { "HptoLocationRefactor": {
@@ -417,7 +417,7 @@
"native_description": "Allow switching between the new Home Ads format and legacy HPTO format (as opposed to only showing the legacy HPTO format)", "native_description": "Allow switching between the new Home Ads format and legacy HPTO format (as opposed to only showing the legacy HPTO format)",
"version": { "version": {
"fr": "1.2.34", "fr": "1.2.34",
"to": "" "to": "1.2.94"
} }
}, },
"LimitedAdsLabelsOnPlaylistCards": { "LimitedAdsLabelsOnPlaylistCards": {
@@ -512,7 +512,7 @@
"native_description": "Enables the Employee Flag to send to Sentry", "native_description": "Enables the Employee Flag to send to Sentry",
"version": { "version": {
"fr": "1.2.44", "fr": "1.2.44",
"to": "" "to": "1.2.93"
} }
}, },
"HomeImpressions": { "HomeImpressions": {
@@ -656,7 +656,7 @@
"native_description": "Enable Hpto announcements on Home", "native_description": "Enable Hpto announcements on Home",
"version": { "version": {
"fr": "1.2.65", "fr": "1.2.65",
"to": "" "to": "1.2.94"
} }
}, },
"SponsoredPlaylistV2": { "SponsoredPlaylistV2": {
@@ -778,7 +778,7 @@
"name": "bypassApplyUpdateCheck", "name": "bypassApplyUpdateCheck",
"version": { "version": {
"fr": "1.2.84", "fr": "1.2.84",
"to": "" "to": "1.2.93"
} }
}, },
"ad_feedback_in_stream": { "ad_feedback_in_stream": {
@@ -836,6 +836,38 @@
"fr": "1.2.92", "fr": "1.2.92",
"to": "" "to": ""
} }
},
"EmbeddedAdHtmlDisplay": {
"name": "enableEmbeddedAdHtmlDisplay",
"description": "Enable HTML display ads in the embedded NPV",
"version": {
"fr": "1.2.94",
"to": ""
}
},
"ImageOptimizationSentrySpanMeasurement": {
"name": "enableImageOptimizationSentrySpanMeasurement",
"description": "Enable Sentry image resource span attributes for image optimization rollout measurement",
"version": {
"fr": "1.2.94",
"to": ""
}
},
"SentryReactRouterV6Routing": {
"name": "enableSentryReactRouterV6Routing",
"description": "Enable Sentry React Router v6 route instrumentation for Web Player SPA transactions",
"version": {
"fr": "1.2.94",
"to": ""
}
},
"SponsoredPlaylistHorizontalVideo": {
"name": "enableSponsoredPlaylistHorizontalVideo",
"description": "Enables horizontal video layout for sponsored playlist headers on desktop",
"version": {
"fr": "1.2.95",
"to": ""
}
} }
}, },
"EnableExp": { "EnableExp": {
@@ -962,7 +994,7 @@
"native_description": "Enable silence trimming in podcasts", "native_description": "Enable silence trimming in podcasts",
"version": { "version": {
"fr": "1.1.99", "fr": "1.1.99",
"to": "" "to": "1.2.93"
} }
}, },
"PlaybackSpeedIncrements": { "PlaybackSpeedIncrements": {
@@ -1664,7 +1696,7 @@
"native_description": "Enable reverse sort direction in Your Library", "native_description": "Enable reverse sort direction in Your Library",
"version": { "version": {
"fr": "1.2.60", "fr": "1.2.60",
"to": "" "to": "1.2.94"
} }
}, },
"BackendSearchHistory": { "BackendSearchHistory": {
@@ -1910,7 +1942,7 @@
"native_description": "Enable BPM and key columns in playlist recommendations", "native_description": "Enable BPM and key columns in playlist recommendations",
"version": { "version": {
"fr": "1.2.82", "fr": "1.2.82",
"to": "" "to": "1.2.94"
} }
}, },
"ShareActionBarButton": { "ShareActionBarButton": {
@@ -1984,6 +2016,22 @@
"fr": "1.2.89", "fr": "1.2.89",
"to": "" "to": ""
} }
},
"LeaderboardEmptySlotHandling": {
"name": "enableLeaderboardEmptySlotHandling",
"native_description": "Config for clearing the current leaderboard ad and hiding the leaderboard container when the ad slot returns an empty response",
"version": {
"fr": "1.2.94",
"to": ""
}
},
"EntityHeaderNew": {
"name": "enableEntityHeaderNew",
"native_description": "Enable the new entity header design",
"version": {
"fr": "1.2.95",
"to": ""
}
} }
}, },
"CustomExp": { "CustomExp": {
@@ -2084,7 +2132,7 @@
"value": "CONTROL", "value": "CONTROL",
"version": { "version": {
"fr": "1.2.31", "fr": "1.2.31",
"to": "" "to": "1.2.93"
} }
}, },
"CanvasNpv": { "CanvasNpv": {
+1 -1
View File
@@ -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.94", [string]$latest_full = "1.2.95",
[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",