Releases: nystudio107/craft-transcoder
Releases · nystudio107/craft-transcoder
Version 1.2.15
Changed
- Dockerized the buildchain, using
craft-plugin-manifestfor the webpack HMR bridge
Version 1.2.14
Changed
- Changed how we detect whether the transcoding processing is running, so it will work with Alpine Linux
Version 1.2.13
Security
- Added a
$enableDownloadFileEndpointsettings/config option (set tofalseby default) to control whether the download files action is publicly accessible - The download files action now strips any relative paths from the incoming request
- The download files action now restricts downloads to Craft's allowedFileExtensions
Changed
- Moved the CSS/JS buildchain over to webpack 5
Version 1.2.12
Added
- Added
seekInSecsoption to audio encoding options
Changed
- Updated to latest npm dependencies via
npm audit fixfor both the primary app and the docs
Version 1.2.11
Added
- Transcoder now requires Craft CMS 3.1.0 or later
- Both aliases and environment variables are now supported where previously only aliases were
Fixed
- Only swap in a thumbnail for videos if a thumbnail is successfully returned
Version 1.2.10
Added
- Added
-vnflag for audio transcoding to remove video tracks on transcoded audio
Version 1.2.9
Fixed
- Fixed an issue if
ffprobeisn't installed - Handle the case of empty or malformed status data from
ffprobebetter
Version 1.2.8
Changed
- Fixed more issues with the
synchronousoption
Version 1.2.7
Changed
- Fixed issues with the
synchronousandstripMetadataoptions
Version 1.2.6
Added
- Added trimming to audio transcoding
Changed
- Updated to latest npm dependencies via
npm audit fix - Changed
.first()→.one()in the docs