mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-06-27 02:04:19 +02:00
- icon is set to new static path based on Arch/Debian
- Name has changed to Tidal-Hifi
This commit is contained in:
parent
d26091d4aa
commit
058798be67
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
build_on_mac:
|
build_on_mac:
|
||||||
runs-on: macOS-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@master
|
||||||
|
@ -4,6 +4,14 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 4.2.0
|
||||||
|
|
||||||
|
- New settings window by BlueManCZ
|
||||||
|
- Fixed the desktop files in electron-builder
|
||||||
|
- icon is set to new static path based on Arch/Debian
|
||||||
|
- Name has changed to Tidal-Hifi
|
||||||
|
-
|
||||||
|
|
||||||
## 4.1.2
|
## 4.1.2
|
||||||
|
|
||||||
- Changed the category of the desktop file to AudioVideo
|
- Changed the category of the desktop file to AudioVideo
|
||||||
|
@ -9,6 +9,7 @@ snap:
|
|||||||
- screen-inhibit-control
|
- screen-inhibit-control
|
||||||
linux:
|
linux:
|
||||||
category: AudioVideo
|
category: AudioVideo
|
||||||
|
icon: icon.png
|
||||||
target:
|
target:
|
||||||
- dir
|
- dir
|
||||||
executableName: tidal-hifi
|
executableName: tidal-hifi
|
||||||
@ -17,7 +18,7 @@ linux:
|
|||||||
Name: TIDAL Hi-Fi
|
Name: TIDAL Hi-Fi
|
||||||
GenericName: TIDAL Hi-Fi
|
GenericName: TIDAL Hi-Fi
|
||||||
Comment: The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
Comment: The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
||||||
Icon: icon.png
|
Icon: /usr/share/icons/hicolor/0x0/apps/tidal-hifi.png
|
||||||
StartupNotify: true
|
StartupNotify: true
|
||||||
Terminal: false
|
Terminal: false
|
||||||
Type: Application
|
Type: Application
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
extends: ./build/electron-builder.base.yml
|
extends: ./build/electron-builder.base.yml
|
||||||
linux:
|
linux:
|
||||||
category: Audio
|
|
||||||
icon: icon.png
|
|
||||||
target:
|
target:
|
||||||
- deb
|
- deb
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
extends: ./build/electron-builder.base.yml
|
extends: ./build/electron-builder.base.yml
|
||||||
linux:
|
linux:
|
||||||
category: Audio
|
|
||||||
icon: icon.png
|
icon: icon.png
|
||||||
target:
|
target:
|
||||||
- pacman
|
- pacman
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
extends: ./build/electron-builder.base.yml
|
extends: ./build/electron-builder.base.yml
|
||||||
linux:
|
linux:
|
||||||
category: Audio
|
|
||||||
icon: icon.png
|
|
||||||
target:
|
target:
|
||||||
- rpm
|
- rpm
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
extends: ./build/electron-builder.base.yml
|
extends: ./build/electron-builder.base.yml
|
||||||
linux:
|
linux:
|
||||||
category: Audio
|
|
||||||
icon: icon.png
|
|
||||||
target:
|
target:
|
||||||
- snap
|
- snap
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
electronVersion: 19.0.5
|
extends: ./build/electron-builder.base.yml
|
||||||
electronDownload:
|
|
||||||
version: 19.0.5+wvcus
|
|
||||||
mirror: https://github.com/castlabs/electron-releases/releases/download/v
|
|
||||||
linux:
|
linux:
|
||||||
category: Audio
|
|
||||||
target:
|
target:
|
||||||
- pacman
|
- pacman
|
||||||
- tar.gz
|
- tar.gz
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "tidal-hifi",
|
"name": "tidal-hifi",
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "tidal-hifi",
|
"name": "tidal-hifi",
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.0.8",
|
"@electron/remote": "^2.0.8",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tidal-hifi",
|
"name": "tidal-hifi",
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"description": "Tidal on Electron with widevine(hifi) support",
|
"description": "Tidal on Electron with widevine(hifi) support",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -175,7 +175,8 @@
|
|||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>MPRIS</h4>
|
<h4>MPRIS</h4>
|
||||||
<p>Enable MPRIS interface which provides a mechanism for discovery, querying and basic playback control on Linux systems.</p>
|
<p>Enable MPRIS interface which provides a mechanism for discovery, querying and basic playback control
|
||||||
|
on Linux systems.</p>
|
||||||
</div>
|
</div>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input id="mprisCheckbox" type="checkbox">
|
<input id="mprisCheckbox" type="checkbox">
|
||||||
@ -229,17 +230,19 @@
|
|||||||
<p class="about-section__text">
|
<p class="about-section__text">
|
||||||
<a class="external-link" data-url="https://github.com/Mastermindzh/tidal-hifi">TIDAL Hi-Fi</a>
|
<a class="external-link" data-url="https://github.com/Mastermindzh/tidal-hifi">TIDAL Hi-Fi</a>
|
||||||
is made by <a class="external-link" data-url="https://www.rickvanlieshout.com">
|
is made by <a class="external-link" data-url="https://www.rickvanlieshout.com">
|
||||||
Rick van Lieshout</a>. <br>It uses <a class="external-link" data-url="https://castlabs.com/">Castlabs'</a>
|
Rick van Lieshout</a>. <br>It uses <a class="external-link" data-url="https://castlabs.com/">Castlabs'</a>
|
||||||
version of Electron for widevine support.
|
version of Electron for widevine support.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="footer__note">Some settings may require a restart of TIDAL Hi-Fi. To do so, click the button below:</p>
|
<p class="footer__note">Some settings may require a restart of TIDAL Hi-Fi. To do so, click the button below:
|
||||||
|
</p>
|
||||||
<button class="footer__button" id="restart">Restart TIDAL Hi-Fi</button>
|
<button class="footer__button" id="restart">Restart TIDAL Hi-Fi</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user