pulled in edocli PR and updated dependencies

This commit is contained in:
Rick van Lieshout 2025-07-10 10:44:57 +02:00
parent d474b7b78f
commit 5f5b3b11a8
4 changed files with 11 additions and 3 deletions

View File

@ -17,7 +17,9 @@
"trackid",
"tracklist",
"widevine",
"xesam"
"wvcus",
"xesam",
"xhayper"
],
"sonarlint.connectedMode.project": {
"connectionId": "public-sonarcloud",

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [5.19.1]
- Removes the `--enable-features=UseOzonePlatform` flag, as the Ozone platform has been the default on Linux since Electron 28 and this flag is no longer necessary.
- Adds the `--enable-wayland-ime` flag to enable Input Method Editor (IME) support in Wayland environments, improving the input experience for CJK and other users.
- Updated various dependencies
## [5.19.0]
- Fixed the issue where media updates would cease to work after album names can't be found

2
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@electron/remote": "^2.1.2",
"@types/swagger-jsdoc": "^6.0.4",
"@xhayper/discord-rpc": "^1.2.1",
"@xhayper/discord-rpc": "1.2.1",
"axios": "^1.9.0",
"cors": "^2.8.5",
"electron-store": "^8.2.0",

View File

@ -42,7 +42,7 @@
"dependencies": {
"@electron/remote": "^2.1.2",
"@types/swagger-jsdoc": "^6.0.4",
"@xhayper/discord-rpc": "^1.2.1",
"@xhayper/discord-rpc": "1.2.1",
"axios": "^1.9.0",
"electron-store": "^8.2.0",
"express": "^5.1.0",