version bump to 1.2.11.911

- fixed regex for spotx description
- fixed lack of subtitles for video podcasts that have them #403
- fixed missing panel with new releases for the old theme
This commit is contained in:
amd64fox
2023-05-09 14:23:10 +03:00
parent 4132ad6785
commit 1538d04945
2 changed files with 28 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ param
[Parameter(HelpMessage = 'Do not enable exception playlists from recommendations.')]
[switch]$ignore_in_recommendations_off,
[Parameter(HelpMessage = 'Enable audio equalizer for Desktop.')]
[Parameter(HelpMessage = 'Disable built-in equalizer.')]
[switch]$equalizer_off,
[Parameter(HelpMessage = 'New theme activated (new right and left sidebar, some cover change)')]
@@ -275,7 +275,7 @@ if ($win7 -or $win8 -or $win8_1) {
}
# Recommended version for Win 10-12
else {
$onlineFull = "1.2.10.760.g52970952-1106"
$onlineFull = "1.2.11.911.ga041e113-2164"
}
$online = ($onlineFull -split ".g")[0]
@@ -1097,7 +1097,7 @@ function Helper($paramname) {
# Old theme
if (!($new_theme)) {
$rem.remove('newhome'), $rem.remove('newhome2'), $rem.remove('lyricssidebar'), $rem.remove('showcreditsinsidebar'),
$rem.remove('enableWhatsNewFeed'), $rem.remove('rightsidebar'), $rem.remove('leftsidebar');
$rem.remove('rightsidebar'), $rem.remove('leftsidebar');
}
if ($old_lyrics) { $rem.remove('lyricssidebar') }
if (!$premium) { $rem.remove('RemoteDownloads') }

View File

@@ -95,7 +95,7 @@
"from": "1.1.70",
"do": ""
},
"match": "((..createElement|children:\\(.{1,7}\\))\\(....,{source:).....get\\(\"about.copyright\",.\\),paragraphClassName:.}\\)",
"match": "((..createElement|children:\\(.{1,7}\\))\\(.{1,7},{source:).{1,7}get\\(\"about.copyright\",.\\),paragraphClassName:.}\\)",
"replace": "$1\"<h3>More about SpotX</h3><a href='https://github.com/amd64fox/SpotX'>Github</a><br/><a href='https://telegra.ph/SpotX-FAQ-09-19'>FAQ</a><br/><a href='https://t.me/spotify_windows_mod'>Telegram channel</a><br/><a href='https://github.com/amd64fox/SpotX/issues/new?assignees=&labels=%E2%9D%8C+bug&template=bug_report.yml'>Create an issue report</a><br> <br/><h4>DISCLAIMER</h4>SpotX is a modified version of the official Spotify client, provided as an evaluation version, you use it at your own risk.\"})"
},
"forcedDisabledExp": {
@@ -949,6 +949,30 @@
},
"match": "(Enable remote download support through the offline2 system\",default:)(!1)",
"replace": "$1true"
},
"ConcertsForThisIsPlaylist": {
"version": {
"from": "1.2.11",
"do": ""
},
"match": "(Enable Tour Card on This is Playlist\",default:)(!1)",
"replace": "$1true"
},
"MandalorianEaster": {
"version": {
"from": "1.2.10",
"do": ""
},
"match": "(Enable the Mandalorian easter-egg\",values:.,default:)(..)DISABLED",
"replace": "$1$2HELMET_AND_SOUND"
},
"BetamaxSdkSubtitles": {
"version": {
"from": "1.1.70",
"do": ""
},
"match": "(Enables subtitles setting and rendering subtitles on the betamax SDK on DesktopX\",values:.,default:)(!1)",
"replace": "$1true"
}
}
}