Skip to content

Commit 232b892

Browse files
committed
chore(full-screen/v2.7.0): publish changelog and release
1 parent fc4cc0c commit 232b892

File tree

3 files changed

+51
-22
lines changed

3 files changed

+51
-22
lines changed

Extensions/full-screen/dist/fullScreen.js

Lines changed: 31 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extensions/full-screen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "full-screen",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"private": true,
55
"scripts": {
66
"build": "spicetify-creator",

Extensions/full-screen/src/constants/changelog.ts

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
const 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)

0 commit comments

Comments
 (0)