Version 0.2.0 of the desktop app has been released!
What's New
- Parks created with this version can be re-loaded into the app. See below see below for more details on this.
- A "shuffle" button has been added next to the park name field so you can randomly generate just the park name.
What's Changed
- An XML file is no longer generated, and a ".park" file is generated instead. The .park file is just a plain text JSON file containing the same information (and more), but it's much simpler to generate and it is what gets used to load the data back into the app. The old XML files can not be reloaded at this time.
- Bumped Electron version to 27.1.2.
- Most events that had been on-screen buttons can now be accessed via the app's menus.
- Converted all GET & POST calls to IPC & removed express dependency.
https://github.com/eriqjaffe/OOTP-Pa...ases/tag/0.2.0