1439a11969
Feature/4.1.0 ( #156 )
...
* added protocol handler
* Switched icon strategies to fix bugs with icons
* fixed tray icon issues
* fixed about :)
* Fixed playback, mpris and API issues
2022-08-07 16:05:48 +02:00
Tomasz Hołubowicz
3a3e0e1a2d
Add instruction for installation via Nix ( #153 )
2022-07-05 16:41:12 +02:00
fa9ab22867
- Updated build config to make use of a base file that doesn't build anything.
...
- This fixes the issue of unwanted extra build targets that were introduced with the electron-builder update
2022-06-25 21:45:30 +02:00
207a61d199
4.0.0 with electron 19.0.5 release
2022-06-23 17:06:17 +02:00
Tomasz Hołubowicz
7b18322e17
Bump electron version ( #152 )
2022-06-23 17:00:35 +02:00
8f47756244
fixed hardware media flag upadting gpu rasterization options
2022-06-18 10:40:31 +02:00
Marie
cdcf9431bf
Fix bugs related to media info ( #150 )
...
* Fix duration time element
* change interval time from 200 to 500
2022-06-18 10:26:21 +02:00
374f3da740
Added a separate advanced options settings panel with flags
...
- Added gpu-rasterization flag
config setting `disableHardwareMediaKeys` moved to `flags.disableHardwareMediaKeys`, it will be migrated automatically
2022-05-07 18:13:36 +02:00
3965ada0a2
Add link to flathub
2022-04-23 23:18:08 +02:00
79ff02d06c
Electron 15, single-instance-lock and setting to disable hardwareMediaKeyHandling ( #134 )
...
* Update to Electron 15 and add Flatpak to README (#131 )
* Update functional
* Change to 15
* Replace window.hide, window.restart with counterparts
* Fix openexternal by doing default JS
* Change mouse to pointer for <a> elements
* turn mouse to pointer for exit button
* Fix deprecation of Audio for AudioVideo
* Made a small mistake
* Add Flatpak to readme
* 3.0.0 prep
* Added setting to disable multiple tidal-hifi windows (defaults to true)
fixes #121
* Added setting to disable HardwareMediaKeyHandling (defaults to false)
fixes #133
Co-authored-by: Marie <marie@kaifa.ch>
2022-04-23 22:59:32 +02:00
7b2afd2290
added separate build-unpacked config
2022-04-22 00:21:05 +02:00
5fde20ace1
hotfix, downgrade packaged version to 8.5.2
2022-04-21 23:58:48 +02:00
7f5f5e7f62
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
2022-04-21 17:52:50 +02:00
6a1a1efe74
add apt-get update
2022-04-21 17:52:31 +02:00
94e1bb1780
add apt-get update
2022-04-21 17:51:21 +02:00
d66dd8cc9e
2.8.1 release
2022-04-21 17:49:11 +02:00
Cukmekerb
de97ac8a00
make quit button actually quit app ( #123 )
2022-04-21 17:46:49 +02:00
Marie
82ac5edf22
Update build version to fit with package.json electron version ( #128 )
...
* Update build version to fit with package.json electron version
* Update electron-builder.yml
* Use wvcus.2 for additional fixes
* Also use wvcus.2 for package.json
2022-04-21 17:46:05 +02:00
Bruno Unna
909c8ee8ba
Fix the link to donations for kwf ( #120 )
...
Co-authored-by: Bruno Unna <bunna@getvisibility.com>
2022-04-11 12:07:55 +02:00
Marie
15b6b13e14
Change tidal-hifi to tidal-hifi-bin for AUR ( #118 )
2022-04-01 15:41:30 +02:00
89589b75e1
changed muted artists to TIDAL
2022-03-31 17:42:34 +02:00
6a7b3eefd4
Muting artists automatically ( #116 )
...
Co-authored-by: Cukmekerb <cukmekerb@gmail.com>
2022-03-31 17:37:12 +02:00
dependabot[bot]
0583c4a188
Bump plist from 3.0.4 to 3.0.5 ( #115 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 08:53:36 +02:00
dependabot[bot]
8855e7f89f
Bump minimist from 1.2.5 to 1.2.6 ( #114 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-26 18:59:52 +01:00
dependabot[bot]
4fbb598c50
Bump node-fetch from 2.6.1 to 2.6.7 ( #105 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 16:47:48 +01:00
101fe967d3
version bump and changelog
2022-02-17 12:58:35 +01:00
Marie
53468e0dc3
Fix issue causing the app to crash ( #104 )
2022-02-17 12:57:26 +01:00
53cecbcd18
added a hotkey on ctrl+0 for settings. fixes #91
2022-01-23 11:02:28 +01:00
5a65f60cc5
Fixed bug: Triggering fullscreen from the Tidal web app would cause the menubar to be visible even if it was disabled in the settings ( #96 )
...
Co-authored-by: Diogo Oliveira <dromarques@outlook.com>
2022-01-23 10:55:50 +01:00
d51d5cdc24
Use native electron notifications and album text ( #90 )
...
Co-authored-by: Diogo Oliveira <dromarques@outlook.com>
2021-12-28 17:31:10 +01:00
0dec967e71
Add album image to media module and discord ( #86 )
...
Co-authored-by: Diogo Oliveira <diogoomarques98@gmail.com>
Co-authored-by: Marie <marie@kaifa.ch>
2021-12-19 13:18:39 +01:00
Kevin Yuan
c940d0991d
Generate pacman builds using Github workflows ( #81 )
...
* Show "Tidal Hifi" as application name for notify-send
Set the 'app-name' variable for notify-send under Linux
* Generate pacman builds using Github workflows
Previous builds failed due to missing build dependencies when building the package using the Github workflow Linux environment
2021-12-08 18:35:39 +01:00
662ef6ad7b
new deps ( #77 )
2021-12-04 12:51:19 +01:00
5313ab13d3
Merge pull request #76 from Mastermindzh/develop
2021-12-04 11:23:32 +01:00
f43f227191
added changelog and bumped version
2021-12-04 11:23:03 +01:00
Kevin Yuan
ae25d88e94
Show "Tidal Hifi" as application name for notify-send notifications ( #75 )
2021-12-04 11:21:14 +01:00
5ef6074015
Release 2.4.0 ( #74 )
...
Update MPRIS functionality to provide length, artist, and current position.
Also added rescrobbler explanation to the README.
Co-authored-by: Vinay V <cool00geek@yahoo.com>
2021-11-29 22:43:51 +01:00
8fea5265e7
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
2021-06-17 20:51:15 +02:00
8d2e03ca6b
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
2021-06-17 20:45:33 +02:00
1074de228b
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
2021-06-17 20:44:30 +02:00
Ignacio Brasca
64d1aa4041
Implement minimized action to hide the application on close ( #60 )
...
* Implement minimzed action to hide the application on close instead of
closing it.
* Add close event on the tray icon
* Add all items in the menu (not only Show/Close app)
* Changes on mainWindow. Toggle instead of Open/Close pair button
2021-06-17 20:44:23 +02:00
Ignacio Brasca
6608330ed3
Implement minimized action to hide the application on close ( #60 )
...
* Implement minimzed action to hide the application on close instead of
closing it.
* Add close event on the tray icon
* Add all items in the menu (not only Show/Close app)
* Changes on mainWindow. Toggle instead of Open/Close pair button
2021-06-17 20:37:14 +02:00
aa562c4a30
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
2021-05-30 15:40:32 +02:00
d6f63ac560
fixed artists retrieval, removed arch build steps
2021-05-30 15:40:27 +02:00
cdc0f49789
corrected KWF link
2021-04-30 08:55:48 +02:00
2f290f83fd
Dev -> master ( #49 )
...
Co-authored-by: Cristian <54779545+callapa1@users.noreply.github.com>
2021-04-30 08:55:04 +02:00
d34ddfeb75
new version + readme updates
2021-04-25 18:32:52 +02:00
b7f163c1a1
Merge pull request #43 from MXY-Group/time
2021-04-25 18:23:11 +02:00
Marie
791a92a446
change let to const and use full length as names.
2021-04-22 11:34:26 +02:00
Marie
10c1e57680
extract Switch to function and change variable names.
2021-04-22 11:33:57 +02:00