File tree Expand file tree Collapse file tree 3 files changed +51
-22
lines changed
Expand file tree Collapse file tree 3 files changed +51
-22
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " full-screen" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 2.7 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " spicetify-creator" ,
Original file line number Diff line number Diff line change 11const changelog = `## General
2+ - Add queue in sidebar, enable it from settings now!!
3+ - use esc key to exit the full screen experience
4+ - re-enable dynamic colors theme and backgrounds
5+ - compatibility with latest spotify and spicetify
6+ ## New Keyboard Shortcuts
7+ | Key | Purpose |
8+ |----------------|-------------------------------------------|
9+ | <kbd>Q</kbd> | Toggle Sidebar Queue Panel (when enabled) |
10+ | <kbd>C</kbd> | Toggle Settings popup |
11+ | <kbd>L</kbd> | Toggle Lyrics (when enabled) |
12+ | <kbd>ESC</kbd> | Exit full screen app |
13+ | <kbd>F</kbd> | Toggle Default Mode (exit if active) |
14+ | <kbd>T</kbd> | Toggle TV Mode (exit of active) |
15+ ` ;
16+
17+ export const VersionedChangelog = {
18+ "2.7.0" : changelog ,
19+ "2.6.0" : `## General
220 - **Info** -: dynamic color theme and backgrounds is not working anymore in new Spotify
321 - fix classnames library error(use own version)
422 - fix wrong artist order when showing multiple artists
523 - add brazilian translations (thanks to [@vinizent](https://github.com/vinizent))
624 - add chinese traditional translations (thanks to [@york9675](https://github.com/york9675))
725### P.S - update your spicetify if you are facing issues with lyrics
8- ` ;
9-
10- export const VersionedChangelog = {
11- "2.6.0" : changelog ,
26+ ` ,
1227 "2.5.0" : `## General
1328 - add new settings options for progress bar and controls to only show on mousemove
1429 - auto hide lyrics is more repsonsive now (should react faster)
You can’t perform that action at this time.
0 commit comments