![PYChat](https://imgur.com/6Lpq8Wl.png)
Update UI
1. Update **logo** of **client** and **server**
Update message-formatting algorithm
1. Now messages will be sent in JSON format
Fix bugs
1. Fix reconnecting
2. Fix bug in sending programming language code
3. Fix validation of values in configuration file
> Full list of fixed bugs look at [closed issues](https://github.com/Kukree/PYChat/issues?q=is%3Aissue+is%3Aclosed)
Big refactoring of code
1. Move some blocks of code to other package named **pychat_utils**
2. Optimized imports
3. Optimized functions, make it more clean