Releases: zabackary/vexmason
v0.4.1
v0.4.0
Added support for typed config parameters. These let you do e.g.
{
// ...
"default_defines": {
"__COMPETITION_MODE__": {
"default": true,
"typed": true
}
}
}
and have vexmason raise an error if the local config says
{
// ...
"defines_overrides": {
"__COMPETITION_MODE__": "not a boolean"
}
}
Also, the installer now downloads the latest installer if available and runs it rather than installing an outdated version. As always, Chrome/Edge/Firefox will probably block the download and Windows will probably prevent you from running the installer; go ahead and ignore the warning if you know what you're doing and you trust the author. If you don't trust me (I can understand), go build vexmason
from source.
v0.3.1
v0.3.0
Added non-broken support for defines and added more logs, as well as making the binary name less generic (maybe the antivirus will be nicer now?).
If the installer gets flagged by your antivirus, I believe it's safe to ignore the warning (or "trojan alert", in my case when installing this on my teammates' computers). You might need an admin password. This seems pretty sketchy, so if you don't trust me (I don't expect you to), compile it from source using the instructions in the README.
v0.2.0
v0.1.0
v0.1.0-alpha1
Just a release to test the installer. Will be updated shortly with a production one.