summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoe Robinson <joe@grabyo.com>2016-08-17 15:13:29 +0100
committerJoe Robinson <joe@grabyo.com>2016-08-17 15:13:29 +0100
commit90533882ae77f811f01cc842fce9cab68df877ba (patch)
tree36079eb6002e8240d426bddf8f74fde738cd4732 /CHANGELOG
parentf3d0c81c7b004218665ab1123fb6c8915b190ce0 (diff)
Fixed receiving messages
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 66cacb3..553ee76 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-0.1.0
+0.0.1
-----
- Initial alpha release with basic IRC functionality and commands
- Support /join and /part of channels
@@ -7,13 +7,13 @@
- Can send /whois and channel /list commands
- Interpret join, part, quit, kill, kick, and mode messages
- Display topics and user lists in channels
-0.1.1
+0.0.2
-----
- Added ability to send PMs with /msg
-0.2.0
+0.1.0
-----
- Added basic connection UI at startup (automatically populated from config.json)
-0.2.1
+0.1.1
-----
- Create channel tab when names list is received, to support bouncers
- Added SSL connection option