Releases: emprcl/runal
Releases · emprcl/runal
Release list
v0.11.1
v0.11.0
This release makes runal faster and easier to install on more machines 🚀
✨ Features
- performance improvements across drawing and rendering.
- prebuilt binaries are now available for many more platforms, including Raspberry Pi: Linux (amd64,
arm64, armv7, armv6), macOS (Intel & Apple Silicon) and Windows. Install withcurl -sSL empr.cl/get/runal | bash.
🐛 Bug fixes
- css colors are now matched regardless of capitalization. Docs.
v0.10.0
v0.9.4
🐛 Bug fixes
- fix unicode character usage for cell mode custom
v0.9.3
🐛 Bug fixes
- fix error on utf8 text usage
v0.9.2
🐛 Bug fixes
- fix error on empty stroke text. Ref #38.
v0.9.1
🐛 Bug fixes
- fix wrong release version number
v0.9.0
✨ Features
- add
c.Debug()that print logs on screen. Old way of logging to a file has been removed. Docs. - add new example: Gitch.
⚠️ Deprecation Notice:cellPadding(),cellPaddingDouble()andnoCellPadding()are now deprecated and will be removed in v1.0.0. You can usecellModeCustom(),cellModeDouble()andcellModeDefault()that provide the same features. Docs.
🐛 Bug fixes
v0.8.0
✨ Features
- add new
onMouseClick,onMouseRelease,onMouseWheelandonMouseMoveevents. Docs. ⚠️ BREAKING CHANGE JavaScript:onMouseevent has been removed. Please useonMouseClickinstead.⚠️ BREAKING CHANGE Go: the mainRun()method signature has changed to accept functional options for passing new mouse events. Check the docs.