Skip to content

KDChart 3.0.0

Latest
Compare
Choose a tag to compare
@winterz winterz released this 28 Aug 14:58
· 124 commits to kdchart-3.0 since this release

Release Highlights

NOTE: Version 3.0 is not! binary compatible with Version 2.x

  • Re-license project to MIT and remove the commercial offering
  • Supports Qt6 in addition to Qt5 (co-installable)
  • Minimum Qt version is 5.15.0
    (contact [email protected] to inquire about support for older Qt5 versions)
  • The qmake buildsystem (via autogen.py) is removed
  • Requires C++11
  • buildsystem - increase CMake min version to 3.12.0
  • buildsystem - add an 'uninstall' target
  • buildsystem: generate and install kdchart-version.h
  • Python3 bindings for Qt6. See README-bindings.md for more information.
  • The Python bindings installation path for "site-packages"
  • The Python bindings for Qt6 use the "PyKDChartQt6" namespace
  • Build in Release mode by default (in non-developer situations)