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.jsoninto the default.gitignorefiles (#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 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 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