diff options
author | Joe Robinson <joe@grabyo.com> | 2016-04-05 15:09:46 +0100 |
---|---|---|
committer | Joe Robinson <joe@grabyo.com> | 2016-04-05 15:09:46 +0100 |
commit | eb4e80ef26060be4a47e83471bed1ab21ef19650 (patch) | |
tree | f1e239144ec1568458c710c5b8f3c67dfadd2807 /CHANGELOG | |
parent | b73957a20677a857a1e3d5f6678cbd8a64c4192b (diff) |
Fix connection UI, add SSL toggle, join channels on receiving names or topic to support bouncers
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..66cacb3 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,19 @@ +0.1.0 +----- + - 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.1.1 +----- + - Added ability to send PMs with /msg +0.2.0 +----- + - Added basic connection UI at startup (automatically populated from config.json) +0.2.1 +----- + - Create channel tab when names list is received, to support bouncers + - Added SSL connection option |