Skip to content

0.3

Compare
Choose a tag to compare
@sbrin sbrin released this 07 Feb 10:21
· 251 commits to main since this release

New Features:

  • Added custom display size options.
  • Color support introduced for the paint tool in AdafruitGFX.
  • Flipper paint tool implemented with canvas_draw_xbm
  • Ellipse tool with a filled checkbox option added.
  • Gaai icon set and support for icon packs included.
  • Renamed 'icons' to 'images' and moved & renamed the reset button.

Improvements:

  • Highlighting the line on shift key pressed in paint tool
  • Paint layers can have an overlay checkbox to exclude them from code output.
  • Enhanced UI with new favicons assets and updated CSS.
  • The event logger, cloud messages, and screen sizes have been improved.
  • Integrated zlib compression using the pako library.

Bug Fixes:

  • Fixed uint32 canvas color issues.
  • Addressed Firefox compatibility with font names starting with a number.
  • Reset the active tool upon platform change.
  • Cleaned up the paint plugin state when activating the paint tool.
  • Resolved issues with drawing on the selected layer and the copy buffer.
  • Improved line drawing capabilities using a pixelate method for unbreakable lines.
  • Fixed drawing functionality to initiate on the first mouse down.
  • Fixed the appearance of the Save button.
  • Corrected the behavior of copying selected code.