Skip to content

Releases: Mastermindzh/tidal-hifi

8.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Aug 10:48
b1326db

What's Changed

Full Changelog: 8.1.2...8.1.3

8.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:00
1aadfcb

What's Changed

Full Changelog: 8.1.1...8.1.2

8.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:51

Full Changelog: 8.1.0...8.1.1

Full Changelog: 8.1.0...8.1.1

8.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:30
1a34dbf

What's Changed

Full Changelog: 8.0.0...8.1.0

8.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:45
c1ac9c3

What's Changed

New Contributors

Full Changelog: 7.0.1...8.0.0

7.0.1

Choose a tag to compare

@github-actions github-actions released this 11 May 10:09

Full Changelog: 7.0.0...7.0.1

7.0.0

Choose a tag to compare

@github-actions github-actions released this 11 May 09:23
b21d415

What's Changed

New Contributors

Full Changelog: 6.2.0...7.0.0

6.3.1 - Mavy

Choose a tag to compare

@Mastermindzh Mastermindzh released this 26 Mar 22:27
1dff6d2

Tidal has a new UI, they are rolling it out slowly to users.
This build has both the old and the new UI supported out-of-the box.

Enjoy <3

Fixed

  • Fixed "Quit" from tray menu not working when "close to tray" is enabled
  • Fixed Alt key not toggling the menu bar (workaround for Electron < 34.8.1 regression with hotkeys-js)
  • App now autodetects which UI Tidal is using and change its dom detection based on it
    • Theming is temporarily heavier (e.g. more css) but supports both versions

6.3.1 - new ui update test

Pre-release

Choose a tag to compare

@Mastermindzh Mastermindzh released this 26 Mar 11:25
be440b6
Merge pull request #884 from Mastermindzh/develop

chore: pinned biome, fixed renovate

6.3.0 - Mavy

Choose a tag to compare

@Mastermindzh Mastermindzh released this 16 Mar 11:16
7e53406

This release will be codenamed Mavy in honour of my late niece. ❤️

  • Optimizations:

    • Improved error handling throughout the app
    • Implemented proper resource handling in all controllers (and forced a destroy method to be implemented)
    • removed deprecated "request" dependency, handling image download natively now
    • re-added the "quit tidal-hifi" button in settings that attempts to restart the app
  • MPRIS:

    • MPRIS is now enabled by default
    • mpris can now represent unsafe values due to sanitization, no longer crashes.
  • Theming:

    • default (included) themes should now be loaded in the selection menu
    • Added new themes (Catppuccin, Dracula, Gruvbox, NightOwl, Nord, Solarized Dark)
    • Theme selector now supports duplicate versions of themes between built-in and user directory.