Skip to content

1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 19:12
· 78 commits to master since this release
1.2.1
39077f3

ChangeLog

  • Fixed 'Swap Read and Blue' control.
  • Switched top build system from Qmake to Cmake, you can still use make command to build the module.
  • Removed the global_deleter, and all global objects, objects now have a well defined lifetime.
  • Removed dangerous static non-constant variables, this should make the module a bit more stable.