We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83c829 commit abaddc2Copy full SHA for abaddc2
auto_editor/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "24.24.1"
2
-version = "24w24a"
+__version__ = "24.25.1"
+version = "24w25a"
changelogs/2024.md
@@ -1,3 +1,14 @@
+# 24w25a
+
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
12
# 24w24a
13
14
## What's Changed
0 commit comments