Skip to content

v2.2.3

Choose a tag to compare

@tassaron tassaron released this 29 Jan 21:38
· 3 commits to master since this release

Minor bugfix update

View v2.2.3 on PyPI

New features

  • This only fixes one user-facing bug. See v2.2.1 for the list of features added since v2.2.0

Fixed bugs

  • Fixed new bug caused by v2.2.1 fix for #92: creating a new project with unsaved changes would raise an UnboundLocalError
    • This is a single-line change in mainwindow.py
  • Added new tests for MainWindow.createNewProject and MainWindow.openProject to prevent the error re-occuring
  • Found and fixed an additional problem that made tests inconsistent