Skip to content

Commit 7fa9619

Browse files
committed
chore: add changelog and bump to 0.4
1 parent 0d99023 commit 7fa9619

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
This documents the user-facing changes for each version
4+
5+
## 0.4
6+
7+
- Fix notifications by using custom toasts
8+
9+
## 0.3.1
10+
11+
- Inline name editing
12+
- Prettier custom dialogs for confirmation and prompt

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Do you hate it when Spotify randomly decides your queue is gone — or just want
1111
## Status
1212
🚧 Beta. Core features are implemented and undergoing polish.
1313

14+
For changes, see [CHANGELOG.md](./CHANGELOG.md)
15+
1416
## Installation
1517
- Open the [Spicetify Marketplace](https://github.com/spicetify/marketplace/wiki/Installation).
1618
- Search for "Queue Manager" (You might have to click on "Load more" first)

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.3.1",
3+
"version": "0.4",
44
"private": true,
55
"scripts": {
66
"build": "spicetify-creator",

0 commit comments

Comments
 (0)