From 90533882ae77f811f01cc842fce9cab68df877ba Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Wed, 17 Aug 2016 15:13:29 +0100 Subject: Fixed receiving messages --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CHANGELOG') 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 -- cgit v1.2.3 From 962b0b3382e0adec0fdc1b888eddc0a38a358888 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sun, 16 Oct 2016 22:55:33 +0100 Subject: Update changelog --- CHANGELOG | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 CHANGELOG (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 553ee76..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,19 +0,0 @@ -0.0.1 ------ - - Initial alpha release with basic IRC functionality and commands - - Support /join and /part of channels - - Can send and receive messages in channels - - PMs will be shown and can be replied to in their tab, but no way to initiate PMs - - Can send /whois and channel /list commands - - Interpret join, part, quit, kill, kick, and mode messages - - Display topics and user lists in channels -0.0.2 ------ - - Added ability to send PMs with /msg -0.1.0 ------ - - Added basic connection UI at startup (automatically populated from config.json) -0.1.1 ------ - - Create channel tab when names list is received, to support bouncers - - Added SSL connection option -- cgit v1.2.3