Skip to content

Commit f3da21e

Browse files
committed
Bump version to 24w03a
1 parent 51629fa commit f3da21e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

auto_editor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "23.51.1"
2-
version = "23w51a"
1+
__version__ = "24.3.1"
2+
version = "24w03a"

changelogs/changelog-24w03a.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 24w03a
2+
3+
## What's Changed
4+
- Analyzing motion is now 1.3x faster.
5+
- Changing the aspect ratio (adding padding) is now 2.7x faster.
6+
- Better support for the `yuv444p` `yuvj444p` pix_fmt's
7+
- Dropped the Pillow dependency
8+
- Upgrade pyav to 12.0.2
9+
10+
## Breaking Changes
11+
- Removed `--mark-as-loud` and `--mark-as-silent`. Use `--add-in`, `--cut-out` instead.
12+
- Removed `pixeldiff` as an option for `--edit`. Use `motion` instead.
13+
14+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w51a...24w03a

0 commit comments

Comments
 (0)