From b884d3c067ca9e8bebfd6585a5fa7081d2ec08f8 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:47:25 +0000 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..06765b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +__Planned (1.1.0)__ +- GUI + +__1.0.1__ +- Framerate patch +- Further Cython/Python speedups + +__1.0.0__ +- Added support for passwords, custom framerates, and Cython compilation +- file.mp4 compression with ``gzip`` +- Pickled data to allow decompression with original file name +- Fixed ``file.bin`` bug +- Removed ``magic``, ``mime`` +- New ``make_image_sequence`` logic +- Huge Cython/Python speedups + + +__0.0.2__ +- Bug fixes +- Minor speedups + +__0.0.1__ +- Initial release