Version 0.2.0
This commit is contained in:
parent
8d2d100376
commit
560281807e
|
@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment ver
|
||||||
|
|
||||||
set(appName "Rhubarb Lip Sync")
|
set(appName "Rhubarb Lip Sync")
|
||||||
set(appVersionMajor 0)
|
set(appVersionMajor 0)
|
||||||
set(appVersionMinor 1)
|
set(appVersionMinor 2)
|
||||||
set(appVersionPatch 0)
|
set(appVersionPatch 0)
|
||||||
set(appVersionSuffix "")
|
set(appVersionSuffix "")
|
||||||
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")
|
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Version history
|
# 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
|
## Version 0.1
|
||||||
|
|
||||||
* Two-pass phone detection using [CMU PocketSphinx](http://cmusphinx.sourceforge.net/)
|
* Two-pass phone detection using [CMU PocketSphinx](http://cmusphinx.sourceforge.net/)
|
||||||
|
|
Loading…
Reference in New Issue