From ea70f47f7643dc1156ddb5ee211c756ecb36ff37 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Mon, 13 Mar 2023 10:54:47 +1030 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 414f0e4..18216ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. ## [v0.6.0] - 2023-03-09 - Configurable destinations for downloads + - Multiple destination directories can be configured + - When queueing a download, an alternate destination can be selected - When downloading from a playlist, show the total number of videos and how many have been downloaded - Show version in web UI - Improve index page (show URL of queued downloads instead of nothing) @@ -14,7 +16,6 @@ All notable changes to this project will be documented in this file. - Fixes and improvements to capturing output info and showing it in the UI - Fixes to handling of queued downloads - Fix portable mode to look in binary directory, not current directory -- Allow custom destinations to be configured, and chosen on a per-download basis ## [v0.5.5] - 2022-04-09