2020-10-04 11:52:08 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2022-03-31 17:37:12 +02:00
## 2.8.0
- Added the ability to mute artists automatically
- Added better error handling for discord rpc
2022-02-17 12:58:35 +01:00
## 2.7.2
2022-03-31 17:37:12 +02:00
- Disabled sandboxing to fix a display compositor issue on Linux.
2022-02-17 12:58:35 +01:00
2022-01-23 10:55:50 +01:00
## 2.7.1
2022-03-31 17:37:12 +02:00
- Fixed bug: Triggering full screen from the Tidal web app would cause the menubar to be visible even if it was disabled in the settings
2022-01-23 10:55:50 +01:00
2021-12-28 17:31:10 +01:00
## 2.7.0
- Switched to the native Notifier (removed node-notifier)
- Album art now also has a name, based on [best effort ](https://github.com/Mastermindzh/tidal-hifi/pull/88#pullrequestreview-840814847 )
## 2.6.0
2022-03-31 17:37:12 +02:00
- Add album images to media info and discord
2021-12-28 17:31:10 +01:00
2021-12-04 11:23:03 +01:00
## 2.5.0
2022-03-31 17:37:12 +02:00
- Notify-send now correctly shows "Tidal HiFi" as the program name
2021-12-04 12:51:19 +01:00
- Updated dependencies (including electron itself)
### known issues
- Requires older version of nodejs due to electron-builder (use lts/gallium)
### builds
updated to nodejs 16 in actions
2021-12-04 11:23:03 +01:00
## 2.4.0
2022-03-31 17:37:12 +02:00
- Added more MPRIS settings
2021-12-04 11:23:03 +01:00
- Added instruction for rescrobbler to get last.fm working without sandbox mode
2021-06-17 20:44:30 +02:00
## 2.3.0
- Added a setting to minimize to tray on app close (off by default)
2022-03-31 17:37:12 +02:00
- Added the main menu to the tray icon
2021-06-17 20:44:30 +02:00
2021-05-30 15:40:27 +02:00
## 2.2.1
- artists is now gotten specifically from the footer. This fixes the [unknown artists bug ](https://github.com/Mastermindzh/tidal-hifi/issues/45 ).
- the discord module will check whether the artists is empty and if so substitute it with a default message. This is to prevent sending an empty state to Discord (which it doesn't support). fixes [#45 ](https://github.com/Mastermindzh/tidal-hifi/issues/54 )
### removed arch build details from source control
moved to: [https://github.com/Mastermindzh/tidal-hifi-aur ](https://github.com/Mastermindzh/tidal-hifi-aur )
2021-04-25 18:32:52 +02:00
## 2.2.0
- The discord integration now adds a time remaining field based on the song duration
2021-12-04 11:23:03 +01:00
- All fields (current, remaining, and url are also available in the API\*)
2021-04-25 18:32:52 +02:00
- the artist field is now correctly identified
2022-03-31 17:37:12 +02:00
\* current time only updates on play/pause.
2021-04-25 18:32:52 +02:00
2021-04-19 23:08:19 +02:00
## 2.1.1
- 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 20:59:37 +02:00
## 2.1.0
- [Mar0xy ](https://github.com/Mar0xy ) added Discord integration.
- Several versions have been bumped to fix vulnerabilities
2021-01-10 13:52:22 +01:00
## 2.0.0
### Breaking changes
- Changed settings hotkey from "ctrl+/" to "ctrl+=" to avoid a conflict with the default Tidal hotkeys
## Other changes
- Added a setting to disable custom hotkeys
2021-01-10 13:53:34 +01:00
- Fixed the bug that the previous song hotkey would register 3 times. (Twice due to a duplicate block of code + once from the default tidal hotkey)
2021-01-10 13:52:22 +01:00
2020-11-29 12:31:58 +01:00
## 1.3.0
2022-03-31 17:37:12 +02:00
-- re-enabled MPRIS-service wit the electron downloader fixes
2020-11-29 12:31:58 +01:00
2020-10-07 20:10:31 +02:00
## 1.2.0
- Added the ability to disable the tray icon
## 1.1.1
Bugfixes:
- Arch AUR install failed before, it is fixed now by using the included build scripts
2020-10-04 11:52:08 +02:00
## 1.1.0
- updated to electron 8.0.0
2022-03-31 17:37:12 +02:00
- Added a beta-version of the MPRIS service
2020-10-04 11:52:08 +02:00
- Bugfixes:
- icon on gnome not showing in launcher
- app not remembering size on startup