Skip to content

Commit abaddc2

Browse files
committed
Bump version to 24w25a
1 parent d83c829 commit abaddc2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

auto_editor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "24.24.1"
2-
version = "24w24a"
1+
__version__ = "24.25.1"
2+
version = "24w25a"

changelogs/2024.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 24w25a
2+
3+
## What's Changed
4+
- Only extract subtitle files when needed
5+
- Analyze subtitles robustly, don't reply on hacky methods
6+
- Assert generated timeline is monotonic (fixes #470)
7+
- Errors are now colored, will be disable if NO_COLOR or AV_LOG_FORCE_NOCOLOR environment variable is set
8+
9+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w24a...24w25a
10+
11+
112
# 24w24a
213

314
## What's Changed

0 commit comments

Comments
 (0)