Skip to content

Bugfixes

Latest
Compare
Choose a tag to compare
@sdouglas sdouglas released this 12 Feb 21:32

What's Changed

  • fix: setupUi calls moveEvent before QSettings causing race condition and crash at launch in DocumentWindow by @dfu99 in #57
  • migrated from setup.py to pyproject.toml build process, updated docs and
  • removed setuptools pkg_resources dependency in favor of importlib.metadata.version for determining version at runtime.

New Contributors

  • @dfu99 made their first contribution in #57

Full Changelog: v2.4.11...v2.4.13