diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index 2e5a284b3..fcc4de7ad 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "24.24.1" -version = "24w24a" +__version__ = "24.25.1" +version = "24w25a" diff --git a/changelogs/2024.md b/changelogs/2024.md index 289980c1a..8bba9dea2 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,14 @@ +# 24w25a + +## What's Changed + - Only extract subtitle files when needed + - Analyze subtitles robustly, don't reply on hacky methods + - Assert generated timeline is monotonic (fixes #470) + - Errors are now colored, will be disable if NO_COLOR or AV_LOG_FORCE_NOCOLOR environment variable is set + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w24a...24w25a + + # 24w24a ## What's Changed