Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

74 lines (43 loc) · 1.98 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.4.1 - 2021-02-13

Fixed

  • Unneeded decoding in main loop causing codec issues (#22).

v0.4.0 - 2021-01-13

Added

  • Support for Windows platform (#21).

Removed

  • sh dependency.

v0.3.0 - 2020-08-15

Added

  • Option to change progress bar class in ffpb.main.

Fixed

  • Decoding error caused by missing encoding in ffpb.main (#17).

v0.2.0 - 2019-04-29

Added

  • Python 3.7 as an explicitly supported version.

Fixed

  • Incorrect decoding of filenames caused by chardet.

v0.1.3 - 2019-04-06

Fixed

  • ffpb.main not using given argv argument (#12).

v0.1.2 - 2018-09-12

Fixed

  • ffpb crashing on non-video input/output (#8).

v0.1.1 - 2018-09-11

Fixed

  • README.rst not rendering properly on PyPI.

v0.1.0 - 2018-09-11

Initial release.