Release Notes

0.3.0

11 May 2022
  • changed

    APIRefactor code to split baseclasses in separate modules.

  • new

    APIProvide new AdvancedBaseAction to allow more granular and complete control over the action behaviour.

    Note

    Contribution by johannes.hezer .

0.2.1

5 May 2020
  • fixed

    APIBreaking import module.

0.2.0

28 April 2020
  • new

    APIUse setuptools_scm for versioning.

  • new

    APIAdd support for Python 3

0.1.4

31 October 2019
  • new

    ActionAdd support for icons.

0.1.3

13 September 2018
  • new

    APIAdd session property for easier access.

0.1.2

23 February 2018
  • fixed

    ActionVariants not handled correctly.

0.1.0

11 September 2017
  • new

    APIActionEventBase class for simplifying the creation of new actions and working with the new API.