Skip to content

v0.5.0 Alpha 9

Pre-release
Pre-release
Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 05 Apr 04:23
· 919 commits to master since this release

This release brings along significant performance improvements for rojo build and some fairly major fixes for localization tables.

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.9 --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 8

  • Changed rojo build to use buffered I/O, which can make it up to 2x faster in some cases.
    • Building Road Not Taken to an rbxlx file dropped from 150ms to 70ms on my machine
  • Fixed LocalizationTable instances being made from csv files incorrectly interpreting empty rows and columns. (#149)
  • Fixed CSV files with entries that parse as numbers causing Rojo to panic. (#152)
  • Improved error messages when malformed CSV files are found in a Rojo project.