v0.4.6
Thanks to @Quenty, @evaera, and some folks internally at Roblox for helping me track some of these issues down.
This release should finally close up the last of the script duplication bugs.
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.
Changes since 0.4.5
- Rojo handles being restarted by Roblox Studio more gracefully (#67)
- Folders should no longer get collapsed when syncing occurs.
- Significant robustness improvements with regards to caching.
- This should catch all existing script duplication bugs.
- If there are any bugs with script duplication or caching in the future, restarting the Rojo server process will fix them for that session.
- Fixed message in plugin not being prefixed with
Rojo:
.