Skip to content

v7.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 07:41

This is the first release of Rojo to support Apple Silicon! Release artifacts ending in -macos-aarch64 should run natively. Please report any problems by filing an issue on GitHub.

Changes Since Rojo 7.1.0

  • Fixed sourcemap command not stripping paths correctly (#544)
  • Fixed Studio plugin settings not saving correctly.

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 you Roblox Studio plugins folder
  • Install from the Roblox plugin page

There are also multiple to install the Rojo CLI.

With Foreman

Add a line to the [tools] section in foreman.toml:

rojo = { source = "rojo-rbx/rojo", version = "=7.1.1" }

From GitHub Release

Download one of the attached binaries on this release page!

From the VS Code Extension

Change your release channel in the extension's setting page to 7.x:

Switching version dropdown to select Rojo 7

From Crates.io

You can use Cargo (1.55.0+) to build the release yourself from crates.io:

cargo install rojo --version 7.1.1