Skip to content

Releases: LupertEverett/pywrightide

Version 1.0.1 (24.03.24)

24 Mar 20:02
Compare
Choose a tag to compare

This is a minor bugfix release.

Changelog:

  • Fix the crash happening when one right clicks on Directory View and chooses the "Add Case" option.

Version 1.0 (24.03.17)

17 Mar 17:28
Compare
Choose a tag to compare

This is the first stable release of PyWright IDE!

After around two years of on/off development, it is in a mature and feature complete state, and can be used for PyWright case development!

Note that this release bumps the minimum Python version to 3.10 (should be able to be installed on Windows 10 and later without any issues, the compiled version is already bundled with Python 3.12; and any modern Linux distro should've packaged it by now)

Changelog:

  • Introduce text editor component theming, and add a "dark mode" editor theme
  • Find/Replace button is now disabled when there are no PyWright installations selected
  • Various cleanups and moving code around

Snapshot 2023.12.29

29 Dec 19:15
Compare
Choose a tag to compare
Snapshot 2023.12.29 Pre-release
Pre-release

This is a small bugfix update:

  • Fix the default icon set not being recognized in Linux, causing crashes when closing the settings dialog (due to case sensitivity with file names)
  • Fallback to ANSI if UTF-8 decoding fails while reading a file. (The IDE will still SAVE the files in UTF-8 encoding)

Snapshot 2023.12.17

17 Dec 19:21
Compare
Choose a tag to compare
Snapshot 2023.12.17 Pre-release
Pre-release
  • Force UTF-8 encoding on the text editor component. (Fixes i.e. German text appearing weird, thanks BirbIsTheWord for the bug report!)
  • Some appearance changes.
  • Introduce a theming system, and two themes: Colorful Light and Dark Mode. (Note that text editor component is NOT themeable yet)
  • Add Move Case Up/Down buttons to Game properties tab. The movement operations will be applied IMMEDIATELY.
  • Add Existing Case dialog is now fully working.
  • Make Add/Remove/Move Case operations non-destructive (as in it will only update the relevant sections in intro.txt, instead of erasing everything altogether).

Snapshot 2023.08.10

10 Aug 17:31
Compare
Choose a tag to compare
Snapshot 2023.08.10 Pre-release
Pre-release
  • Fix the Widget Toggle buttons on the top toolbar toggling themselves unexpectedly when the user makes a docked widget floating
  • Directory View Widget is now movable, but NOT floatable
  • IDE now remembers the position and state of all toolbars/widgets
  • Working Case Properties button in Game Properties tab, with "non-destructive" editing of case-specific intro.txt
  • Somewhat working Add Existing Case dialog (Note that this and the case removal feature is probably flaky, I plan to iron out the kinks in the next updates)

Snapshot 2023.06.01

31 May 21:27
Compare
Choose a tag to compare
Snapshot 2023.06.01 Pre-release
Pre-release
  • Icon themes support, as well as a "default" icon theme. To make new icon themes, simply clone the "default" icon theme's folder and change the icons!
  • Directory View and Asset Browser sidebars and the Logger view are now toggleable from the top toolbar.
  • Ability to remove a case from Game Properties. (as well as the case's folder - TREAD CAREFULLY)
  • Credited pygame in the About dialog (forgot to do so before, oops)
  • Version number is now displayed in the About dialog (e.g. 23.06.01)
  • (Under-the-hood change) Moved settings related functions to IDESettings.

This release got updated with the following change:

  • (Hotfix) Fixed Logger View "Hide" icon not loading.

Snapshot 2023.04.22

21 Apr 21:07
bf3170f
Compare
Choose a tag to compare
Snapshot 2023.04.22 Pre-release
Pre-release
  • Main Window code cleanup (shouldn't affect behavior): moved certain functionality to places where they make more sense
  • "art", "music" and "sfx" subfolders will also be created after creating a new game: not only this avoids a crash, but it is also more convenient
  • Fixed garbage values appearing in the file name section when Open File dialog is opened (doesn't affect its usability but still)
  • Directory view no longer shows the root folder (or This PC in Windows) when you change to another PyWright installation (same as above)

Snapshot 2023.04.21

20 Apr 21:50
Compare
Choose a tag to compare
Snapshot 2023.04.21 Pre-release
Pre-release
  • Fixed some issues with startup and game loading
  • Added a Find/Replace dialog

Snapshot 2023.03.16

15 Mar 22:41
Compare
Choose a tag to compare
Snapshot 2023.03.16 Pre-release
Pre-release

Now uses pygame.mixer to play sounds, fixing all issues with playback.

PyWright IDE prerelease build

10 Jul 20:54
Compare
Choose a tag to compare
Pre-release

This one is not feature-complete, but most of the functions that you'll use for making cases are there.

(Windows build updated: 06.03.2023)