Releases: emergent-design/libpsinc
Releases · emergent-design/libpsinc
v0.1.38+1
Hopefully fixed the artifacts this time!
v0.1.38
Fix the appimage build - requires extra flags for C++17 in the qt pro…
v0.1.37 release
- Added a Properties structure and helper function to set common feature values.
- Build is now c++17
v0.1.36 release
- Configuration of ImageHandler now supports different sensor type overrides.
- New info tab in Iconograph showing pixel values and selected region means.
v0.1.35 release
Update to the deployment process
v0.1.34 release
Switch to earthly build process
v0.1.33 release
Added function to report what USB version is used for a connection.
v0.1.32 release
Patched the windows build for updated toolchain
v0.1.31 release
Added focal support
v0.1.30 release
Add an alternative std::async implementation of Bayer decoding specifically for MSVC since the runtime seems to have issues with joining the PersistentThread created as a thread_local within another thread. Since std::async under MSVC uses a threadpool this should not cause a performance issue.