v0.5.0 Alpha 13
Pre-release
Pre-release
LPGhatguy
released this
02 Aug 22:11
·
831 commits
to master
since this release
This is a fairly minor release that fixes up behaviors around BrickColor
values. This means that SpawnLocation
instances can now be correctly represented!
Rojo now also has its own website with fancy branding: https://rojo.space
Upgrading
This release changes the required minimum Rust compiler to 1.34. Please upgrade your Rust installation (rustup update
) if you hit build errors when trying to compile Rojo.
To install the Rojo CLI, either download rojo.exe
attached here or run:
cargo install rojo --version 0.5.0-alpha.13 --force
To install the plugin, either install it from Roblox (https://www.roblox.com/catalog/1997686364) or download Rojo.rbxm
and put it into your Roblox Studio plugins folder.
Changes Since 0.5.0 Alpha 12
- Bumped minimum Rust version to 1.34.0.
- Fixed default port documentation in
rojo serve --help
(#219) - Fixed BrickColor support by upgrading Roblox-related dependencies