Skip to content

Commit 7db7dd8

Browse files
committedFeb 29, 2024
Bump version to 24w09a
1 parent 4ff6344 commit 7db7dd8

File tree

4 files changed

+38
-25
lines changed

4 files changed

+38
-25
lines changed
 

‎auto_editor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "24.7.1"
2-
version = "24w07a"
1+
__version__ = "24.9.1"
2+
version = "24w09a"

‎changelogs/2024.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# 24w09a
2+
3+
## What's Changed
4+
- By default, all tracks will now be considered when editing audio
5+
- Premiere Export: Fix 24w07a regression where only a single audio channel would play
6+
- Auto-Editor will now never attempt to copy attachments unless subtitle streams are present
7+
- `audio` `motion` `subtitle` are now no longer special lexer constructs
8+
9+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w07a...24w09a
10+
11+
12+
# 24w07a
13+
14+
## What's Changed
15+
- Fix crash on certain resolutions for legacy macs
16+
- Final Cut Export: always set "start" attribute even when value is 0
17+
- Premiere Export: additional tracks no longer need external wavs
18+
- Fix crash for all `.ts` media files
19+
20+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w03a...24w07a
21+
22+
23+
# 24w03a
24+
25+
## What's Changed
26+
- Analyzing motion is now 1.3x faster.
27+
- Changing the aspect ratio (adding padding) is now 2.7x faster.
28+
- Better support for the `yuv444p` `yuvj444p` pix_fmt's
29+
- Dropped the Pillow dependency
30+
- Upgrade pyav to 12.0.2
31+
32+
## Breaking Changes
33+
- Removed `--mark-as-loud` and `--mark-as-silent`. Use `--add-in`, `--cut-out` instead.
34+
- Removed `pixeldiff` as an option for `--edit`. Use `motion` instead.
35+
36+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w51a...24w03a

‎changelogs/changelog-24w03a.md

-14
This file was deleted.

‎changelogs/changelog-24w07a.md

-9
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.