github rojo-rbx/rojo v7.5.1

4 months ago

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.Capabilities set would cause the plugin to emit a warning (this property exists on every Instance loaded from a .rbxm or .rbxmx file)

Upgrading

To install the Roblox Studio plugin, there are a few options:

  • Run rojo plugin install from the Rojo CLI
  • Download the attached Rojo.rbxm and 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

Don't miss a new rojo release

NewReleases is sending notifications on new releases.