822bdf401e
Merge branch 'feature/typescript' of github.com:Mastermindzh/tidal-hifi into feature/theming
2023-05-13 22:55:10 +02:00
60eb1bbef9
chore: removed last 'any' types + added declaration for mpris-service's Player class
2023-05-13 22:45:15 +02:00
6e5a2c626c
feat: theme selection is now stored in the config file
2023-05-09 23:57:16 +02:00
d823f07ed8
last files transformed from js -> ts
2023-05-07 23:27:46 +02:00
a1c02dfed3
last files transformed from js -> ts
2023-05-07 16:13:30 +02:00
53e4711c39
chore: more typescript
2023-05-07 15:45:45 +02:00
412f1ae3e3
feat: added first typescript support
...
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
2023-05-01 13:44:02 +02:00
07be74af9f
feat: added custom CSS settings. fixes #213
2023-04-27 14:13:32 +02:00
4498e8a73e
feat: you can now set updateFrequency in the settings window
2023-04-27 11:35:00 +02:00
Thanasis Trispiotis
26c8a38350
adblocking thanks to custom ad filters
...
derived from uBlock Origin: https://github.com/uBlockOrigin/uAssets/issues/17495
2023-04-20 20:07:44 +03:00
c0d9cd2834
feat: added the ability to skip artists automatically. Takes precedence over muting. fixes #175
2023-01-22 21:33:00 +01:00
Cukmekerb
9de8cea50e
Disable background throttling ( #171 )
...
* disable background throttling for consistent setInterval
* add disable throttle as config option
2022-10-05 19:38:01 +02:00
1439a11969
Feature/4.1.0 ( #156 )
...
* added protocol handler
* Switched icon strategies to fix bugs with icons
* fixed tray icon issues
* fixed about :)
* Fixed playback, mpris and API issues
2022-08-07 16:05:48 +02:00
374f3da740
Added a separate advanced options settings panel with flags
...
- Added gpu-rasterization flag
config setting `disableHardwareMediaKeys` moved to `flags.disableHardwareMediaKeys`, it will be migrated automatically
2022-05-07 18:13:36 +02:00
79ff02d06c
Electron 15, single-instance-lock and setting to disable hardwareMediaKeyHandling ( #134 )
...
* 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>
2022-04-23 22:59:32 +02:00
6a7b3eefd4
Muting artists automatically ( #116 )
...
Co-authored-by: Cukmekerb <cukmekerb@gmail.com>
2022-03-31 17:37:12 +02:00
5a65f60cc5
Fixed bug: Triggering fullscreen from the Tidal web app would cause the menubar to be visible even if it was disabled in the settings ( #96 )
...
Co-authored-by: Diogo Oliveira <dromarques@outlook.com>
2022-01-23 10:55:50 +01:00
Ignacio Brasca
64d1aa4041
Implement minimized action to hide the application on close ( #60 )
...
* 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
2021-06-17 20:44:23 +02:00
ae51f9610c
- The discord integration now doesn't send an update every 15 seconds it sends an update whenever the media info changes
...
- consolidated updating the media info changes with the status changes into a single global event
2021-04-19 23:08:19 +02:00
Marie
ab25bf16b2
Add Discord RPC & fix artist in mediainfo ( #40 )
2021-04-19 20:43:25 +02:00
fb9082e995
Changes some hotkeys around and fixed some bugs with the hotkeys. Fixes #34 and #35
2021-01-10 13:52:22 +01:00
e2ea4d13c4
added the option to disable the system tray icon and fixed the settings menu
2020-10-07 20:10:31 +02:00
beacedd64b
Develop ( #25 )
2020-10-04 11:52:08 +02:00
f8aa97c15e
added settings
2019-11-03 18:52:15 +01:00
6ef4a0854d
now using electron-store to save settings between launches
2019-11-03 11:18:01 +01:00
bb49c112db
added player status and worked on getting the integrations working with i3: 9714b2fa1d
2019-10-30 23:42:08 +01:00
d7dab07845
added express endpoints, a settings service and a media info service
2019-10-30 22:49:04 +01:00