Releases: ty-porter/RGBMatrixEmulator
Releases · ty-porter/RGBMatrixEmulator
v0.12.3
What's Changed
No major changes with this release functionally. However, does add a new adapter type and functional tests against reference images, hopefully to prevent some of the bugs that have crept into prior releases.
- Add tests against known good reference images by @ty-porter in #92
- Release v0.12.3 by @ty-porter in #93
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- Fix multiplication of tuple by int in Canvas.SetPixel by @ty-porter in #90
- Release v0.12.2 by @ty-porter in #91
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Fix scaling issue when not using standard 32x32 matrix by @ty-porter in #87
- Release v0.12.1 by @ty-porter in #88
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Run black on repo by @ty-porter in #82
- Convert pixel buffer to numpy array by @ty-porter in #81
- Allow brightness to be set on canvas objects by @ty-porter in #83
- Restructure emulators to emulation by @ty-porter in #85
- Release v0.12.0 by @ty-porter in #84
Full Changelog: v0.11.6...v0.12.0
v0.11.6
What's Changed
- Make sure SetImage copies array and pixels remain writable by @ty-porter in #77
- Release v0.11.6 by @ty-porter in #78
Full Changelog: v0.11.5...v0.11.6
v0.11.5
What's Changed
- Add GPL2 license for derivative samples by @ty-porter in #74
- Release v0.11.5 by @ty-porter in #75
Full Changelog: v0.11.4...v0.11.5
v0.11.4
What's Changed
- Pyproject migration by @ty-porter in #72
- Fix colors when passing a tuple to graphics functions by @ty-porter in #73
- Release v0.11.4 by @ty-porter in #71
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Use platform-agnostic tkinter icon function by @ty-porter in #68
- Release v0.11.3 by @ty-porter in #69
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Remove broken to call to to_tuple() that no longer exists by @ty-porter in #65
- Release v0.11.1 by @ty-porter in #66
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Release v0.11.1 by @ty-porter in #63
- Fix image mask incorrect size when rows != cols
Full Changelog: v0.11.0...v0.11.1