Ver código fonte

v0.4.5 release

update changelog + version + main readme
nico 7 anos atrás
pai
commit
71e1060f88
3 arquivos alterados com 12 adições e 1 exclusões
  1. 10 0
      CHANGELOG.md
  2. 1 0
      README.md
  3. 1 1
      kalliope/_version.py

+ 10 - 0
CHANGELOG.md

@@ -1,3 +1,13 @@
+v0.4.5 / 2017-07-23
+===================
+- add keyword_entries attribute to CMU Sphinx
+- add simplerate attribute to Pico2wav TTS
+- API: convert mp3 file to wav automatically
+- add sensitivity attribute to snowboy trigger
+- add grammar attribute to CMU Sphinx
+- add no_voice flag to api
+- add possibility to send parameters when using api with run synapse by name
+
 v0.4.4 / 2017-05-20
 ===================
 - Fix: Uppercase in order/parameters/global variables are now handled correctly

+ 1 - 0
README.md

@@ -84,6 +84,7 @@ Ka-li-o-pé      (French)
 
 Demo French   : [video](https://www.youtube.com/watch?v=t4J42yO2rkM)
 Demo English  : [video](https://www.youtube.com/watch?v=PcLzo4H18S4)
+Android app   : [Playstore](https://play.google.com/store/apps/details?id=kalliope.project)
 
 ## License
 

+ 1 - 1
kalliope/_version.py

@@ -1,2 +1,2 @@
 # https://www.python.org/dev/peps/pep-0440/
-version_str = "0.4.5b"
+version_str = "0.4.5"