Skip to content

Releases: brendanberg/interfascia

v006

16 Jul 22:12
Compare
Choose a tag to compare

What's Changed

  • Expanded support for Unicode glyphs in default interface font
  • Ability to set a custom font more easily

Full Changelog: v005...v006

v005

16 Jul 07:52
Compare
Choose a tag to compare
v005 Pre-release
Pre-release

What's Changed

  • Sets minimum compatible Processing version
  • Makes GUIComponent public instead of package private
  • Fixes crash when using tab selection with no components added to the GUIController
  • Fixes issue removing components from a GUIController
  • Sets IFLabel width and height to the text's bounding box when added to a GUIController
  • Adds setSelected() method on IFCheckbox class

Full Changelog: v004...v005

v004

16 Jul 07:42
Compare
Choose a tag to compare
v004 Pre-release
Pre-release

Update to be compatible with Processing 3's new library system