Releases: Mastermindzh/tidal-hifi
Releases · Mastermindzh/tidal-hifi
5.17.0
[5.17.0]
- Added an option to disable the dynamic title and set it to a static one, #491
- Discord integration now says "Listening to" instead of "playing" #488 && #454
- Fixed several element names in the dom scraper
- Removed the Songwhip (they shut down) integration and replaced it with TIDAL's universal link system
Discord & notification improvements
5.15
5.14.1
5.14.0
[5.14]
- Simplified
MediaInfo
&Options
types - Added
playingFrom
information to the info API- also changed the way we update Album info since Playing From now shows the correct Album.
- API now allows you to set the
hostname
so you can control who can interact with the API. - Reworked swagger generation hotfix to properly generate
swagger.json
during the compile step- Might switch to tsoa in the future, idk yet.
- Added Tidal Magazine integration (in the menubar or use
Ctrl + M
)
5.13.1
5.13.0: Merge pull request #407 from Mastermindzh/new-version
[5.13.0]
- Fixed #403 "cannot read shuffle of undefined" error
- Added an API to add & delete entries from the skippedArtists list in the settings. fixes #405
GET /settings/skipped-artists
-> get list of skipped artistsPOST /settings/skipped-artists
-> add to the list of skipped artistsPOST /settings/skipped-artists/delete
-> delete from the list of skipped artistsPOST /settings/skipped-artists/current
-> skip the current artistDELETE /settings/skipped-artists/current
-> delete the current artist from the skip list- Added Swagger documentation to the new endpoints
Shuffle and repeat state added to the API
[5.12.0]
- Added Shuffle and Repeat state to API response - By ThatGravyBoat
5.11.0
5.11.0
-
Re-implemented the API, added support for duration/current in seconds & shuffle+repeat
- made the original API "legacy" (still works the same)
- Now using the correct HTTP verb for all new endpoints
-
Implemented TIDAL's universal links. All links are now universal.
-
Custom
tidal://
protocol fixed - By TheRockYT -
Global media shortcuts removed since TIDAL includes them by default - By TheRockYT
-
Fixes
5.10.0
- TIDAL will now close the previous notification if a new one is sent whilst the old is still visible. #364
- Updated developer documentation to get started in README #365
- Links in the about window now open in the user's default browser. fixes #360
- Refactored "nowPlaying" code to always display the current state, even when the built-in UI is updated.
- Reverted to using old icon syntax with icons in the build directory. fixes #350
- Enabled wayland platform flags by default when launching through .desktop file