From 6a30d6828843ab8fd2b9fd3782d6daa953b2df96 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Fri, 16 Aug 2024 15:33:00 -0400 Subject: [PATCH] Release 25.0.1 --- auto_editor/__init__.py | 2 +- changelogs/2024.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index d2ee09819..5c21dd7cf 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1 +1 @@ -__version__ = "25.0.0" +__version__ = "25.0.1" diff --git a/changelogs/2024.md b/changelogs/2024.md index acb0e147d..349623436 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,14 @@ +# 25.0.1 + +## Fixes + - Hardcode that `.mp4` files support `srt` subtitles. Fixes #493 + - Info: display audio layout + - Add PyAV License to the `--debug` screen + - Improve argument parsing error messages + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/25.0.0...25.0.1 + + # 25.0.0 ## Major