diff --git a/.vscode/settings.json b/.vscode/settings.json index b9aadb7..2a7eb29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,9 @@ "trackid", "tracklist", "widevine", - "xesam" + "wvcus", + "xesam", + "xhayper" ], "sonarlint.connectedMode.project": { "connectionId": "public-sonarcloud", diff --git a/CHANGELOG.md b/CHANGELOG.md index 701a83b..52a1e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index de6fd01..f24316f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index cc97b32..b90ce51 100644 --- a/package.json +++ b/package.json @@ -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",