Skip to content

Commit

Permalink
docs: add CHANGELOG entry for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed Jun 5, 2024
1 parent 599d7a7 commit 267f0ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
== 6.0.0 2024-06-05

Breaking Changes:
* Changed FFMPEG::IO to use UTF-8 encoding instead of ISO-8859-1 by default
* Changed FFMPEG::Transcoder#run to raise FFMPEG::Error if FFMPEG exits with non-zero exit code even if validate was set to false on the transcoder
* Removed the errors attribute of FFMPEG::Transcoder

Improvements:
* Changed FFMPEG::IO to handle carriage returns by FFMPEG – progress reports will be more frequent and more reliable
* Changed FFMPEG::Transcoder to report progress only on whole percentages by default (e.g.: 0.01, 0.2 etc.)
* Added new progress_digits kwarg to FFMPEG::Transcoder to allow more frequent progress updates

== 5.0.0 2024-05-02

Breaking Changes:
Expand Down

0 comments on commit 267f0ba

Please sign in to comment.