4.0.11 - September 2020
We are happy to announce another release of PS Move API. This release focuses on getting the SWIG-based bindings up to shape, but also to package existing bindings like the Processing bindings. Since OpenCV-related fixes have landed in PS Move API, it's now also time to re-enable packaging of the tracker library for macOS. Changes since 4.0.10:
-
Bindings
- Install SWIG in AppVeyor builds
- Generally improve SWIG-based binding building
- Fix packaging of bindings on Windows
- Re-enable building SWIG-based bindings on macOS
- Fixes to Java and Csharp bindings (by Rafael Lago)
- Bindings: Add support for Java 8 and above (by Rafael Lago)
- Package processing bindings in release (Fixes #421)
-
Tooling
- Add function for freeing memory allocated by the lib (helps with multiple C runtimes)
- Free internally allocated memory using the new API
-
Windows/MSVC
- Enable sixpair on Windows (by Egor Pugin)
- Added variables for using with MSVC (by Rafael Lago)
- Fix for native loading on windows
-
macOS
- Add tracker libraries to package (Fixes #422)