Releases: austation/opengoon
Version 1.7
Version 1.6
Includes route from clover for XP tracking, as well as updates to remain compatible with the latest goon release.
Version 1.4
YouTube audio is now finally production ready.
There's probably no RCE exploit.
Requires python 3 and youtube-dl to be installed, as well as a public-facing website to save files to.
Some bugs have been squashed since last release, and the API is mostly done.
Version 1.3
The latest stable release of opengoon.
This release brings full support for map switching through TGS integration.
To that end, powershell (and bat wrapper function files) TGS event scripts are included, to hook the compile process and edit the build file, as well as output CDN and RSC files to folders of your choosing.
Version 1.2
Adds support for cloud saving! Refactors some authentication code.
API can now also enforce version numbers, which I previously omitted because lazy.
Version 1.1
Adds full support for the ingame ban panel.
Note: Because the ban panel actually queries the API using JS, you will need to setup CORS on your webserver of choice, else the panel will crash out with a NetworkError.
Consult a guide on how to do this. For example, here's the documentation for IIS (you need to install the module through something like the Web Platform Installer for this config to work):
https://docs.microsoft.com/en-us/iis/extensions/cors-module/cors-module-configuration-reference
Version 1.0
First code release. All current endpoints have been tested heavily, although not exhaustively.
I'll do further development on a dev branch, to avoid having broken endpoints in production code.