Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 14:25
· 410 commits to main since this release

Make small improvements in code, such as slightly improving performance with slot decorators and adding minimum gird spacing. The main thing in this update is the compile script, which allows users to compile a standalone executable on their own machines.


The Linux binary should work fine, but if you use the Windows .exe file, you will get a warning that the program may be unsafe. This is expected and you can just ignore it. There's no binary for macOS due to Apple code signing issues.

If you're running macOS, then you will need to compile the program from source. This is also an option on Linux and Windows. Instructions can be found here.


Added

  • Explicit @pyqtSlot decorators
  • Link to Qt5 docs in project docs with intersphinx
  • Copyright comment in tests and setup.py
  • Create version file for Windows compilation
  • Create full compile.py script
  • Add Info.plist file for macOS compilation
  • Support --help and --version flags in __main__.py
  • Create about dialog in help menu
  • Implement minimum grid spacing

Fixed

  • Fix problems with compile script
  • Fix small bugs and docstrings