Skip to content

Releases: nystudio107/craft-transcoder

Version 1.2.15

03 Mar 19:38

Choose a tag to compare

Changed

  • Dockerized the buildchain, using craft-plugin-manifest for the webpack HMR bridge

Version 1.2.14

03 Jan 19:33

Choose a tag to compare

Changed

  • Changed how we detect whether the transcoding processing is running, so it will work with Alpine Linux

Version 1.2.13

21 Dec 20:57

Choose a tag to compare

Security

  • Added a $enableDownloadFileEndpoint settings/config option (set to false by 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

06 Apr 01:06

Choose a tag to compare

Added

  • Added seekInSecs option to audio encoding options

Changed

  • Updated to latest npm dependencies via npm audit fix for both the primary app and the docs

Version 1.2.11

11 Mar 23:23

Choose a tag to compare

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

25 Feb 12:53

Choose a tag to compare

Added

  • Added -vn flag for audio transcoding to remove video tracks on transcoded audio

Version 1.2.9

28 Jan 00:48

Choose a tag to compare

Fixed

  • Fixed an issue if ffprobe isn't installed
  • Handle the case of empty or malformed status data from ffprobe better

Version 1.2.8

12 Nov 15:19

Choose a tag to compare

Changed

  • Fixed more issues with the synchronous option

Version 1.2.7

12 Nov 12:51

Choose a tag to compare

Changed

  • Fixed issues with the synchronous and stripMetadata options

Version 1.2.6

11 Nov 23:52

Choose a tag to compare

Added

  • Added trimming to audio transcoding

Changed

  • Updated to latest npm dependencies via npm audit fix
  • Changed .first().one() in the docs