From 5753ea8f528650217ae05f43ed828147a24bb456 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Wed, 26 Feb 2020 22:31:51 -0500 Subject: [PATCH] updated readme for version 3.1.0 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ea7551c..6ee86b1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Component names that are **bolded** can be automatically downloaded and configur ## Recent Changes +### 3.1.0 (February 26, 2020) + +- Removed the redundant layer of multi-threading since multi-process has to be implemented for launching Windows PE files in sub-processes +- Added support for graceful exit upon `KeyboardInterrupt` or termination signals +- Other minor improvements such as replacing `' '.join(execute)` with `shlex.join(execute)` + ### 3.0.0 (November 26, 2019) - Linux compatibility @@ -37,12 +43,6 @@ Component names that are **bolded** can be automatically downloaded and configur - **Added support for [Anime4K](https://github.com/bloc97/Anime4K)** -### 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 - ### Setup Script 1.6.0 (November 26, 2019) - Added compatibility for new YAML configuration file @@ -94,7 +94,7 @@ If you have any questions, first try visiting our [Q&A](https://github.com/k4yt3 ### Prerequisites -- **Python 3** +- **Python 3.8** Download: https://www.python.org/downloads/windows/ - **FFmpeg Windows Build** Download: https://ffmpeg.org/download.html