v0.6.0 Alpha 2
Pre-releaseWelcome to the second 0.6.0 alpha! This release fixes a regression with the rojo upload
command and improves its functionality.
Everything in this alpha release is considered experimental and may blow up without warning.
Trying the Alpha
To install the Roblox Studio plugin, either copy the attached Rojo.rbxm
into your Studio plugins folder, or install it here, from the Roblox website. The Rojo 0.5.x plugin will not work with the Rojo 0.6.x server!
There are now a few ways to download the Rojo CLI.
With Foreman
Add a line to the [tools]
section in foreman.toml
:
rojo = { source = "rojo-rbx/rojo", version = "0.6.0-alpha.2" }
From GitHub Release
Download one of the attached binaries on this release page!
From the VS Code Extension
Switch your release channel to 0.6.x
to try out the latest alpha. You can switch back to 0.5.x
to revert to the current stable channel.
From Crates.io
You can use Cargo (1.40.0+) to build the release yourself from crates.io:
cargo install rojo --version 0.6.0-alpha.2
Changes since 0.6.0-alpha.1
- Fixed
rojo upload
command always uploading models. - Removed
--kind
parameter torojo upload
; Rojo now automatically uploads the correct kind of asset based on your project file. - Upgraded various dependencies