Skip to content

Commit

Permalink
bump: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Jun 25, 2021
1 parent 114315b commit 13d7813
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions spicetify.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "2.3.0"
version = "2.4.0"
)

var (
Expand Down Expand Up @@ -405,5 +405,13 @@ custom_apps <string>
extensions <string>
List of Javascript files to be executed along with Spotify main script.
Separate each extension with "|".`)
Separate each extension with "|".
home_config <0 | 1>
Enable ability to re-arrange sections in Home page.
Navigate to Home page, turn "Home config" mode on in Profile menu and hover on sections to show customization buttons.
sidebar_config <0 | 1>
Enable ability to stick, hide, re-arrange sidebar items.
Turn "Sidebar config" mode on in Profile menu and hover on sidebar items to show customization buttons.`)
}

0 comments on commit 13d7813

Please sign in to comment.