github rojo-rbx/rojo v7.6.1

22 hours ago

Changes since Rojo 7.6.0

Additions

  • Added support for JSON comments and trailing commas in project, meta, and model json files (#1144)
  • Added sourcemap.json into the default .gitignore files (#1145)

Fixes

  • Fixed a bug where the last sync timestamp was not updating correctly in the plugin (#1132)
  • Improved the reliability of sync replacements by adding better error handling and recovery (#1135)
  • Small improvements to stability when syncing massive projects (#1140)

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 Rokit

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

rojo = "rojo-rbx/rojo@7.6.1"

From GitHub Release

Download one of the attached binaries on this release page!

From Crates.io

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

cargo install rojo --version 7.6.1

Don't miss a new rojo release

NewReleases is sending notifications on new releases.