From 6c1a714a1e55d9ed8c540283612fec5cdf5b7f5c Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Thu, 18 Apr 2019 14:57:30 -0400 Subject: [PATCH] updated README for 2.7.1 --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26cb3a6..e66e846 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Component names that are **bolded** can be automatically downloaded and configur ## Recent Changes +### 2.7.1 (April 18, 2019) + +- Fixed video2x custom temp folder bug found by @cr08 . + ### 2.7.0 (March 30, 2019) - Added support for different extracted image formats. @@ -33,12 +37,6 @@ Component names that are **bolded** can be automatically downloaded and configur - `video2x_setup.py` script can now automatically download and configure `waifu2x-converter-cpp`. - replaced old progress indicator with progress bar. -### 2.6.3 (March 24, 2019) - -- Added image cleaner by @BrianPetkovsek which removes upscaled frames. -- Fixed some PEP8 issues. -- Exceptions in waifu2x are now caught, and script will now stop on waifu2x error instead of keep going on to FFmpeg. - ## Description Video2X is an automation software based on waifu2x image enlarging engine. It extracts frames from a video, enlarge it by a number of times without losing any details or quality, keeping lines smooth and edges sharp. @@ -225,6 +223,12 @@ This project relies on the following software and projects. - [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) - [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp) +## Special Thanks + +Appreciations given to the following contributors: + +- @BrianPetkovsek + ## Related Resources - [Dandere2x](https://github.com/CardinalPanda/dandere2x): `Dandere2x` is a lossy video upscaler also built around `waifu2x`, but with video compression techniques to shorten the time needed to process a video. \ No newline at end of file