- Major bug fix: 27 - Updated dependencies with security alerts
0.2.0
Not secure
- Switched JSON storage over to a database (SQLite 3) w/SQLAlchemy - Implemented user-creatable, separate rooms
0.1.4
Not secure
- Pickle is no longer being used to pickle data sent between the client & server. We now use JSON strings encoded in `utf-8` - Fixed Kivy compatibility with login and registration statuses
0.1.3
Not secure
- Events are now sent and received dynamically between the client and server - All code is now very module - easy to expand upon
0.1.2
Not secure
- Statuses sent back to client whether login/register are successful or not - Server-side methods (now called cogs) majorly cleaned up and rewritten - Server-side cogs are now very modular and easy to build upon