v0.5.0 Alpha 9
Pre-release
Pre-release
LPGhatguy
released this
05 Apr 04:23
·
930 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
- Building Road Not Taken to an
- Fixed
LocalizationTable
instances being made fromcsv
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.