version bump to 1.2.90

This commit is contained in:
amd64fox
2026-05-20 22:46:05 +03:00
parent 8e2595922e
commit 13ef73f820
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1191,7 +1191,7 @@
"native_description": "Show top tracks and top artists on profile page", "native_description": "Show top tracks and top artists on profile page",
"version": { "version": {
"fr": "1.2.22", "fr": "1.2.22",
"to": "" "to": "1.2.89"
} }
}, },
"EightShortcuts": { "EightShortcuts": {
@@ -2736,7 +2736,7 @@
"hideEmptyYourEpisodes": { "hideEmptyYourEpisodes": {
"version": { "version": {
"fr": "1.2.78", "fr": "1.2.78",
"to": "" "to": "1.2.89"
}, },
"match": "(includeYourEpisodes\\?\\{inclusionMode:[^,}]+\\.)INCLUDE_ALWAYS", "match": "(includeYourEpisodes\\?\\{inclusionMode:[^,}]+\\.)INCLUDE_ALWAYS",
"replace": "$1INCLUDE_IF_NOT_EMPTY" "replace": "$1INCLUDE_IF_NOT_EMPTY"
+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.89", [string]$latest_full = "1.2.90",
[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",