Skip to content

Releases: roblillack/spot

v0.3.2

29 Jun 16:38
b1423cc
Compare
Choose a tag to compare

New features and improvements

  • Cocoa: Stop application event loop when window is closed. (#25)
  • Cocoa: Ensure no default title is displayed for Images without image data. (#28)

Bug-fixes:

  • Image: Fix crash when Image property is nil pointer. (#26)
  • Image: Fix handling of secondary mouse clicks. (#27)

v0.3.1

28 Jun 09:59
Compare
Choose a tag to compare

Improvements

Bug-fixes

  • ListBox: Fix memory management issue in Cocoa backend which would show empte entries in some cases (#22, da85091)

Code-quality improvements

  • Setup basic GitHub Actions workflow (cbeed25)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 May 16:21
Compare
Choose a tag to compare

New features & improvements:

Bug-fixes:

  • core: Fix control updates when number of controls changes. (764203b)
  • cocoa: Fix warnings about wrong 'delegate' message sent to NSScrollView. (#14)
  • slider: Improve handling value updates. (d24e6b8, 98b5500)
  • build: Update minimum Go version to 1.21 (#10)

Code-quality improvements:

  • rendercontext: Use type switch, remove unnecessary panic. (#7)
  • cocoa: Reformat all Objective C code with clang-format. (2755673)

v0.2.0

24 May 13:26
Compare
Choose a tag to compare

New features & improvements

Bug-fixes:

v0.1.0

17 May 09:27
Compare
Choose a tag to compare

The first tagged version of Spot! πŸš€

The main reactive API seems to be working and we have the first applications running on Linux, Mac, and OpenBSD using a small set of controls. There are still lots of constraints, but this is starting to get usable.