Skip to content

Commit ae71a86

Browse files
committed
chore(release): bump to 0.6
1 parent de18ca5 commit ae71a86

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This documents the user-facing changes for each version
44

5+
## 0.6
6+
7+
- Queue capacity watcher now only sends notifications when the queue size has actually increased
8+
- Appending songs to queue now filters out songs that are already in the queue
9+
- Add a button to clear all automatic snapshots
10+
- Small UI improvements (collapsible settings, tooltips)
11+
- Add support for multiple languages. Supports English, German, Spanish and French and can be changed in settings
12+
513
## 0.5.1
614

715
- Fix manual snapshot getting saved with custom name when not changing it from the default

package.json

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

0 commit comments

Comments
 (0)