7.0.0 Release Candidate 3
Pre-release
Pre-release
This is the last release candidate for Rojo 7. In an effort to get Rojo 7 out the door, we'll be freezing features from here on out, something we should've done a couple months ago.
Expect to see Rojo 7 stable soon!
Changes Since 7.0.0-rc.1
- Added support for writing
Tags
in project files, model files, and meta files. (#484) - Adjusted Studio plugin colors to match Roblox Studio palette. (#482)
- Improved experimental two-way sync feature by batching changes. (#478)
Upgrading
To install the Roblox Studio plugin, there are a few options now:
- 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.0.0-rc.3" }
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
:
From Crates.io
You can use Cargo (1.46.0+) to build the release yourself from crates.io:
cargo install rojo --version 7.0.0-rc.3