Version 0.1.2
Notable Changes
The MicroPython port now benefits from some fixes to drawing rectangles, and a fix to #46
In the C++ APIaudio_position
is now position
and audio_playing
is now playing
.
All The Things
- Improve text demo, clamp hue in hsv() utility function by @lowfatcode in #59
- Typo fix by @codepope in #60
- Circle fix by @lowfatcode in #62
- Tidy API by @lowfatcode in #64
- Tidy audio API by @lowfatcode in #63
- Fixed an infinite loop when text off screen and fixed word wrap bug by @lowfatcode in #65
New Contributors
Full Changelog: v0.1.1...v0.1.2