Skip to content

Commit fb3d8a7

Browse files
committed
Version 1.2.3
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 0e241eb commit fb3d8a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
## 1.2.3 - 2019.03.20
44
### Changed
55
* Allow setting threads in config
6-
* Added a "generate" (bool) parameter to getVideoUrl(), just like getVideoThumbnailUrl(), to optionally skip encoding
7-
* Added return value false to getVideoThumbnailUrl() when ffmpeg is executed which prevents a URL is always returned, also in case of ffmpeg fails te run/create the thumbnail
6+
* Added a "generate" (bool) parameter to `getVideoUrl()`, just like `getVideoThumbnailUrl()`, to optionally skip encoding
7+
* Added return value false to `getVideoThumbnailUrl()` when `ffmpeg` is executed which prevents a URL is always returned, also in case of `ffmpeg` fails te run/create the thumbnail
88
* Added new config parameter "createSubfolder" (boolean) to create the same subfolders that are defined in the upload target paths of the asset.
99
* Added config option to prevent cache clearing
10+
* Fixed an issue where `getFileInfo()` would throw an error if `null` was returned
11+
* Fixed an error where certain types of video streams would cause the encoder to throw an exception
1012

1113
## 1.2.2 - 2018.10.05
1214
### Changed

0 commit comments

Comments
 (0)