From 8de3749889c79bd7732eda402924180d589003d6 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Sat, 16 Jan 2021 21:54:24 -0500 Subject: [PATCH] Remove 1.0.1 as 1.0.0 was never published --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06765b4..d08f69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,20 @@ __Planned (1.1.0)__ - GUI -__1.0.1__ -- Framerate patch -- Further Cython/Python speedups - __1.0.0__ +Additions: - Added support for passwords, custom framerates, and Cython compilation - file.mp4 compression with ``gzip`` - Pickled data to allow decompression with original file name + +Bug Fixes: - Fixed ``file.bin`` bug - Removed ``magic``, ``mime`` - New ``make_image_sequence`` logic -- Huge Cython/Python speedups +- Framerate patch +Performance: +- Huge Cython/Python speedups __0.0.2__ - Bug fixes