diff --git a/CHANGES.md b/CHANGES.md index c7187d4c..a2cc6a0a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,13 +10,14 @@ * Generates `rbxm`, `rbxmx`, `rbxl`, or `rbxlx` files out of your project * Usage: `rojo build --output .rbxm` * Added `rojo upload` command - * Generates and uploads a place file to roblox.com out of your project - * Usage: `rojo upload --cookie "" --place_id ` + * Generates and uploads a place or model to roblox.com out of your project + * Usage: `rojo upload --cookie "" --asset_id ` * New plugin * Only one button now, "Connect" * New UI to pick server address and port * Better error reporting * Added support for `.csv` files turning into `LocalizationTable` instances +* Added support for `.txt` files turning into `StringValue` instances * Added debug visualization code to diagnose problems * `/visualize/rbx` and `/visualize/imfs` show instance and file state respectively; they require GraphViz to be installed on your machine. * Added optional place ID restrictions to project files