Releases: justinfx/opencolorigo
Releases · justinfx/opencolorigo
Patch release v1.1.1
Minor release v1.1.0
- Refactor the memory management to replace incorrect use of
free()
withdestroy
, to prevent memory leaks - Ensure
getLastError
wont return a false positive for an error with an empty string
Patch release v1.0.2
Adding Destroy()
methods to immediately release C resources instead of waiting for GC finalizers to run later
Patch release v1.0.1
- Add missing
Context
get/set environment mode method - Add a
Files()
helper method toProcessorMetadata
- Fix bug in
Config.lastError()
causing some methods to return a non-nilerror
with an empty message (false error) - Refactor flaky error handling for some methods that captured the C
errno
instead of just looking atlastError()
v1.0.0 Release
Creating a 1.0 release to support the added go.mod support