Skip to content

Releases: andrewjw/i75

v1.0.0

30 Dec 21:24
Compare
Choose a tag to compare

v1.0.0 (2023-12-30)

Breaking

  • feat: Add the ability to wrap text and calculate the bounding box.

BREAKING CHANGE: text has been renamed to render_text. (dfbe937)

Chore

  • chore(deps): update dependency micropython-rp2-pico-stubs to v1.20.0.post5 (6a6d487)

  • chore(deps): update dependency python-semantic-release to v8.7.0 (c6407b7)

  • chore(deps): update dependency mypy to v1.8.0 (ee9633e)

  • chore(deps): update dependency python-semantic-release to v8.5.2 (ca8a4ec)

v0.13.0

13 Dec 21:55
Compare
Choose a tag to compare

v0.13.0 (2023-12-13)

Chore

  • chore(deps): update dependency python-semantic-release to v8.5.1 (6afeafc)

  • chore(deps): update dependency sphinx_rtd_theme to v2 (a4868d0)

  • chore(deps): update actions/setup-python action to v5 (b9e960d)

  • chore(deps): update dependency python-semantic-release to v8.5.0 (002fa5a)

  • chore: Add new timezone module to install script. (c7e87ba)

Feature

  • feat: Add basic text handling. (da99539)

Fix

  • fix: Add font data. (d18ccc3)

  • fix: Add Pillow to requirements.txt. (c16e896)

  • fix: Generate font data before releasing. (530559e)

v0.12.0

01 Dec 15:30
Compare
Choose a tag to compare

v0.12.0 (2023-12-01)

Feature

  • feat: Add support for Europe/London timezone and update clock example to use it. (410908a)

Fix

  • fix: Include timezone module in package. (f947670)

v0.11.1

30 Nov 22:04
Compare
Choose a tag to compare

v0.11.1 (2023-11-30)

Fix

  • fix: Add type ignores where we're adding functions to standard modules. (0cd869e)

v0.11.0

30 Nov 21:50
Compare
Choose a tag to compare

v0.11.0 (2023-11-30)

Feature

  • feat: Add new emulated mem_free function. (6d63335)

  • feat: Add new fill method for drawing a rectangle. (3be36e7)

  • feat: Emulate the sys.print_exception function. (c45c5bb)

  • feat: Add emulated urequests.post function. (aceb8b0)

  • feat: Add emulated sleep_ms function. (2b23191)

Fix

  • fix: Fix style error. (8b0010b)

  • fix: Handle PyGame messages to make sure it doesn't think we've hung. (ea15beb)

  • fix: Install the Colour class. (af41239)

  • fix: Fix style. (f1c74eb)

v0.10.2

30 Nov 10:41
Compare
Choose a tag to compare

v0.10.2 (2023-11-30)

Fix

  • fix: Mark the library as typed for mypy. (c69815d)

v0.10.1

30 Nov 08:47
Compare
Choose a tag to compare

v0.10.1 (2023-11-30)

Fix

v0.10.0

30 Nov 08:45
Compare
Choose a tag to compare

v0.10.0 (2023-11-30)

Feature

  • feat: Add support for Python 3.12. (955ef0f)

Fix

  • fix: Fix assert method name change. (aee0cb4)

v0.9.1

30 Nov 08:40
Compare
Choose a tag to compare

v0.9.1 (2023-11-30)

Documentation

  • docs: Add documentation for Colour class. (8feb9b7)

Fix

  • fix: Fix style. (ae70e22)

  • fix: Expose DateTime object and add documentation for it. (0b1646d)

v0.9.0

29 Nov 21:43
Compare
Choose a tag to compare

v0.9.0 (2023-11-29)

Feature

  • feat: Add basic emulation of urequests library. (9f9d916)

  • feat: Add new library to add extra colour functions. (8a5a029)

Fix

  • fix: Fix style issues. (6723926)

  • fix: Correctly add path to emulated libraries, don't rely on local directory. (63954f5)