mirror of https://github.com/AlfredoSequeida/fvid
Create CHANGELOG.md
This commit is contained in:
parent
18838f1ddd
commit
b884d3c067
|
@ -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
|
Loading…
Reference in New Issue