diff --git a/bins/rojo/README.md b/bins/rojo/README.md index c150ecb7..f3d1aeeb 100644 --- a/bins/rojo/README.md +++ b/bins/rojo/README.md @@ -25,12 +25,11 @@ Rojo enables: * Versioning your game, library, or plugin using Git or another VCS * Streaming `rbxmx` and `rbxm` models into your game in real time * Packaging and deploying your project to Roblox.com from the command line +* Pulling Instances from Roblox place and model files back into an existing Rojo project with `rojo syncback` -In the future, Rojo will be able to: +Rojo also has an optional two-way sync setting in the Studio plugin for syncing supported Studio edits back to the filesystem. -* Sync instances from Roblox Studio to the filesystem -* Automatically convert your existing game to work with Rojo -* Import custom instances like MoonScript code +Some workflows, like fully automatic conversion of every existing game into a Rojo project, are still limited and may require manual project configuration. ## [Documentation](https://rojo.space/docs) Documentation is hosted in the [rojo.space repository](https://github.com/rojo-rbx/rojo.space). diff --git a/bins/rojo/pesde.lock b/bins/rojo/pesde.lock index 53d5a438..b8b984f7 100644 --- a/bins/rojo/pesde.lock +++ b/bins/rojo/pesde.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. format = 2 name = "pesde/rojo" -version = "7.7.0-rc.1" +version = "7.7.0" target = "lune" [graph."0x5eal/unzip@0.2.1 luau".pkg_ref] diff --git a/bins/rojo/pesde.toml b/bins/rojo/pesde.toml index 9caf7711..d49c8af6 100644 --- a/bins/rojo/pesde.toml +++ b/bins/rojo/pesde.toml @@ -1,5 +1,5 @@ name = "pesde/rojo" -version = "7.7.0-rc.1" +version = "7.7.0" description = "Rojo enables Roblox developers to use professional-grade software engineering tools" authors = ["CompeyDev ", "Lucien Greathouse "] repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/rojo"