Releases: mifi/editly
Releases · mifi/editly
v0.15.0-rc.1
📢 After a couple years of inactivity, editly now has a new maintainer and a new release (candidate).
npm install editly@next
Breaking Changes
- Node 18 is now required.
- Upgrade to Fabric 6 by @bkeepers in #306 - If you are using custom fabric layers, you may need to update your code.
New Features
- Adding fabricImagePostProcessing callback by @Ivanca in #222 and #227
- add right/left parameters - translations by @Kalo0m in #238 and #240
Other Changes
- Rewrite in Typescript by @bkeepers in #307
- Update gl/canvas by @bkeepers in #282
- Bugfix: Ignore video channel when combining arbitrary audio tracks by @bkeepers in #287
- Update Dockerfile by @bkeepers in #312
- Bump various dependencies:
- Bump json5 from 2.2.1 to 2.2.2 by @dependabot in #219
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #224
- Update miscellaneous deps by @bkeepers in #283
- Bump file-type from 18.7.0 to 20.0.0 by @dependabot in #294
- Chores
New Contributors
- @Ivanca made their first contribution in #222
- @Kalo0m made their first contribution in #238
- @bkeepers made their first contribution in #282
Full Changelog: v0.14.2...v0.15.0.rc1
v0.14.2
v0.14.1
v0.14.0
- Merge pull request #207 from gabrieltorreiro/master dea54b1
- Merge branch 'master' into master 306234b
- Update parseConfig.js 68ec9f8
- Update package.json 1fc04be
- Merge pull request #211 from mattkibbler/rotation-fix d3d3a71
- improve util c62c72b
- Update parseConfig.js 7f8ca24
- Update util.js 790d8c6
- set bg volume to 1 if not is provided bc185f5
- add background control volume 80a763b
v0.13.0
- editly is now ESM only
- update dependencies
v0.12.0
- upgrade canvas and gl a20529e
- Merge pull request #193 from mifi/dependabot/npm_and_yarn/minimist-1.2.6 62ea58e
- Bump minimist from 1.2.5 to 1.2.6 4b7088e
- Merge pull request #189 from lucemia/respect-allowRemoteRequests-for-audio 4b5f162
- respect allowRemoteRequests for audio 85762ec
- Merge pull request #188 from lucemia/patch-1 9a19a89
- Update README.md 508cc80
- Merge pull request #183 from mifi/dependabot/npm_and_yarn/simple-get-3.1.1 7b078a5
- Bump simple-get from 3.1.0 to 3.1.1 4b13023
- Merge pull request #182 from mifi/dependabot/npm_and_yarn/ajv-6.12.6 557d911
- Bump ajv from 6.12.0 to 6.12.6 5291fb2
- Merge pull request #174 from mifi/dependabot/npm_and_yarn/nanoid-3.1.31 ccf3e6c
- Bump nanoid from 3.1.12 to 3.1.31 913d7e8
v0.11.3
- Added Typescript support
v0.11.2
v0.11.1
- Allow custom output args #27 #36 91e06ba
- implement output volume #83 9edb1e4
- Merge pull request #94 from patcon/example-fontpaths feb8d44
- Merge pull request #95 from patcon/gitignore-tweaks a061f11
- Merge pull request #96 from patcon/docker-containerized-cli 52f643b
- Aligned names a bit more. 50832c6
- Added a first-pass implementation of using docker/docker-compose to run editly. c6ec5ed
- gitignore: Ensured no generated artifacts get committed in repo. c597fbb
- Added fontPath and fixed typos in examples that use text. 044de4b
- add vignette example c2f6bd8