Releases: WyattBlue/auto-editor
Releases · WyattBlue/auto-editor
23w51a
What's Changed
- Upgrade pyav to 12.0.0
- Sources are now directly linked in the v3 format.
- Removed the
--source
and--add
option - Switch from setup.py to pyproject.toml
Remember to upgrade setuptools! pip install -U setuptools
Full Changelog: 23w46a...23w51a
23w46a
Full Changelog: 23w43a...23w46a
23w43a
What's Changed
- Bump pyav from
11.0.1
to11.2.0
- Bump Pillow from
10.0.1
to10.1.0
- Palet: added
append class eval for-items list list?
, and fixed many bugs - Removed the ability to draw text and ellipse shapes.
Full Changelog: 23w40a...23w43a
23w40a
What's Changed
- Auto-Editor now supports Python3.12
- The av dependency didn't support 3.12, and was generally unmaintained, so now I use my fork, pyav
Full Changelog: 23w38a...23w40a
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: 23w35a...23w38a
23w35a
What's Changed
- Removed support for Python 3.9, use 3.10 or 3.11
- DaVinci Resolve: Use fcp10 format instead of fcp7
- Palet: Add
incf
decf
case
- Palet: Add dot syntax and lang pragma
Full Changelog: 23w32a...23w35a
23w32a
What's Changed
- Final Cut Pro XML: Fix desync issue / Use modern APIs
- Palet: Add
hash-ref
hash-set!
hash-update!
hash-remove!
- Palet: Fix
hash
incorrectly erroring when its arity is 0 - Palet:
ref
no longer accepts hashes
Full Changelog: 23w31a...23w32a
23w31a
What's Changed
- ShotCut: support exporting multiple videos
- Palet: Implement lexical scoping
- Palet: Add
let
let*
system
cond
sleep
error
- Palet: Improve variable error messages
Full Changelog: 23w28a...23w31a
23w28a
What's Changed
- Fix ShotCut export producing wrong cuts
- Translate README to Chinese by @flt6 in #361
- Add back
var-exists?
procedure, addrename
anddelete
syntax - Info subcommand: remove
--include-vfr
- Bump pillow version to 10.0.0
New Contributors
Full Changelog: 23w24a...23w28a
23w24a
What's Changed
- Added the following procedures:
assert
array-copy
between/c
div
maxclip
maxcut
maxcut
andmaxclip
were added to address #348
- Fix displaying vectors
- Updated
--audio-normalize ebu
's contracts so they match the ranges for ffmpeg >=6
Full Changelog: 23w21a...23w24a