version bump to 1.2.32.997

- fixed offrujs patch
- exp enabled:
 - filter tags on the liked songs
 - resizable tracklist columns
 - new connect bar
 - track page activated in search
 - queue on right panel animations
This commit is contained in:
amd64fox
2024-02-27 01:22:10 +03:00
parent 2c0ae54ac0
commit c3cbe3a6bd
2 changed files with 108 additions and 17 deletions
+14 -14
View File
@@ -310,24 +310,11 @@ function CallLang($clg) {
}
}
# Set language code for script.
$langCode = Format-LanguageCode -LanguageCode $Language
$lang = CallLang -clg $langCode
# Set variable 'ru'.
if ($langCode -eq 'ru') {
$ru = $true
if ($mirror) {
$urlru = "https://spotx-official.github.io/SpotX/patches/Augmented%20translation/ru.json"
}
else { $urlru = "https://raw.githubusercontent.com/SpotX-Official/SpotX/main/patches/Augmented%20translation/ru.json" }
$webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json
}
Write-Host ($lang).Welcome
Write-Host
@@ -372,7 +359,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.31.1205.g4d59ad7c-1561"
$onlineFull = "1.2.32.997.g4c6498b6-2894"
}
}
else {
@@ -836,6 +823,19 @@ if ($no_shortcut) {
$ch = $null
# updated Russian translation
if ($langCode -eq 'ru' -and [version]$offline -ge [version]"1.1.92.644") {
$ru = $true
if ($mirror) {
$urlru = "https://spotx-official.github.io/SpotX/patches/Augmented%20translation/ru.json"
}
else { $urlru = "https://raw.githubusercontent.com/SpotX-Official/SpotX/main/patches/Augmented%20translation/ru.json" }
$webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json
}
if ($podcasts_off) {
Write-Host ($lang).PodcatsOff`n
$ch = 'y'