Skip to content

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@neroist neroist released this 21 Jul 04:34
· 4 commits to main since this release
42a5eaf

Version 0.3.2

Contents

Additions

  • The "credits" window now has an updated stylesheet.

Changes

  • modules/attributions.py has been deleted.
  • the cut action now cuts from the output text edit.
  • New logging format.

Bugfixes

  • Pressing the home action on the window tool bar no longer makes the window shorter.
  • triggering the cut action no longer copies the contents of the output text edit and deletes the content of the input text edit. Instead it just cuts all the content from the output text edit.

Bugs (that I know of)

  • Whenever a cursor hovers over a hyperlink in the "credits" window, all other hyperlinks that are under it become a darker color. (bug 0.3.2 #1)
  • Some error messages (all QErrorMessage popups) always have the window popup title as "python". (bug 0.3.2 #2)
  • The scrollbars on the text edits all extend out of the text edit's border. (bug 0.3.2 #3)

Future Additions/Changes

  • A settings tab if I have enough motivation.
  • Maybe an updated README.
There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or changes.