- Added the ability to hide the current song from the discord activity and display a custom text instead
- Added the ability to customize the text that is shown when no song is playing
- Discord now reacts to pausing/unpausing events
- Refactored media info updates so it only updates the required info, fixes#342, #306
- Added 5.9.0 logs/versions/migrations
showSong (boolean): If enabled, the client will show the current song on discord.
idleText (string): This text is shown if no song is playing.
listeningText (string): This text is shown if a song is playing, but showSong is set to false.
Didn't add many types yet. Just used to test out typescript compiler, copying files and building.
Now that all that seems to go well I can start converting all files to .ts and then adding proper typing everywhere
* Update configuration of the desktop file (#165)
* - Changed the category of the desktop file to AudioVideo
- Changed desktop file name to "TIDAL Hi-Fi"
* Redesign of the settings window (#168)
* Pr dest (#166)
* Update configuration of the desktop file (#165)
* - Changed the category of the desktop file to AudioVideo
- Changed desktop file name to "TIDAL Hi-Fi"
Co-authored-by: Ivo Šmerek <ivo97@centrum.cz>
* Redesign of the settings window
* changed sass to scss, fixed color of switches and disabled rounded corners
Co-authored-by: Rick van Lieshout <info@rickvanlieshout.com>
* - icon is set to new static path based on Arch/Debian
- Name has changed to Tidal-Hifi
Co-authored-by: Ivo Šmerek <ivo97@centrum.cz>
* - Fixed `cannot read property of undefined` error because of not passing mainWindow around.
- vincens2005, fixed inconsistent auto muting
* Fix inconsistent auto-muting (#159)
* fix muting sometimes not working
* fix inconsistent unmuting
* fix bad code in inconsistent muting fig
Co-authored-by: Cukmekerb <cukmekerb@gmail.com>
* Update to Electron 15 and add Flatpak to README (#131)
* Update functional
* Change to 15
* Replace window.hide, window.restart with counterparts
* Fix openexternal by doing default JS
* Change mouse to pointer for <a> elements
* turn mouse to pointer for exit button
* Fix deprecation of Audio for AudioVideo
* Made a small mistake
* Add Flatpak to readme
* 3.0.0 prep
* Added setting to disable multiple tidal-hifi windows (defaults to true)
fixes#121
* Added setting to disable HardwareMediaKeyHandling (defaults to false)
fixes#133
Co-authored-by: Marie <marie@kaifa.ch>
* Implement minimzed action to hide the application on close instead of
closing it.
* Add close event on the tray icon
* Add all items in the menu (not only Show/Close app)
* Changes on mainWindow. Toggle instead of Open/Close pair button
* Implement minimzed action to hide the application on close instead of
closing it.
* Add close event on the tray icon
* Add all items in the menu (not only Show/Close app)
* Changes on mainWindow. Toggle instead of Open/Close pair button