Skip to content

v2.0.0

Compare
Choose a tag to compare
@Dovyski Dovyski released this 24 May 14:42
· 182 commits to master since this release

This release contains bug fixes and several new features. New components were added and the internal structure changed quite a bit (e.g. support for OpenCV 2.x), however the existing API should remain the same.

Additionally please note that cvui is now a header-ony lib, so the old cvui.cpp file is no longer needed. Below is a list of changes according to the CHANGELOG.

Thank you to all contributors that have helped improve cvui!

Added

Changed

  • cvui is now a header-only lib
  • button() component can now use images
  • Labels in the button() component can have keyboard shortcuts with &, e.g. &Quit (thanks to Pascal Thomet)
  • Fixes to README file (thanks to Mateo Hrastnik)