* Removed all use of `weakref` for compatibility with BlockPy * Added `emoji` function * Added `pen` function * Created all the Movement functions to manipulate attributes with functions
0.1.7
* Add in `lines` to replace old `shape` behavior * Allow keyboard keys to be hashable * Fix `shape` to work correctly * Fix bug in handling image rotation
0.1.6
* Fix bug in __neg__ of Vec2D
0.1.5
* Fix issue where static blits were not being finalized in a timely fashion
0.1.4
* Fix bug in events for scrolling/touch * Add in `disable_keyboard_repeating` and `enable_keyboard_repeating`
0.1.3
* Added support for `background_music` and `play_sound` * Added support for `get_mouse_x` and `get_mouse_y`