Skip to content

Commit 8f7b28a

Browse files
committed
chore: update version to 8.1.0-beta and document changes
1 parent 418ea71 commit 8f7b28a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== 8.1.0-beta 2025-07-15
2+
3+
Improvements:
4+
* Added comprehensive MPEG-DASH manifest parsing capabilities with the new `FFMPEG::DASH` module.
5+
* Added support for converting MPEG-DASH manifests to HLS (M3U8) playlists.
6+
* Added support for configurable base URLs and segment queries in DASH manifests.
7+
18
== 8.0.0 2025-06-27
29

310
Improvements:

lib/ffmpeg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FFMPEG
4-
VERSION = '8.0.0'
4+
VERSION = '8.1.0-beta'
55
end

0 commit comments

Comments
 (0)