-
This patch release addresses several critical build and linking issues.
released this
2025-06-05 11:23:03 +00:00 | 141 commits to master since this releaseFixed
- Fix a linking issue on GNU/Linux with UE
5.6where SenseGlove libraries were built against dynamic versions oflibc++andlibc++abilibraries rather than the static versions. - Fix an issue where SenseGlove libraries for some targets were not actually built with
C++20and still were built againstC++17. - Fix an issue where SenseGlove libraries for some targets were built or linked with incorrect settings.
- Additional minor fixes and improvements that may not be listed here.
Changed
- Bumped the SenseGlove libraries to
v2.204.0-3a37b1977.
Removed
- SenseGlove plugin no longer ships Boost or wjwwood's Serial Communication Library header files as SenseGlove public headers shipped with
v2.204.0-3a37b1977render them redundant. This significantly removes clutter, free up disk space, and speed up builds to some extent.
Documentation
- Fix some changelog typos.
- Additional minor fixes and improvements that may not be listed here.
Downloads
- Fix a linking issue on GNU/Linux with UE