sVersion 2.1.0.4 (stable) - 20th July 2015 ----------------------------------------- * Fixed: blank lines showing when server response exceeds buffer size (case in point: Redis client list with large number of open client connections) * RichTextBox optimization: disabled undo (not used anyway) Version 2.1.0.3 (beta 3) - 13th May 2015 ---------------------------------------- * Fixed incorrect behaviour of up/down arrow (history) Version 2.1.0.2 (beta 2) - 8th March 2015 ----------------------------------------- * Fixed crash caused by down arrow moving beyond history bounds * Fixed bug when beginning to receive data that prevented subsequent code from being executed (as a result, the status bar would initially be empty) * Changed "insecure" to "unencrypted" * Rebranded "IMAPTalk" to "ImapTalk" Version 2.1.0.1 (beta bugfix) - 7th March 2015 ---------------------------------------------- * Fixed bug in autologin that was sending an empty command after each actual command Version 2.1.0.0 (beta) - 7th March 2015 -------------------------------- * Passwords in login commands are now always concealed from history and the message log; before, only passwords entered from the login screen were concealed * Added support for batch commands (turn on the feature, paste multiple lines of commands, and have them sent all at once) * Settings checkboxes now wrap if the window is too small * ImapTalk now uses four-number versions, making it easier to have different versions for beta releases * Fixed bug with execution of autologin commands, where folder selection was intermittently not being executed Version 2.0.0.0 - 21st February 2015 ------------------------------------ * Added credit for TuyenTk TreeView Version 2.0.0.0 beta 3 - 14th February 2015 ------------------------------------------- * Fixed: server response would appear before client request if connection is very fast (e.g. Redis on localhost) * Timer in status bar is now aligned to the right Version 2.0.0.0 beta 2 - 14th December 2014 ------------------------------------------- * Restored support for servers that don't send a greeting (e.g. HTTP) * Fixed bug when zero-byte data is received from server * Minor improvements to behaviour and status on disconnect * Minor improvements to asynchrony Version 2.0.0.0 beta 1 - 4th October 2014 ----------------------------------------- * Technology upgrade to use latest asynchronous techniques * Login window no longer goes away after connecting * Main window no longer auto-closes on disconnect, allowing the log to be saved * Connection may now be cancelled * Changed application icon * Added credits section and other improvements to About window * Sending is now disabled until initial greeting is received * Optimised message log to remain responsive while handling larger amounts of data * Added status bar with padlock icon indicating whether the connection is secure * Added timer showing time elapsed since session start (for timeouts) * Added proper support for chess servers * Added support for IMAP parse analysis * Removed Updates window; update checking now updates the status bar * Message log may now be cleared