v0.4.10
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 versioningTool
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