diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index 5dcac8379..d2ee09819 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1 +1 @@ -__version__ = "25.0.0rc1" +__version__ = "25.0.0" diff --git a/changelogs/2024.md b/changelogs/2024.md index 57775be47..acb0e147d 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,20 @@ +# 25.0.0 + +## Major + - Switch versioning system from "CalVer weeks of the year" to SemVar. + +## Features + - Make temp directories lazily. This will mean a temp directory is not created at all in some cases. + - Add the `--no-cache` option. When set, will prevent auto-editor from reading from or writing to a cache file. + +## Fixes + - Step around PyAV bug when getting pix_fmt. Fixes #489 + - Add `hevc_nevc` as a known encoder. Fixes #490 + - The cache is twice as small as the equivalent 24w31a would write. + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w31a...25.0.0 + + # 24w31a ## What's Changed