I finally got my save editor to a point where I feel comfortable doing a release!
The UI is still a bit WIP, but every feature I thought was important enough has been added.
You can grab a native version here or use the web version here
Why this is a pre-release
So if I think this is feature complete (or enough for a release) why is this a pre-release? Well so... the gui library I'm using [egui](https://github.com/emilk/egui) currently has a bug in it's most recent version where disabling a widget doesn't stop you from interacting with it. I heavily make use of disabled widgets to stop users from editing fields that they shouldn't.My solution to this was to pin egui to a seemingly stable commit from their git. It fixes the bug but for all I know introduces many other critical issues. So I'm marking this a pre-release till egui releases their next version. For what it's worth I haven't found any issues in my testing so its probably fine?
