|
| 1 | +# 23w51 |
| 2 | + |
| 3 | +## What's Changed |
| 4 | + - Upgrade pyav to 12.0.0 |
| 5 | + - Sources are now directly linked in the v3 format. |
| 6 | + - Removed the `--source` and `--add` option |
| 7 | + - Switch from setup.py to pyproject.toml |
| 8 | + |
| 9 | +Remember to upgrade setuptools! `pip install -U setuptools` |
| 10 | + |
| 11 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w46a...23w51a |
| 12 | + |
| 13 | + |
| 14 | +# 23w43a |
| 15 | + |
| 16 | +## What's Changed |
| 17 | + - Bump pyav from `11.0.1` to `11.2.0` |
| 18 | + - Bump Pillow from `10.0.1` to `10.1.0` |
| 19 | + - Palet: added `append class eval for-items list list?`, and fixed many bugs |
| 20 | + - Removed the ability to draw text and ellipse shapes. |
| 21 | + |
| 22 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w40a...23w43a |
| 23 | + |
| 24 | + |
| 25 | +# 23w38a |
| 26 | + |
| 27 | +## What's Changed |
| 28 | + - Auto-Editor now knows all h264, hevc, av1, and prores encoders |
| 29 | + - Bump `pillow` from 10.0.0 to 10.0.1 |
| 30 | + - Palet: Rename `string-append` to `&`, add `&=` |
| 31 | + - Palet: `/` will now return a float, unless all numbers are frac? or any number is complex. |
| 32 | + - Palet: Add keyword datatype, allow keyword parameters for `define` |
| 33 | + |
| 34 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w35a...23w38a |
| 35 | + |
| 36 | + |
| 37 | +# 23w35a |
| 38 | + |
| 39 | +## What's Changed |
| 40 | + - Removed support for Python 3.9, use 3.10 or 3.11 |
| 41 | + - DaVinci Resolve: Use fcp10 format instead of fcp7 |
| 42 | + - Palet: Add `incf` `decf` `case` |
| 43 | + - Palet: Add dot syntax and lang pragma |
| 44 | + |
| 45 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w32a...23w35a |
| 46 | + |
| 47 | + |
| 48 | +# 23w32a |
| 49 | + |
| 50 | +## What's Changed |
| 51 | + - Final Cut Pro XML: Fix desync issue / Use modern APIs |
| 52 | + - Palet: Add `hash-ref` `hash-set!` `hash-update!` `hash-remove!` |
| 53 | + - Palet: Fix `hash` incorrectly erroring when its arity is 0 |
| 54 | + - Palet: `ref` no longer accepts hashes |
| 55 | + |
| 56 | + |
| 57 | +# 23w31a |
| 58 | + |
| 59 | +## What's Changed |
| 60 | + * ShotCut: support exporting multiple videos |
| 61 | + * Palet: Implement lexical scoping |
| 62 | + * Palet: Add `let` `let*` `system` `cond` `sleep` `error` |
| 63 | + * Palet: Improve variable error messages |
| 64 | + |
| 65 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w28a...23w31a |
| 66 | + |
| 67 | + |
| 68 | +# 23w28a |
| 69 | + |
| 70 | +## What's Changed |
| 71 | + - Fix ShotCut export producing wrong cuts |
| 72 | + - Translate README to Chinese by @flt6 in https://github.com/WyattBlue/auto-editor/pull/361 |
| 73 | + - Add back `var-exists?` procedure, add `rename` and `delete` syntax |
| 74 | + - Info subcommand: remove `--include-vfr` |
| 75 | + - Bump pillow version to 10.0.0 |
| 76 | + |
| 77 | +## New Contributors |
| 78 | +* @flt6 made their first contribution in https://github.com/WyattBlue/auto-editor/pull/361 |
| 79 | + |
| 80 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w24a...23w28a |
| 81 | + |
| 82 | + |
| 83 | +# 23w24a |
| 84 | + |
| 85 | +## What's Changed |
| 86 | +- Added the following procedures: `assert` `array-copy` `between/c` `div` `maxclip` `maxcut` |
| 87 | + - `maxcut` and `maxclip` were added to address #348 |
| 88 | +- Fix displaying vectors |
| 89 | +- Updated `--audio-normalize ebu`'s contracts so they match the ranges for ffmpeg >=6 |
| 90 | + |
| 91 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w21a...23w24a |
| 92 | + |
| 93 | + |
| 94 | +# 23w21a |
| 95 | + |
| 96 | +## What's Changed |
| 97 | + - wavfile: immediately return when data chunk is read (fixes #351) |
| 98 | + - fcp7: fix reading pathurl |
| 99 | + |
| 100 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w20b...23w21a |
| 101 | + |
| 102 | + |
| 103 | +# 23w20b |
| 104 | + |
| 105 | +## What's Changed |
| 106 | + - Work around DaVinci Resolve bug where timeline will break strangely if `<duration>` tag in `<file>` is not present even though the value is not used |
| 107 | + |
| 108 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w20a...23w20b |
| 109 | + |
| 110 | + |
| 111 | +# 23w20a |
| 112 | + |
| 113 | +## What's Changed |
| 114 | +- fcp7 backend (Premiere and DaVinci Resolve) |
| 115 | + - You can now export multiple video files into one xml |
| 116 | + - The xml now respects the number of channels the audio has and no longer assumes it's always 2 |
| 117 | +- v3 timeline backend |
| 118 | + - the `"timeline"` key has been flatten and removed |
| 119 | + - `"version"` value has been changed `"unstable:3.0"` -> `"3"` |
| 120 | + - the `"dur"` attribute for all timeline objects is now always the "real" duration even if the speed is != 1. This makes many internal operations simpler and imitates how fcp7 represents timing. |
| 121 | + - v1 timeline importing and exporting is back |
| 122 | + - All v(NUMBER) timelines now no longer use or accept semantic versioning |
| 123 | + |
| 124 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w15a...23w20a |
| 125 | + |
| 126 | + |
| 127 | +# 23w15a |
| 128 | + |
| 129 | +## What's Changed |
| 130 | + - Only allow valid bitrate units `k` `K` `M` |
| 131 | + - Handle previously unhandled exceptions when parsing certain options with invalid values |
| 132 | + - Pin pillow to `9.5.0` |
| 133 | + |
| 134 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w12a...23w15a |
| 135 | + |
| 136 | + |
| 137 | +# 23w12a |
| 138 | + |
| 139 | +## What's Changed |
| 140 | + * Support for DaVinci Resolve is now added back in. Added the `--export resolve` `-exr` and `--export-to-resolve` |
| 141 | + |
| 142 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w11a...23w12a |
| 143 | + |
| 144 | + |
| 145 | +# 23w11a |
| 146 | + |
| 147 | +## What's Changed |
| 148 | +* Add new option `--audio-normalize` that can apply EBU R128 or Peak audio normalizing methods |
| 149 | +* Change default video bitrate from 10m to 10M by @hunterhogan in https://github.com/WyattBlue/auto-editor/pull/337 |
| 150 | + |
| 151 | +## New Contributors |
| 152 | +* @hunterhogan made their first contribution in https://github.com/WyattBlue/auto-editor/pull/337 |
| 153 | + |
| 154 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w10c...23w11a |
| 155 | + |
| 156 | + |
| 157 | +# 23w10c |
| 158 | + |
| 159 | +## Breaking |
| 160 | +- `--edit all` is now `--edit all/e` |
| 161 | + |
| 162 | +## What's Changed |
| 163 | +- **Bug Fix** Premiere can now find the source file in Premiere XMLs |
| 164 | +- Levels subcommand |
| 165 | + - Levels now has start tag to ensure no dropped data |
| 166 | + - Levels can now use `none` and `all/e` edit methods |
| 167 | + |
| 168 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w08a...23w10c |
| 169 | + |
| 170 | + |
| 171 | +# 23w08a |
| 172 | + |
| 173 | +## What's Changed |
| 174 | +- `auto-editor info` now displays the audio stream's channel count |
| 175 | +- `--add` now uses palet for parsing instead of having a little parsing language for each attribute. |
| 176 | +```shell |
| 177 | +# old way, adding special characters like newline and tab was terrible |
| 178 | +auto-editor --add 'text:0,60,This is my text! |
| 179 | +Wow,font=Arial' |
| 180 | + |
| 181 | +# new clean and explicit way |
| 182 | +auto-editor --add 'text:0,60,"This is my text!\nWow",font="Arial"' |
| 183 | +``` |
| 184 | +- The palet scripting language, and its [associated docs](https://auto-editor.com/ref/23w08a/palet), has been greatly improved. For a normal auto-editor, palet doesn't matter right now, but allow for new and exciting auto-editor functionally in the future. |
| 185 | + |
| 186 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w04a...23w08a |
| 187 | + |
| 188 | + |
| 189 | +# 23w04a |
| 190 | + |
| 191 | +## What's New |
| 192 | + |
| 193 | +### New Features |
| 194 | + - Added `subtitle` edit method. `subtitle` analyzes subtitle streams and adds sections when any subtitle shown on screen matches the given regex pattern. |
| 195 | + - Added new attribute: `name` for the `premiere` and `final-cut-pro` export object. |
| 196 | + |
| 197 | +### Breaking Changes |
| 198 | + - Removed `--min-clip` `--min-cut` cmd options. Use `minclip` and `mincut` procedures in the `--edit` option or the new `mincut` `minclip` attributes on the `audio` edit method: `--edit audio:mincut=4,minclip=3` |
| 199 | + - Removed `--show-ffmpeg-debug`. Instead use `--show-ffmpeg-commands` or `--show-ffmpeg-output` |
| 200 | + - Removed the `grep` subcommand. The new `subtitle` edit method does all of its functionality |
| 201 | + |
| 202 | +### Palet |
| 203 | +"Palet" is auto-editor's scripting language used in the `--edit` option and `repl` subcommand. It is similar to the racket language but has a few differences. Palet existed in earlier versions but it wasn't worth mentioning in the release notes until now. The biggest change is that you can now define your own procedures: |
| 204 | + |
| 205 | +```racket |
| 206 | +(define circle-area (lambda (r) (* pi (* r r)))) |
| 207 | +(circle-area 5) |
| 208 | +> 78.53981633974483 |
| 209 | +
|
| 210 | +``` |
| 211 | + |
| 212 | + |
| 213 | +### Dependencies |
| 214 | + - Upgrade Pillow `9.3.0 -> 9.4.0` |
| 215 | + |
| 216 | +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/22w52a...23w04a |
| 217 | + |
0 commit comments