diff --git a/README.md b/README.md
index f16e6734..f07ddbf9 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ YTPTube started as a fork of [meTube](https://github.com/alexta69/metube), Since
* Tasks Runner. It allow you to queue channels for downloading using simple `json` file.
* Webhook sender. It allow you to add webhook endpoints that receive events related to downloads using simple `json` file.
* Multi-downloads support.
+* Queue multiple URLs separated by comma.
* Basic Authentication support.
* Support for curl_cffi, see [yt-dlp documentation](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#impersonation)
diff --git a/sc_full.png b/sc_full.png
index f3511e68..fc707c89 100644
Binary files a/sc_full.png and b/sc_full.png differ
diff --git a/sc_short.png b/sc_short.png
index fb30bf6e..6dcd0bd0 100644
Binary files a/sc_short.png and b/sc_short.png differ
diff --git a/ui/components/History.vue b/ui/components/History.vue
index 996b15bb..41d1c4bf 100644
--- a/ui/components/History.vue
+++ b/ui/components/History.vue
@@ -84,10 +84,10 @@