Update changelog, skip docker for now until it is ready

This commit is contained in:
Justin Hawkins 2023-03-15 05:18:56 +10:30
parent 385de634f6
commit 5d1f4ffadb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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";