- Moved fill_style logic from background and fill_style() into common function - Fixed error with print() function when using non-string - Added better error handling - Added text functions - Added line and draw_line functions
0.0.10
- Fixed error when using print() function prior to starting canvas
0.0.9
- Fixed bug that broke events when re-running the cell - Fixed background fill_style bug - Added documentation about updating the library on the platform
0.0.8
- Fixed bug which prevents canvas from restarting once stopped
0.0.7
- Added more information to the documentation - Added text displaying the running status of the canvas - Added ability to print to the notebook from within the draw thread
0.0.6
- Added documentation - Cleaned up folder structure - Merged in all required launch features