Skip to content

v7.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 01:58

This fix addresses a couple issues introduced with the new notifications feature in Rojo 7.2.0.

Changes Since Rojo 7.2.0

  • Fixed notification sound by changing it to a generic sound. (#566)
  • Added setting to turn off sound effects. (#568)

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.2.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.57.0+) to build the release yourself from crates.io:

cargo install rojo --version 7.2.1