Skip to content

v0.4.10

Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 02 Jun 06:53
· 1271 commits to master since this release

This update brings a few bugfixes, and a new feature: init.model.json files!

As always, download the latest plugin either from this release (the rbxm file) or from the Roblox plugin page.

You can grab the server portion from here if you're on Windows, or by running cargo install rojo. If you're upgrading from a previous server version, use cargo install rojo --force to tell Cargo to update your existing version.

Changes since 0.4.9

  • Added support for init.model.json files, which enable versioning Tool instances (among other things) with Rojo. (#66)
  • Fixed obscure error when syncing into an invalid service.
  • Fixed multiple sync processes occurring when a server ID mismatch is detected