Skip to content

Commit a621839

Browse files
authored
0.6.0
1 parent a33446b commit a621839

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ Then, open the `settings.ini` file and write your client id as such
1616
[spotify]
1717
client_id = <your client id>
1818
redirect_uri = http://localhost:8888/callback
19+
client_secret =
1920
```
2021
After that, just open the `spotify lyrics.exe` file!
2122

22-
*Some antivirus programs might flag the app as a virus. This is only because the app is not signed, but, if you're suspicious, you can look at the [source code](https://github.com/Mews/spotify-lyrics/tree/main/src) and run the `main.py` file directly, or compile the executable yourself.*
23+
> [!NOTE]
24+
> Some antivirus programs might flag the app as a virus. This is only because the app is not signed, but, if you're suspicious, you can look at the [source code](https://github.com/Mews/spotify-lyrics/tree/main/src) and run the `main.py` file directly, or compile the executable yourself.
2325
2426
---
2527

@@ -43,6 +45,7 @@ You can then also change the app's theme by editing the `theme` variable in the
4345
| 0.4.0 (not usable) | Fixed issue with window stuttering when moving it around
4446
| 0.4.1 | Major bug fix
4547
| 0.5.0 | Added message to let the user know when the app is fetching lyrics; <br> Added option to replace empty lyrics with custom text; <br> Bug fixes
48+
| 0.6.0 | Added option to authenticate using client secret (See [#2](https://github.com/Mews/spotify-lyrics/issues/2))
4649

4750

4851
## Libraries used

0 commit comments

Comments
 (0)