Skip to content

Commit a78b1cc

Browse files
committed
Release 26.3.1
1 parent 0bc1aca commit a78b1cc

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# 26.3.1
2+
## Fixes
3+
- Mux frames in the correct order, this fixes problems with media player's seeking in large files.
4+
- Lay out the video stream first.
5+
- Fix bug with progress bar being too small (escape characters were being counted in the length).
6+
- Fix problem with experimental encoders/decoders (by removing them).
7+
8+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/26.3.0...26.3.1
9+
10+
111
# 26.3.0
212

313
## Features
4-
- Show codecs used in the progress bar
5-
- Support the prores encoder
14+
- Show codecs used in the progress bar.
15+
- Support the prores encoder.
616

717
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/26.2.0...26.3.0
818

auto_editor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "26.3.0"
1+
__version__ = "26.3.1"

0 commit comments

Comments
 (0)