diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ad5a..8a35c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ All notable changes to this project will be documented in this file. - 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) -- Add docker support - Fixes and improvements to capturing output info and showing it in the UI +- Show all log output in the popup - Fixes to handling of queued downloads - Fix portable mode to look in binary directory, not current directory - Automatically cleanup download list, removing old entries automatically diff --git a/build_release.pl b/build_release.pl index 3878ee8..23f3438 100755 --- a/build_release.pl +++ b/build_release.pl @@ -40,6 +40,7 @@ foreach my $type (keys %build) { } # now docker +exit 0; $ENV{VERSION}="$version"; system "docker-compose", "-f", "docker-compose.build.yml", "build"; system "docker", "tag", "tardisx/gropple:$version", "tardisx/gropple:latest";