# Version History ## v1.2 - Added `relative` parameter to `move_cursor()` - Added `get_bg()` to return background color and `Color.is_dark()`/`Color.is_light()` ## v1.1 - Added 256 color support - Simplified `set_fg`/`set_bg`/`enable_attributes`/`disable_attributes` APIs into a single `style()` API. ## v1.0 Initial version