github rojo-rbx/rojo v0.5.0-alpha.8
v0.5.0 Alpha 8

latest releases: v7.5.1, v7.5.0, v7.4.4...
pre-release6 years ago

This is the 8th alpha for Rojo 0.5.0! We've skipped alpha 7 in order to stop having confusing version numbers.

This release brings along 100% practical coverage for the XML model format with the exception of refs (think Model.PrimaryPart or ObjectValue.Value). This should enable more projects to start being built using only Rojo and never checking a place file into Git.

Upgrading

This release requires Rust 1.32 or newer!

To install the Rojo CLI, either download rojo.exe attached here or run:

cargo install rojo --version 0.5.0-alpha.8 --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.6

  • Added support for a bunch of new types when dealing with XML model/place files:
    • ColorSequence
    • Float64
    • Int64
    • NumberRange
    • NumberSequence
    • PhysicalProperties
    • Ray
    • Rect
    • Ref
  • Improved server instance ordering behavior when files are added during a live session (#135)
  • Fixed error being thrown when trying to unload the Rojo plugin.
  • Added partial fix for issue #141 for Lighting.Technology, which should restore live sync functionality for the default project file.

Don't miss a new rojo release

NewReleases is sending notifications on new releases.