mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
added some extra images, updated the TOC and bumped the ini dependency
This commit is contained in:
parent
fb9082e995
commit
9ca3d3b37d
@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## Other changes
|
## Other changes
|
||||||
|
|
||||||
- Added a setting to disable custom hotkeys
|
- Added a setting to disable custom hotkeys
|
||||||
- Fixed the bug that backwards would register 3 times. (Twice due to a duplicate block of code + once from the default tidal hotkey)
|
- 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)
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
|
|
||||||
|
19
README.md
19
README.md
@ -14,12 +14,18 @@ The web version of [listen.tidal.com](listen.tidal.com) running in electron with
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Using releases](#using-releases)
|
- [Using releases](#using-releases)
|
||||||
- [Snap install](#snap-install)
|
- [Snap install](#snap-install)
|
||||||
|
- [Arch Linux](#arch-linux)
|
||||||
- [Using source](#using-source)
|
- [Using source](#using-source)
|
||||||
- [features](#features)
|
- [features](#features)
|
||||||
- [Integrations](#integrations)
|
- [Integrations](#integrations)
|
||||||
|
- [Known bugs](#known-bugs)
|
||||||
- [Why](#why)
|
- [Why](#why)
|
||||||
- [Why not extend existing projects?](#why-not-extend-existing-projects)
|
- [Why not extend existing projects?](#why-not-extend-existing-projects)
|
||||||
- [Special thanks to..](#special-thanks-to)
|
- [Special thanks to...](#special-thanks-to)
|
||||||
|
- [Buy me a coffee? Please don't](#buy-me-a-coffee-please-dont)
|
||||||
|
- [Images](#images)
|
||||||
|
- [settings window](#settings-window)
|
||||||
|
- [user setups](#user-setups)
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
|
||||||
@ -104,3 +110,14 @@ Sometimes it's just easier to start over, cover my own needs and then making it
|
|||||||
|
|
||||||
Instead spend some money on a charity I care for: [kwf.nl](secure.kwf.nl/donation).
|
Instead spend some money on a charity I care for: [kwf.nl](secure.kwf.nl/donation).
|
||||||
Inspired by [haydenjames' issue](https://github.com/Mastermindzh/tidal-hifi/issues/27#issuecomment-704198429)
|
Inspired by [haydenjames' issue](https://github.com/Mastermindzh/tidal-hifi/issues/27#issuecomment-704198429)
|
||||||
|
|
||||||
|
## Images
|
||||||
|
|
||||||
|
### settings window
|
||||||
|
|
||||||
|
![settings window](./docs/settings-preview.png)
|
||||||
|
|
||||||
|
### user setups
|
||||||
|
|
||||||
|
Some of our users are kind enough to share their usage pictures.
|
||||||
|
If you want to see them or possibly even add one please do so in the following issue: [#3 - image thread](https://github.com/Mastermindzh/tidal-hifi/issues/3).
|
||||||
|
BIN
docs/settings-preview.png
Normal file
BIN
docs/settings-preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 726 KiB |
6
package-lock.json
generated
6
package-lock.json
generated
@ -1732,9 +1732,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"ini": {
|
"ini": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.8",
|
||||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
||||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"ipaddr.js": {
|
"ipaddr.js": {
|
||||||
|
Loading…
Reference in New Issue
Block a user