Support v1.2.31.1205.g4d59ad7c

This commit is contained in:
jetfir3
2024-02-12 13:22:31 -05:00
committed by GitHub
parent fa902576df
commit 7c0f11a5dc
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<center>
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
<p align="center">
<strong>Latest supported version:</strong> 1.2.30.1135.g02fef27a
<strong>Latest supported version:</strong> 1.2.31.1205.g4d59ad7c
</p>
</center>
@@ -53,7 +53,7 @@ bash <(curl -sSL https://spotx-official.github.io/run.sh)
| `--help` | print options |
| `-i` | enable interactive mode |
| `--installdeb` | install latest client deb pkg on APT-based distros [Linux] |
| `--installmac` | install latest supported client (macOS) |
| `--installmac` | install latest supported client [macOS] |
| `-l` | [no lyrics background color](https://github.com/SpotX-Official/SpotX-Bash/issues/20#issuecomment-1762040019) |
| `-o` | use [old home screen UI](https://github.com/SpotX-Official/SpotX-Bash/wiki/SpotX%E2%80%90Bash-FAQ#what-is-the-old-and-new-ui) |
| `-p` | [paid premium-tier subscriber](https://github.com/SpotX-Official/SpotX-Bash/wiki/SpotX%E2%80%90Bash-FAQ#can-spotx-bash-be-used-with-a-paid-premium-account) |

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.30.1135.g02fef27a"
buildVer="1.2.31.1205.g4d59ad7c"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;
@@ -633,6 +633,7 @@ defaultExperimentals=(
's|audio equalizer for Desktop and Web Player",default:\K!1|true|s' #enableEqualizer
's|EA FC 24 easter egg",default:\K!1|true|s' #enableFC24EasterEgg
's|option to Forget Devices",default:\K!1|true|s' #enableForgetDevice
's|Enable fullscreen mode",default:\K!1|true|s' #enableFullscreenMode
's|Show global top bar with home button, search input and user avatar",default:\K!1|true|s' #enableGlobalTopBar
's|Ignore In Recommendations for desktop and web",default:\K!1|true|s' #enableIgnoreInRecommendations
's|new inline playlist curation tools",default:\K!1|true|s' #enableInlineCuration