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)
50
50
Download the [ latest release] ( https://github.com/DragonComputer/Dragonfire/releases/latest ) (the ` .deb ` file) and:
51
51
52
52
``` Shell
53
- sudo dpkg -i dragonfire_1.0.0_amd64 .deb
53
+ sudo dpkg -i dragonfire_1.0.1_amd64 .deb
54
54
```
55
55
56
56
or 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
+
1
18
dragonfire (1.0.0) unstable; urgency=medium
2
19
3
20
* Post-installation scripts are fixed
Original file line number Diff line number Diff line change 1
1
[Desktop Entry]
2
- Version =1.0.0
2
+ Version =1.0.1
3
3
Type =Application
4
4
Name =Dragonfire
5
5
Comment =Virtual Assistant for Linux
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def pkgconfig(*packages):
64
64
# Versions should comply with PEP440. For a discussion on single-sourcing
65
65
# the version across setup.py and the project code, see
66
66
# https://packaging.python.org/en/latest/single_source_version.html
67
- version = '1.0.0 ' ,
67
+ version = '1.0.1 ' ,
68
68
description = 'Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions' ,
69
69
long_description = long_description ,
70
70
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments