7.0.0 Alpha 3
Pre-release
Pre-release
LPGhatguy
released this
12 Apr 21:08
·
299 commits
to master
since this release
This release adds a new flag, --address
, for accessing Rojo from other computers. It also includes fixes to help Rojo avoid throwing errors when encountering OptionalCoordinateFrame
properties, newly added by Roblox.
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.3" }
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.3
Changes Since 7.0.0-alpha.2
- Updated dependencies, fixing
OptionalCoordinateFrame
-related issues. - Added
--address
flag torojo serve
to allow for external connections. (#403)