Releases: Mastermindzh/tidal-hifi
Releases · Mastermindzh/tidal-hifi
Release list
8.1.3
What's Changed
- fix: music_service now a bare url and release_name omitted when empty… by @Mastermindzh in #1003
- fix: removed usocket dependency by @Mastermindzh in #1004
Full Changelog: 8.1.2...8.1.3
8.1.2
8.1.1
Full Changelog: 8.1.0...8.1.1
Full Changelog: 8.1.0...8.1.1
8.1.0
What's Changed
- chore(deps): update oxlint to 1.75.0 by @Mastermindzh in #975
- fix: read the active audio buffer for player state by @AleksandarN-BG in #960
- fix(deps): update sass to 1.102.0 by @Mastermindzh in #980
- chore(deps): update js-yaml to 5.2.2 [security] by @Mastermindzh in #979
- chore(deps): update oxlint to 1.76.0 by @Mastermindzh in #984
- Opt-in custom titlebar by @rex2630 in #983
- UI Fixes by @rex2630 in #986
- MacOS: Switched transparency to Vibrancy by @rex2630 in #985
- chore(deps): update axios to 1.19.0 by @Mastermindzh in #989
- Add option to have music title in custom titlebar by @rex2630 in #988
- Titlebar respects the background color of a theme by @rex2630 in #987
- Develop by @Mastermindzh in #992
Full Changelog: 8.0.0...8.1.0
8.0.0
What's Changed
- fix(deps): update sass to 1.100.0 by @Mastermindzh in #936
- chore(deps): update swagger-jsdoc to 6.3.0 by @Mastermindzh in #937
- chore(deps): update axios to 1.16.1 by @Mastermindzh in #933
- chore(deps): update @biomejs/biome to 2.4.16 by @Mastermindzh in #940
- chore(deps): update js-yaml to 4.2.0 by @Mastermindzh in #942
- fix(deps): update sass to 1.101.0 by @Mastermindzh in #947
- chore(deps): update axios to 1.18.0 by @Mastermindzh in #943
- chore(deps): update js-yaml to 5.2.1 by @Mastermindzh in #951
- chore(deps): update axios to 1.18.1 by @Mastermindzh in #952
- Add Everforest theme by @Ble4K in #957
- chore(deps): update tsc-watch to 7.2.1 by @Mastermindzh in #961
- chore(deps): update js-yaml to 5.2.1 by @Mastermindzh in #963
- chore(deps): update node-abi to 4.33.0 by @Mastermindzh in #964
- chore(deps): update typescript to 7.0.2 by @Mastermindzh in #966
- fix: make hard reload bypass cache by @floze-the-genius in #968
- fix: expose all credited artists in Discord and MPRIS by @AleksandarN-BG in #959
- Develop by @Mastermindzh in #970
New Contributors
- @Ble4K made their first contribution in #957
- @floze-the-genius made their first contribution in #968
- @AleksandarN-BG made their first contribution in #959
Full Changelog: 7.0.1...8.0.0
7.0.1
7.0.0
What's Changed
- add solus by @Jaredy899 in #865
- chore(deps): update @biomejs/biome to 2.4.5 by @Mastermindzh in #867
- chore(deps): update axios to 1.13.6 by @Mastermindzh in #863
- Develop by @Mastermindzh in #876
- chore: pinned biome, fixed renovate by @Mastermindzh in #884
- Develop by @Mastermindzh in #892
- chore(deps): update axios to 1.14.0 by @Mastermindzh in #893
- chore(deps): update hotkeys-js to 4.0.3 by @Mastermindzh in #897
- fix(deps): update sass to 1.99.0 by @Mastermindzh in #900
- chore(deps): update axios to 1.15.0 [security] by @Mastermindzh in #906
- fix: settings window not opening (RPM/DEB) by @rex2630 in #907
- chore(deps): update axios to 1.15.1 by @Mastermindzh in #911
- chore(deps): update hotkeys-js to 4.0.4 by @Mastermindzh in #919
- chore(deps): update axios to 1.15.2 [security] by @Mastermindzh in #923
- chore(deps): update node-abi to 4.31.0 by @Mastermindzh in #921
- fix: stop ~2 GB/hr memory leak from MPRIS D-Bus flooding and ipcRenderer listener accumulation by @Copilot in #916
- Bug/memory optimisations by @Mastermindzh in #927
- Develop by @Mastermindzh in #930
- fix: quotes... by @Mastermindzh in #931
New Contributors
- @Jaredy899 made their first contribution in #865
- @rex2630 made their first contribution in #907
Full Changelog: 6.2.0...7.0.0
6.3.1 - Mavy
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
Merge pull request #884 from Mastermindzh/develop chore: pinned biome, fixed renovate
6.3.0 - Mavy
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.