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 ofimportlib.metadata.version
for determining version at runtime.
New Contributors
Full Changelog: v2.4.11...v2.4.13