Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuto committed Feb 27, 2023
1 parent 5fa8e8e commit 17852cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.0: WebSocket Update

* We are now using Electron Builder for building the app; you can uninstall the old one
* You can now use a "Listening to" status (like Spotify) on your profile!
* Added tray tooltip options to change the text
* Added a tray menu option to reconnect the RPC
* Optimized the code **a lot** so now it is more readable

## 1.0.9

* Added a tray menu submenu to select the tray icon tooltip text ([``ca6401b``](https://github.com/JustYuuto/deezer-discord-rpc/commit/ca6401b6fe28bdf7caabe9b01c0b2356b1d5e0fa))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deezer-discord-rpc",
"version": "1.0.9",
"version": "1.1.0",
"description": "A Discord RPC for Deezer",
"main": "./build/src/index.js",
"scripts": {
Expand Down

0 comments on commit 17852cb

Please sign in to comment.