DiscordRPC Customisation:

- Redone logic in discordrpc.ts plugin
- Implemented user variables for rpc state and format
- Added settings in app to configure this
- Bumped version to 1.4.3 to use migrations to ensure config wont fail
- Enabled clear invalid config on electron store
- i18n updated
This commit is contained in:
Core 2022-04-14 14:39:03 +01:00
parent 16e41a6143
commit 9f4d689f2e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
4 changed files with 18 additions and 7 deletions

View file

@ -2,7 +2,7 @@
"name": "cider",
"applicationId": "Cider",
"productName": "Cider",
"version": "1.4.2",
"version": "1.4.3",
"description": "A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind.",
"license": "AGPL-3.0",
"main": "./build/index.js",