Skip to content

Releases: zabackary/vexmason

v0.4.1

19 Feb 14:25
Compare
Choose a tag to compare
chore: bump version

v0.4.0

08 Mar 11:27
Compare
Choose a tag to compare

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

01 Mar 12:23
Compare
Choose a tag to compare

Inside of vexmason, we don't have access to environment variables which isn't working out so well for Python. This update fixes that by guessing the location.

v0.3.0

27 Feb 13:38
Compare
Choose a tag to compare

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

26 Feb 22:44
Compare
Choose a tag to compare

Added support for managing projects using vexmason-config.json and vexmason-local-config.json.

Known bugs:

  • defines don't work.

v0.1.0

14 Feb 13:31
Compare
Choose a tag to compare
finish installer

v0.1.0-alpha1

13 Feb 23:40
Compare
Choose a tag to compare

Just a release to test the installer. Will be updated shortly with a production one.