-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
38 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "24.7.1" | ||
version = "24w07a" | ||
__version__ = "24.9.1" | ||
version = "24w09a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 24w09a | ||
|
||
## What's Changed | ||
- By default, all tracks will now be considered when editing audio | ||
- Premiere Export: Fix 24w07a regression where only a single audio channel would play | ||
- Auto-Editor will now never attempt to copy attachments unless subtitle streams are present | ||
- `audio` `motion` `subtitle` are now no longer special lexer constructs | ||
|
||
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w07a...24w09a | ||
|
||
|
||
# 24w07a | ||
|
||
## What's Changed | ||
- Fix crash on certain resolutions for legacy macs | ||
- Final Cut Export: always set "start" attribute even when value is 0 | ||
- Premiere Export: additional tracks no longer need external wavs | ||
- Fix crash for all `.ts` media files | ||
|
||
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w03a...24w07a | ||
|
||
|
||
# 24w03a | ||
|
||
## What's Changed | ||
- Analyzing motion is now 1.3x faster. | ||
- Changing the aspect ratio (adding padding) is now 2.7x faster. | ||
- Better support for the `yuv444p` `yuvj444p` pix_fmt's | ||
- Dropped the Pillow dependency | ||
- Upgrade pyav to 12.0.2 | ||
|
||
## Breaking Changes | ||
- Removed `--mark-as-loud` and `--mark-as-silent`. Use `--add-in`, `--cut-out` instead. | ||
- Removed `pixeldiff` as an option for `--edit`. Use `motion` instead. | ||
|
||
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w51a...24w03a |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.