v0.4.5
This is a quality-of-life release that updates both the server and client. Everything should feel much snappier and more useful.
As always, download the latest plugin either from this release (the rbxm
file) or from the Roblox plugin page.
You can grab the server portion from here if you're on Windows, or by running cargo install rojo
. If you're upgrading from a previous server version, use cargo install rojo --force
to tell Cargo to update your existing version.
There will be at least one more release scheduled for 0.4.x. After that, 0.5.0 will bring a rewrite of the Rojo core that will be a super-solid foundation for a long time.
Changes Since v0.4.4
- Rojo messages are now prefixed with
Rojo:
to make them stand out in the output more. - Fixed server to notice file changes much more quickly. (200ms vs 1000ms)
- Server now lists name of project when starting up.
- Rojo now throws an error if no project file is found. (#63)
- Fixed multiple sync operations occuring at the same time. (#61)
- Partitions targeting files directly now work as expected. (#57)