From 13ef73f820afad845637bc81a56052ce390f615c Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 20 May 2026 22:46:05 +0300 Subject: [PATCH] version bump to 1.2.90 --- patches/patches.json | 4 ++-- run.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 831eff1..17fb04c 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1191,7 +1191,7 @@ "native_description": "Show top tracks and top artists on profile page", "version": { "fr": "1.2.22", - "to": "" + "to": "1.2.89" } }, "EightShortcuts": { @@ -2736,7 +2736,7 @@ "hideEmptyYourEpisodes": { "version": { "fr": "1.2.78", - "to": "" + "to": "1.2.89" }, "match": "(includeYourEpisodes\\?\\{inclusionMode:[^,}]+\\.)INCLUDE_ALWAYS", "replace": "$1INCLUDE_IF_NOT_EMPTY" diff --git a/run.ps1 b/run.ps1 index 177610c..9111252 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2,7 +2,7 @@ param ( [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')] [string]$last_win7_full = "1.2.5.1006.g22820f93",