added changelog 0.1.8

This commit is contained in:
Kamil
2024-12-06 00:06:49 +00:00
parent c5de8d9841
commit be9a72701e

15
changelogs/0.1.8.md Normal file
View File

@@ -0,0 +1,15 @@
# Whats up in Jellyplist 0.1.8?
Not much this time, just some small fixes and one enhancement.
### 🆕Jellyplist now checks for updates
Jellyplist now checks the GitHub releases for new version.
If a new version is available, you will notice the small badge on the lower left will pulsate slighty, so you don´t miss any new release :smile:
If you don´t like that Jellyplist is doing this, you can opt out by setting this env var in your `.env` file
```bash
CHECK_FOR_UPDATES = false
```
### Other changes, improvements and fixes
- Fix for #30 , where the output path for spotDL wasn´t created correctly