Add fmt-project subcommand

This commit is contained in:
Lucien Greathouse
2021-05-20 15:41:08 -04:00
parent 5a0a8f5077
commit df1aced95d
4 changed files with 35 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
* Added the `gameId` and `placeId` optional properties to project files.
* When connecting from the Rojo Roblox Studio plugin, Rojo will set the game and place ID of the current place to these values, if set.
* This is equivalent to running `game:SetUniverseId(...)` and `game:SetPlaceId(...)` from the command bar in Studio.
* Added the `fmt-project` subcommand for formatting Rojo project files.
* Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin.
* Fixed `Name` and `Parent` properties being allowed in Rojo projects. ([#413][pr-413])
* Fixed "Open Scripts Externally" feature crashing Studio. ([#369][issue-369])