* Add `lpminimk3.colors.WebColor` * Add pixel art as bitmaps and movies * Add `lp.grid.reset()` and `lp.panel.reset()` * Make all `Text`s and `Movie`s render only once by default, instead of in an infinite loop * Clean up doc strings * Add `lpminimk3.examples.logos`
0.6.0
* Add official documentation * Set up documentation on [Read The Docs](https://lpminimk3.readthedocs.io) * Create `upgrade_version.py` for buttery smooth upgrades
0.5.1
* Add sync client example * Clean up sync scripts * Don't set client name on Darwin
0.5.0
* Add sync server for syncing with [LP Sketch](https://www.github.com/obeezzy/lpsketch) * Remove release history from README * Add `Bitmap` and `Movie` support * Correct hex color setting issue