We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3553ab4 commit 2aa27b2Copy full SHA for 2aa27b2
2 files changed
CHANGELOG
@@ -1,3 +1,14 @@
1
+== 8.0.0 2025-06-27
2
+
3
+Improvements:
4
+* Added support for retries in the `FFMPEG::Transcoder` class. This allows for more robust command
5
+ argument composing and thus more stable outputs.
6
7
+Breaking Changes:
8
+* The `FFMPEG::Status::ExitError` class has been renamed to `FFMPEG::ExitError`.
9
+* The `FFMPEG::ExitError` class now holds a reference to the `StringIO` output of the FFmpeg command
10
+ (before it contained the `String` representation).
11
12
== 7.1.4 2025-06-23
13
14
Fixes:
lib/ffmpeg/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FFMPEG
- VERSION = '7.1.4'
+ VERSION = '8.0.0'
end
0 commit comments