Releases: VectorWithTheLine/Global-Store-X-Editor
Releases · VectorWithTheLine/Global-Store-X-Editor
GSX Editor - v1.8.3
- 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
- Fixed all changes reverting once you save a newly-created file.
GSX Editor - v1.81
- 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
- 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
- "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
- 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
- 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
- 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
- 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
- Further optimized the application's code