Skip to content

Commit 7b31fa8

Browse files
committed
Updated README ahead of 1.5.0 release
1 parent 6a188b7 commit 7b31fa8

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
11
# Readme info:
22

3-
Version: 1.4.3 <br/>
3+
Version: 1.5.0 <br/>
44
Authors: Keith Sterling <br/>
5-
Date: 1st December 2017 <br/>
6-
7-
### Whats New in 1.4
8-
The next stage of refactoring sees defaults.aiml and personality.aiml refactored out into specific files grouped around topics, subjects and patterns.
9-
In the same way that 1.3 introduced a easier way to manage reductions, 1.4 introduces the same easy way to manage actual responses.
5+
Date: 12th December 2017 <br/>
6+
7+
### What's new in 1.5
8+
This version sees a huge increase in the number of categories, adding an additional 45K to the Y-Bot bain
9+
Also in this release sees the socket bot client first major outing and updates to the get/set nodes to support multi
10+
threading and multi client support, fixing an issue in the sanic rest client along the way
11+
Finally this release also sees the webchat client get multi user support through the use of session cookies
12+
13+
### What's New in 1.4
14+
The next stage of refactoring sees defaults.aiml and personality.aiml refactored out into specific files grouped around
15+
topics, subjects and patterns.
16+
In the same way that 1.3 introduced a easier way to manage reductions, 1.4 introduces the same easy way to manage actual
17+
responses.
1018
Subsequent point releases will see this refactoring continue.
1119

12-
### Whats New in 1.3
20+
### What's New in 1.3
1321
1.3 saw the compete refactoring of the reductions AIML files. These contained over 27K lines of AIML, making
1422
it almost impossible to edit and maintain. This releases breaks these files into subject specific files.
1523
Further releases will see the refactoring continue in more detail
1624

17-
### Whats New in 1.2
25+
### What's New in 1.2
1826
* RDF Engine completely rewritten to be fully compatible with Alice grammar
1927
* Refactored Y-Bot triples.txt into more understandable and workable files based on category
2028
* New RDF Formatter tool in utils
2129
* Updated use of file handling to open all but neccassary files in readonly mode
2230
* Conversations now persistent between bot restarts
2331

24-
### Whats New in 1.1
32+
### What's New in 1.1
2533
* CSV Output.
2634
* Default Variables
2735

28-
2936
# Introduction
3037

3138
Program Y is an AIML interpretor written in Python. It includes an entire Python 3 framework for building you own chat bots using

0 commit comments

Comments
 (0)