#1: Fixed bug with inspiration list and search list not updating on sync and server changed
All checks were successful
Build / build (push) Successful in 1m30s
All checks were successful
Build / build (push) Successful in 1m30s
This commit is contained in:
@@ -23,9 +23,11 @@ var latest_played_song: int = 0
|
||||
var currently_playing_song: int = -1
|
||||
var edit_players: bool = false
|
||||
|
||||
var version: String = "1.5.0"
|
||||
var version: String = "1.6.0"
|
||||
|
||||
var whats_new: String = "Changelog:
|
||||
1.6.0:
|
||||
#1: Fixed bug with inspiration list not reloding after sync
|
||||
1.5.0: Made big changes to players and the song list and how the local song list works
|
||||
0.9.0-Beta: Fixed settings and updated the player view
|
||||
0.8.0-Beta: Fixed reset buttons and some other small things
|
||||
@@ -34,10 +36,8 @@ var whats_new: String = "Changelog:
|
||||
0.7-Beta: Can now hop between songs"
|
||||
|
||||
var whats_left: String = "Things left to do:
|
||||
Fix graphics in lists
|
||||
Fix layout
|
||||
Fix for local play
|
||||
Change some buttons to icons"
|
||||
Fix for local play"
|
||||
|
||||
var shortcuts: String = "Shortcuts:
|
||||
Alt + S = Search
|
||||
|
||||
Reference in New Issue
Block a user