Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 24w09a
Browse files Browse the repository at this point in the history
WyattBlue committed Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 63b304d commit f18bc7a
Showing 4 changed files with 38 additions and 25 deletions.
4 changes: 2 additions & 2 deletions auto_editor/__init__.py
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"
36 changes: 36 additions & 0 deletions changelogs/2024.md
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
14 changes: 0 additions & 14 deletions changelogs/changelog-24w03a.md

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/changelog-24w07a.md

This file was deleted.

0 comments on commit f18bc7a

Please sign in to comment.