Releases: Mastermindzh/tidal-hifi
1.1.1
fixes the arch build :)
Version 1.1.0
- updated to electron 8.0.0
- added cork support
- set up a base for integrations
- fixed various little bugs, including window size and artist display
- added mpris-service (but commented it out again because it throws a 403)
- icon should be fixed on gnome
V1.0.1 fixing CVE-2020-7598 and updating other npm packages
This is basically the exact same thing as release 1.0 with a small bugfix to fix CVE-2020-7598.
I also updated the other npm packages whilst I was at it.
V1
The first stable version of the package.
Everything works, been playing with it for a while now, and with the localhost issue sorted I feel ready to release a V1.
Beta version with settings + api integrations
The 0.5 version still isn't meant for public use.
I released it because it now contains the (express-based) API to which I can connect using i3. I did this a few days earlier
Things this build includes:
- express API to control/monitor Tidal
- settings screen (+ saving settings with electron-store)
- a custom menu
- saner defaults (menu is now being shown for first-time users)
Other things of note:
- I enabled GitHub actions to build artifacts for me. (lots of release artifacts now 😃)
- I enabled Github projects to track my progress.
Beta version
This is pretty much meant for myself and 1 friend.
We've been using the app by running npm start
since my original (working) commit on September 16 2019.
My friend and I loved the hifi functionality this app gave us but running npm start was getting tedious.
Builds are only available for Linux hosts for now and only those that my dev machine can build at the moment (sorry rpm guys :/)