Skip to content

Version 1.3 (24.11.09)

Compare
Choose a tag to compare
@LupertEverett LupertEverett released this 09 Nov 20:00
· 13 commits to master since this release

PyWright IDE 1.3 is a big release that streamlines the workflow, and adds some quality of life improvements! This also marks the first time a release has an external contributor!

Changelog:

  • Added basic autocompletion support (by Zetrypio)
  • Overhauled and streamlined game loading logic:
    • Now the user only has to select a PyWright Game folder! There is no need to select a PyWright root folder anymore, as it will be figured out from the selected game folder.
    • Thus, the corresponding button has been removed from the toolbar, and its functionality has been given to the "Open PyWright Game" button.
    • New Game Dialog now also has a PyWright Folder Path text field, due to the changes above.
    • Note: This will "reset" some of the settings, namely the autoloading the last folder and the recent docs functionality, in order to avoid any oddities with the older, now incompatible data.
  • Renamed the "Autoreload the last open project" setting to "Restore the last open game and tabs on startup" to better reflect its purpose.
  • Added the ability to restore the last open tabs, when the "Restore the last open game and tabs on startup" setting is enabled.
  • Main window's title now shows the currently open game.
  • Fixed the Settings and New PyWright Game windows looking squished on Linux
  • Drop down menu of the Open PyWright Game button now indicates that there are no other games to switch to when it is the case, instead of showing nothing.
  • Improved About Dialog.
  • Added a "Reset All Settings" button to Settings Dialog.