File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
3737Download the [ latest release] ( https://github.com/DragonComputer/Dragonfire/releases/latest ) (the ` .deb ` file) and:
3838
3939``` Shell
40- sudo dpkg -i dragonfire_0.9.5_amd64 .deb
40+ sudo dpkg -i dragonfire_0.9.6_amd64 .deb
4141```
4242
4343<sup ><i >To install the dependencies run ` sudo apt-get -f install ` right after the ` dpkg -i ` command.</i ></sup >
Original file line number Diff line number Diff line change 1+ dragonfire (0.9.6) unstable; urgency=medium
2+
3+ * Migrated from PyPI SpeechRecognition package to Kaldi Speech Recognition Toolkit
4+ * Migrated from festival cmu_us_clb_arctic voice to flite slt voice
5+ * Kaldi GStreamer English model is added
6+ * Google Search built-in commands are added
7+ * Several minor bugs are fixed
8+ * A number of experimental(non-functional) scripts are added
9+
10+ -- Mehmet Mert Yildiran <
[email protected] > Mon, 16 Oct 2017 21:57:32 +0000
11+
112dragonfire (0.9.5) unstable; urgency=medium
213
314 * Initial release (Closes: #869121)
Original file line number Diff line number Diff line change 11[Desktop Entry]
2- Version =0.9.5
2+ Version =0.9.6
33Type =Application
44Name =Dragonfire
55Comment =Virtual Assistant for Linux
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def pkgconfig(*packages):
5252 # Versions should comply with PEP440. For a discussion on single-sourcing
5353 # the version across setup.py and the project code, see
5454 # https://packaging.python.org/en/latest/single_source_version.html
55- version = '0.9.5 ' ,
55+ version = '0.9.6 ' ,
5656
5757 description = 'Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions' ,
5858 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments