- Buffer mode removed. A better implementation has replaced it, allowing text that's typed to be stored before it's sent. A new prompt with the stored text prefilled will be spawned when a message is received - Added desktop notifications
1.3.3
- Better exit handling
1.3.2
- Check terminal columns and clear correct number of lines when exiting buffer mode
1.3.1
- Prevent the displaying of buffer mode status when `ctrl+a` is pressed multiple times - Tweaked `/help` message
1.3.0
- Made autocompletion more sane - Added buffer mode which directs all received messages to a temporary buffer, allowing typing long messages without incoming messages overwriting them. Activated with `ctrl-a`, deactivated with `ENTER`
1.2.0
- Added nickname completions - Disabled line wrapping while typing