From 77ad212b0187edc8921bb01c24894763c5e6f702 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 27 Jul 2019 17:33:35 -0400 Subject: [PATCH] updated README for 2.9.0 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bc8abce..bf0a1d0 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,16 @@ Component names that are **bolded** can be automatically downloaded and configur 2. AMD GPU / Nvidia GPU 3. AMD GPU driver / Nvidia GPU driver / Nvidia CUDNN 4. [**FFmpeg**](https://ffmpeg.zeranoe.com/builds/) -5. [**waifu2x-caffe**](https://github.com/lltcggie/waifu2x-caffe/releases) / [**waifu2x-converter-cpp**](https://github.com/DeadSix27/waifu2x-converter-cpp/releases) +5. [**waifu2x-caffe**](https://github.com/lltcggie/waifu2x-caffe/releases) / [**waifu2x-converter-cpp**](https://github.com/DeadSix27/waifu2x-converter-cpp/releases) / [**waifu2x-ncnn-vulkan**](https://github.com/nihui/waifu2x-ncnn-vulkan) ## Recent Changes +### 2.9.0 (July 27, 2019) + +- Changed file handling method from `os` to `pathlib` +- Removed f_string dependency and support for legacy versions of Python +- Organized file import statements + ### 2.8.1 (July 9, 2019) - Added automatic pixel format detection @@ -35,12 +41,6 @@ Component names that are **bolded** can be automatically downloaded and configur - Fixed video2x custom temp folder bug found by @cr08 . -### 2.7.0 (March 30, 2019) - -- Added support for different extracted image formats. -- Redesigned FFmpeg wrapper, FFmpeg settings are now customizable in the `video2x.json` config file. -- Other minor enhancements and adjustments (e.g. argument -> method variable) - ### Setup Script 1.3.0 (June 25, 2019) - Added automatic installation support for `waifu2x-ncnn-vulkan`