7.0.0 Alpha 2
Pre-release
Pre-release
LPGhatguy
released this
20 Feb 03:01
·
304 commits
to master
since this release
This is a minor hotfix to address a release issue as part of 7.0.0 Alpha 1.
Upgrading
To install the Roblox Studio plugin, there are three 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.0.0-alpha.2" }
From GitHub Release
Download one of the attached binaries on this release page!
From the VS Code Extension
Open your VS Code preferences and set the "Release Branch" option to "7.x":
From Crates.io
You can use Cargo (1.43.1+) to build the release yourself from crates.io:
cargo install rojo --version 7.0.0-alpha.2
Changes Since 7.0.0-alpha.1
- Fixed incorrect protocol version between the client and server.