From 2d71954fda970d5fd8cb5f7fcce60baf5595a5a0 Mon Sep 17 00:00:00 2001 From: Oliver Lillie Date: Tue, 10 Jun 2014 14:46:54 +0300 Subject: [PATCH] updated change log and readme --- CHANGELOG.md | 7 ++++++- README.md | 14 ++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba73481..9c82751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +#[2.2.0-beta] [10.04.2014] +WARNING: Potential code breaking changes across the board. Please do not upgrade existing stable scripts to this codebase. Please use 2.1.5 or below for stability. +- merged in multi-output branch so that the master branch now supports multi output from ffmpeg. +- fixed far too many other bugs to mention. + #[2.1.7-beta] [09.04.2014] -WARNING: Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput(). +WARNING: Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput(). Please use 2.1.5 or below for stability. Fixed several bugs: - fixed issues in portability progress handler where parsing of image only output data would fail. - fixed issues in portability progress handler where the progress file would be prematurely deleted. diff --git a/README.md b/README.md index f111e84..d094c3c 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,10 @@ Extensive documentation and examples are bundled with the download and is availa ##Latest Changes -**[2.1.7-beta]** [09.04.2014] - -***WARNING*** Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput(). -Fixed several bugs: -- fixed issues in portability progress handler where parsing of image only output data would fail. -- fixed issues in portability progress handler where the progress file would be prematurely deleted. -- fixed issues where using %timecode or %index in the output would not correctly get renamed unless calling getOutput from the process object. #22 -- fixed issues with animated gifs not following the overwrite setting of the save function call -Added: -- poor mans caching using InTempDirectory cache class to store cachable data within the temp directory. It is highly recommended you write your own cacher based around something [like Stash](https://github.com/tedious/Stash) +**[2.2.0-beta]** [10.04.2014] +WARNING: Potential code breaking changes across the board. Please do not upgrade existing stable scripts to this codebase. Please use 2.1.5 or below for stability. +- merged in multi-output branch so that the master branch now supports multi output from ffmpeg. +- fixed far too many other bugs to mention. [Full changelog](https://github.com/buggedcom/phpvideotoolkit-v2/blob/master/CHANGELOG.md)