From be9a72701ee0f4a6a9bbb47df3dbf0995c935541 Mon Sep 17 00:00:00 2001 From: Kamil Date: Fri, 6 Dec 2024 00:06:49 +0000 Subject: [PATCH] added changelog 0.1.8 --- changelogs/0.1.8.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 changelogs/0.1.8.md diff --git a/changelogs/0.1.8.md b/changelogs/0.1.8.md new file mode 100644 index 0000000..2602fdc --- /dev/null +++ b/changelogs/0.1.8.md @@ -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 + \ No newline at end of file