Version 0.2.0

This commit is contained in:
Daniel Wolf 2016-04-13 08:59:47 +02:00
parent 8d2d100376
commit 560281807e
2 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment ver
set(appName "Rhubarb Lip Sync")
set(appVersionMajor 0)
set(appVersionMinor 1)
set(appVersionMinor 2)
set(appVersionPatch 0)
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

View File

@ -1,5 +1,11 @@
# Version history
## Version 0.2
* Multiple output formats: TSV, XML, JSON
* Experimental option to supply dialog text
* Improved error handling and error messages
## Version 0.1
* Two-pass phone detection using [CMU PocketSphinx](http://cmusphinx.sourceforge.net/)