This repository was archived by the owner on Oct 7, 2022. It is now read-only.
Releases: emgag/video-thumbnail-sprite
Releases · emgag/video-thumbnail-sprite
v1.0.3
v1.0.2
[1.0.2] - 2018-04-20
Added
- Allow using symfony/process 4.x (requires workaround until underlying dependencies catch up, see https://github.com/emgag/video-thumbnail-sprite/issues/5)
v1.0.1
v1.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[1.0.0] - 2017-08-05
Added
- Method chaining.
- Support for different thumbnailing tools (ffmpeg and ffmpegthumbnailer).
- Option to keep generated temporary images instead of deleting after sprite assembly (setOutputImageDirectory).
- Support for Symfony Process >=3.
- Docker images for unit testing.
Changed
- Version numbers adhere to Semantic Versioning starting with this release.
Removed
- PHP 5.x is no longer supported.