Skip to content

Commit

Permalink
2.0.0-beta3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffington committed Jan 30, 2021
1 parent 3c67817 commit f97e7cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
### v2.0.0b3 - 2021-??-??
### v2.0.0b3 - 2021-01-30
- Now works with foo_ui_hacks to show min/max/close buttons when applicable and moves UI elements accordingly
- Fixed regression with Queue'd items not showing in playlist
- Transport button spacing now configurable (thanks @notsigma)
- Allow filtering out of cd.jpgs from showing with rest of artwork
- Improved config version upgrades
- Fixed Queue'd items not showing in playlist
- Added option for showing full date in playlist header
- Lots of code cleanup

### v2.0.0b2 - 2021-01-15
Expand Down
2 changes: 1 addition & 1 deletion js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let settings = {};
let globals = {};


const currentVersion = '2.0.0-beta2';
const currentVersion = '2.0.0-beta3';
let configVersion = currentVersion; // will be overwritten when loaded from config file
let updateAvailable = false;
let updateHyperlink;
Expand Down

0 comments on commit f97e7cb

Please sign in to comment.