File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
5050Download the [ latest release] ( https://github.com/DragonComputer/Dragonfire/releases/latest ) (the ` .deb ` file) and:
5151
5252``` Shell
53- sudo dpkg -i dragonfire_1.0.0_amd64 .deb
53+ sudo dpkg -i dragonfire_1.0.1_amd64 .deb
5454```
5555
5656or with Docker: ` docker pull dragoncomputer/dragonfire `
Original file line number Diff line number Diff line change 1+ dragonfire (1.0.1) unstable; urgency=medium
2+
3+ * Dependency issues are fixed
4+ * Several minor bugs are fixed
5+ * Python 3.6 support added
6+ * Several linguistic mistakes are fixed
7+ * A Dockerfile added
8+ * Command-line formatting improved
9+ * Add SQLite and MySQL support for the learning ability
10+ * The knowledge base used in learning, migrated from TinyDB to SQLite/MySQL
11+ * Module imports are fixed
12+ * Automatic documentation generation added using Sphinx
13+ * 134 different tests added and being checked with pytest using Travis CI
14+ * Coreference resolution added using NeuralCoref model
15+
16+ -- Mehmet Mert Yildiran <
[email protected] > Mon, 7 Jan 2019 00:26:12 +0300
17+
118dragonfire (1.0.0) unstable; urgency=medium
219
320 * Post-installation scripts are fixed
Original file line number Diff line number Diff line change 11[Desktop Entry]
2- Version =1.0.0
2+ Version =1.0.1
33Type =Application
44Name =Dragonfire
55Comment =Virtual Assistant for Linux
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def pkgconfig(*packages):
6464 # Versions should comply with PEP440. For a discussion on single-sourcing
6565 # the version across setup.py and the project code, see
6666 # https://packaging.python.org/en/latest/single_source_version.html
67- version = '1.0.0 ' ,
67+ version = '1.0.1 ' ,
6868 description = 'Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions' ,
6969 long_description = long_description ,
7070 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments