mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-12 17:23:13 +02:00
pulled in edocli PR and updated dependencies
This commit is contained in:
parent
d474b7b78f
commit
5f5b3b11a8
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -17,7 +17,9 @@
|
|||||||
"trackid",
|
"trackid",
|
||||||
"tracklist",
|
"tracklist",
|
||||||
"widevine",
|
"widevine",
|
||||||
"xesam"
|
"wvcus",
|
||||||
|
"xesam",
|
||||||
|
"xhayper"
|
||||||
],
|
],
|
||||||
"sonarlint.connectedMode.project": {
|
"sonarlint.connectedMode.project": {
|
||||||
"connectionId": "public-sonarcloud",
|
"connectionId": "public-sonarcloud",
|
||||||
|
@ -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/),
|
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).
|
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]
|
## [5.19.0]
|
||||||
|
|
||||||
- Fixed the issue where media updates would cease to work after album names can't be found
|
- Fixed the issue where media updates would cease to work after album names can't be found
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
"@types/swagger-jsdoc": "^6.0.4",
|
"@types/swagger-jsdoc": "^6.0.4",
|
||||||
"@xhayper/discord-rpc": "^1.2.1",
|
"@xhayper/discord-rpc": "1.2.1",
|
||||||
"axios": "^1.9.0",
|
"axios": "^1.9.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"electron-store": "^8.2.0",
|
"electron-store": "^8.2.0",
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
"@types/swagger-jsdoc": "^6.0.4",
|
"@types/swagger-jsdoc": "^6.0.4",
|
||||||
"@xhayper/discord-rpc": "^1.2.1",
|
"@xhayper/discord-rpc": "1.2.1",
|
||||||
"axios": "^1.9.0",
|
"axios": "^1.9.0",
|
||||||
"electron-store": "^8.2.0",
|
"electron-store": "^8.2.0",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user