Skip to content

Commit

Permalink
Release 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Aug 11, 2024
1 parent 636c63f commit 8ba080c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "25.0.0rc1"
__version__ = "25.0.0"
17 changes: 17 additions & 0 deletions changelogs/2024.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ba080c

Please sign in to comment.