v0.5.2
This release includes a bugfix aimed at Rojo users that rely on .csv
files turning into LocalizationTable
instances. Before this release, Rojo's output in projects using these files was not deterministic.
This resulted in minor issues for engineers at Roblox working on Roblox Studio!
Upgrading
If you're on Windows, download rojo-0.5.2-win64.zip
, and extract it somewhere. In previous releases, this file was just rojo.exe
, but is now compressed to make the download smaller.
You can also use Rust (1.34+) to install Rojo from the command line:
cargo install rojo --force
To install the plugin, either install it from Roblox (https://www.roblox.com/catalog/1997686364) or download Rojo.rbxm
from this release and put it into your Roblox Studio plugins folder.
Changes Since 0.5.1
- Fixed an issue where
LocalizationTable
instances would have their column order randomized. (#173)