Skip to content

Commit

Permalink
bump: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Jul 6, 2020
1 parent 7b2f565 commit c1c8d17
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions spicetify.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "0.9.9"
version = "1.0.0"
)

var (
Expand Down Expand Up @@ -337,18 +337,23 @@ prefs_path
Path to Spotify's "prefs" file
current_theme
Name of folder of your theme
Name of folder of your theme
color_scheme
Color config section name in color.ini file.
If color_scheme is blank, first section in color.ini file would be used.
Color config section name in color.ini file.
If color_scheme is blank, first section in color.ini file would be used.
inject_css <0 | 1>
Whether custom css from user.css in theme folder is applied
replace_colors <0 | 1>
Whether custom colors is applied
spotify_launch_flags
Command-line flags used when launching/restarting Spotify.
Separate each flag with "|".
List of valid flags: https://github.com/khanhas/spicetify-cli/wiki/Spotify-Commandline-Flags
` + utils.Bold("[Preprocesses]") + `
disable_sentry <0 | 1>
Prevents Sentry and Amazon Qualaroo to send console log/error/warning to Spotify developers.
Expand All @@ -367,6 +372,10 @@ expose_apis <0 | 1>
Leaks some Spotify's API, functions, objects to Spicetify global object that
are useful for making extensions to extend Spotify functionality.
disable_upgrade_check <0 | 1>
Prevent Spotify checking new version and visually notifying user.
[Windows] Note: Automatic update still works if you don't manually delete "SpotifyMigrator.exe" and "SpotifyUpdate.exe".
` + utils.Bold("[AdditionalOptions]") + `
custom_apps <string>
List of custom apps. Separate each app with "|".
Expand Down Expand Up @@ -400,13 +409,5 @@ song_page <-1 | 0 | 1>
song page (instead of its album page) to discover playlists it appearing on.
visualization_high_framerate <-1 | 0 | 1>
Force Visualization in Lyrics app to render in 60fps.
minimal_ui <-1 | 0 | 1>
Enable/Disable Minimal UI (Web Player UI) button.
It locates in right side of player bar.
tastebuds <-1 | 0 | 1>
Enable Tastebud feature.
It is only available in left sidebar of Minimal UI.`)
Force Visualization in Lyrics app to render in 60fps.`)
}

0 comments on commit c1c8d17

Please sign in to comment.