-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 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__ = "23.35.1" | ||
version = "23w35a" | ||
__version__ = "23.38.1" | ||
version = "23w38a" |
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,10 @@ | ||
# 23w38a | ||
|
||
## What's Changed | ||
- Auto-Editor now knows all h264, hevc, av1, and prores encoders | ||
- Bump `pillow` from 10.0.0 to 10.0.1 | ||
- Palet: Rename `string-append` to `&`, add `&=` | ||
- Palet: `/` will now return a float, unless all numbers are frac? or any number is complex. | ||
- Palet: Add keyword datatype, allow keyword parameters for `define` | ||
|
||
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w35a...23w38a |