- Scrapped the reprompting implementation entirely. Instead, we patch stdout to print above the prompt, preventing it from being overwritten. - Removed `--parse-interval`. It's not longer needed since we don't have to wait for reprompting between received messages.
1.4.4
- Fix client not being in scope in `close()` - Add `--parse-interval` option that sets the delay between the parsing of each received packet
1.4.3
- Better implementation of previous race condition fix. Handling of messages and the prompt properly when the server's latency is extremely low, without using a hacky `sleep` method
1.4.2
- Fix for race condition between client-side command output and re-prompting implementation
1.4.1
- Fixed broken history after 1.4.0
1.4.0
- 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