v7.5.1
This release fixes a problem in the Rojo plugin that caused it to spam the output when syncing in .rbxm or .rbxmx files.
If you are looking for Rojo 7.5.0's changes, see https://github.com/rojo-rbx/rojo/releases/tag/v7.5.0.
Changes since Rojo 7.5.0
Fixes
- Fixed an issue where having
Instance.Capabilitiesset would cause the plugin to emit a warning (this property exists on every Instance loaded from a.rbxmor.rbxmxfile)
Upgrading
To install the Roblox Studio plugin, there are a few options:
- Run
rojo plugin installfrom the Rojo CLI - Download the attached
Rojo.rbxmand place it into your Roblox Studio plugins folder - Install from the Roblox plugin page
There are also multiple ways to install the Rojo CLI:
With Aftman or Rokit
Add a line to the [tools] section in aftman.toml or rokit.toml:
rojo = "rojo-rbx/rojo@7.5.1"From GitHub Release
Download one of the attached binaries on this release page!
From Crates.io
You can use Cargo (1.70.0+) to build the release yourself from crates.io:
cargo install rojo --version 7.5.1