Skip to content

Releases: KDAB/KDStateMachineEditor

Release v2.3.0

01 Dec 19:41

Choose a tag to compare

  • Bump to Graphviz 14.0.5

Release v2.2.0

25 Sep 22:35

Choose a tag to compare

  • Bump to Graphviz 13.1.0
  • Remove Qt 5 support to simplify maintenance
  • Fix build with Qt 6.10

Release v2.1.0

06 May 22:47

Choose a tag to compare

Version 2.1.0:

  • KDStateMachineEditor now looks for Qt6 by default, rather than Qt5. If your Qt5
    build broke, pass -DKDStateMachineEditor_QT6=OFF to CMake.
  • Bump to Graphviz 12.2.1
  • Fix build with Qt 6.9

Release v2.0.0

11 Dec 17:54

Choose a tag to compare

  • Supports Qt6 in addition to Qt5 (co-installable)
  • Buildsystem: increase CMake min version to 3.16.0
  • Buildsystem: add uninstall target
  • Buildsystem: generate and install kdsme-version.h
  • Use official Graphviz from upstream with -DKDSME_INTERNAL_GRAPHVIZ=True
  • Fix build with more recent graphviz versions
  • Buildsystem: new Option BUILD_SHARED_LIBS to select between shared or static libraries
  • Rename the following CMake options:
    BUILD_DOCS -> KDSME_DOCS
    BUILD_EXAMPLES -> KDSME_EXAMPLES
    BUILD_QT6 -> KDSME_QT6
    WITH_STATIC_GRAPHVIZ -> KDSME_STATIC_GRAPHVIZ
  • Use standard cmake options instead of custom ones:
    BUILD_TESTS -> BUILD_TESTING

KDStateMachineEditor 1.2.8

18 Sep 16:48

Choose a tag to compare

ReleaseNotes:

  • Support for Qt5.15
  • REUSE compliant licensing

KDStateMachineEditor 1.2.7

11 Jan 15:50

Choose a tag to compare

ReleaseNotes:

  • Small buildsystem fixes for rpath and static builds

KDStateMachineEditor 1.2.6

16 Dec 23:24

Choose a tag to compare

ReleaseNotes:

  • New EULA (see LICENSE.txt)
  • New CMake option BUILD_TESTS to disable building the tests
  • Comes with an installing file for Conan (see conan folder)
  • Small cleanups

KDStateMachineEditor 1.2.5

16 Feb 18:22

Choose a tag to compare

ReleaseNotes:

  • Keeping up with Qt5, CMake and QNX

KDStateMachineEditor 1.2.4

21 Jun 16:21

Choose a tag to compare

ReleaseNotes:

  • Fix compile error

KDStateMachineEditor 1.2.3

28 Feb 19:07

Choose a tag to compare

ReleaseNotes:

  • minor syncing with externals