From 32780b2159825088c7dd6403af7a5e6617b46b3b Mon Sep 17 00:00:00 2001 From: Yuuto <55290516+JustYuuto@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:41:01 +0200 Subject: [PATCH] 1.1.19 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5efcd8b..6db02f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.19 + +* Added start and end timestamp (your music will appear in the "Active Now" section) +* Changed the actual logo by the Deezer one and finally added an icon for the app +* Changed the way to check for music change +* Removed menu bar + ## 1.1.18 * Removed local WS server diff --git a/package.json b/package.json index 0c588d8..cd509cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deezer-discord-rpc", - "version": "1.1.18", + "version": "1.1.19", "description": "A Discord RPC for Deezer", "main": "./build/src/index.js", "scripts": {