From 75f89166a6c219df8ed9387f78a0d0b7b427fa97 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sat, 27 Jul 2024 08:35:12 -0400 Subject: [PATCH] Release 24w30a --- auto_editor/__init__.py | 4 ++-- changelogs/2024.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index 74c2c7437..8898b5c3d 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "24.29.1" -version = "24w29a" +__version__ = "24.30.1" +version = "24w30a" diff --git a/changelogs/2024.md b/changelogs/2024.md index 1ec9105f7..d8ed43c6f 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,13 @@ +# 24w30a + +## What's Changed + - Upgrade to PyAV 12.3 + - Use PyAV to get encoder information instead of maintaining a big list + - Audio analysis no longer writes a temporary WAV file + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w29a...24w30a + + # 24w29a ## What's Changed