Skip to content

Releases: justinfx/opencolorigo

Patch release v1.1.1

01 Jul 02:13
Compare
Choose a tag to compare

This patch fixes issues related to error handling, where an error may be falsely detected, then no error message is extracted, which leads to a nil object and nil error.

Minor release v1.1.0

19 May 09:17
Compare
Choose a tag to compare
  • Refactor the memory management to replace incorrect use of free() with destroy, to prevent memory leaks
  • Ensure getLastError wont return a false positive for an error with an empty string

Patch release v1.0.2

18 May 23:05
Compare
Choose a tag to compare

Adding Destroy() methods to immediately release C resources instead of waiting for GC finalizers to run later

Patch release v1.0.1

12 May 05:41
Compare
Choose a tag to compare
  • Add missing Context get/set environment mode method
  • Add a Files() helper method to ProcessorMetadata
  • Fix bug in Config.lastError() causing some methods to return a non-nil error with an empty message (false error)
  • Refactor flaky error handling for some methods that captured the C errno instead of just looking at lastError()

v1.0.0 Release

11 May 23:53
Compare
Choose a tag to compare

Creating a 1.0 release to support the added go.mod support