Skip to content

Releases: VectorWithTheLine/Global-Store-X-Editor

GSX Editor - v1.8.3

29 Aug 22:02
b81e616
Compare
Choose a tag to compare
  • Added help file you can open by pressing F1. You can also view it on this github page's README file in a more well-formatted manner.
  • Removed separators from all sub-menus for a cleaner look.
  • Removed all mentions of shortcuts inside the application. You can still view all shortcuts inside the help file or this github page's README file.
  • The "Open Latest File" button no longer shows the entire file path of the last file you opened, but just the title and extension.

GSX Editor - v1.82

14 Aug 16:00
0bb4364
Compare
Choose a tag to compare
  • Fixed all changes reverting once you save a newly-created file.

GSX Editor - v1.81

07 Aug 09:23
4ec8a70
Compare
Choose a tag to compare
  • Fixed a typo in the "Save File" button's tooltip.
  • The "Open File" sub-menu no longer shows up when there aren't any "latest files" to open.

GSX Editor - v1.8

06 Aug 22:44
e8eb4a0
Compare
Choose a tag to compare
  • You can now easily select the latest file you've opened through the new sub-menu for "Open File".
  • You can now select between modes of file saving ("Save File" and "Save File As") through the new sub-menu for "Save File".
  • The "Save Changes" prompt now also shows up when creating a new file or when opening a new file.

GSX Editor - v1.7

06 Aug 09:42
d0112b0
Compare
Choose a tag to compare
  • "New Files" are now called "New GSX Files".
  • Custom titles of Windows message boxes have been removed.
  • Added more missing punctuation marks to a few text strings.
  • Added the ability to remove the focus from a Windows UI element by clicking away from it.
  • Added a save changes feature when closing a modified GSX file

GSX Editor - v1.62

31 Jul 13:39
618f80b
Compare
Choose a tag to compare
  • Files that haven't been saved no longer attempt to display their file path.
  • Attempting to open a non-GSX file no longer reopens the file selector automatically.
  • Attempting to open a non-GSX file no longer creates a new file automatically.
  • New error message for opening a non-GSX file.

GSX Editor - v1.61

30 Jul 10:16
f852de4
Compare
Choose a tag to compare
  • Fixed being able to somehow load in non-GSX files.
  • Further optimized the source code.
  • Saving a file will now instantly load it in automatically in case any changes were made to the arrays. Before, this wouldn't update automatically and required reloading the file.

GSX Editor - v1.6

29 Jul 22:42
30ddcb0
Compare
Choose a tag to compare
  • Saving a file now re-selects that same file as the one you're currently editing automatically.
  • Opening a non-GSX file will now send you back to the file selector once you're clicked OK. The error message regarding the non-GSX file has also been slightly adjusted
  • Fixed a bug that wouldn't allow you to save new files properly.
  • Fixed a typo in the values' group name that may or may not have also caused problems when saving newly created files.
  • Renamed the old "Create GSX File" tooltip into "New GSX File" to fit in with the other tooltips.

All in all, I'm pretty happy with how this tool turned out. This might be the last major update I'll ever make to this.

GSX Editor - v1.53

28 Jul 17:16
28986c3
Compare
Choose a tag to compare
  • Switched some extensions inside the source code for less storage-demanding versions of themselves.
  • Compressed the .EXE using UPX. (1.382 KB > 1.019 KB)

After the UPX compression, false positives are a lot more frequent, however.

GSX Editor - v1.52

26 Jul 17:56
526b795
Compare
Choose a tag to compare
  • Further optimized the application's code