fix(hotkeys): Fixed bug with several hotkeys not working due to Tidal's HTML/css changes. fixes #250

This commit is contained in:
2023-07-23 23:13:37 +02:00
parent 41ca1d5a43
commit a39fef8d49
2 changed files with 14 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 5.4.0
- Added [Songwhip](https://songwhip.com/) integration
- Fixed bug with several hotkeys not working due to Tidal's HTML/css changes
- [DEV]:
- added a logger to log into STDout
- added "watchStart" which will automatically restart electron when it detects a source code change