Skip to content

v0.5.0 Alpha 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 20 Mar 01:26
· 941 commits to master since this release

This is the 7th (zero-based indexing) alpha for Rojo 0.5.0!

This release is almost entirely bugfixes. It includes some internal refactoring to the plugin that should not impact users, but if they do, it is safe to revert the plugin to alpha 5 and keep the server at alpha 6.

Upgrading

This release requires Rust 1.32 or newer!

To install the Rojo CLI, either download rojo.exe attached here or run:

cargo install rojo --version 0.5.0-alpha.6 --force

To install the plugin, either install it from Roblox (https://www.roblox.com/library/1997686364/Rojo-0-5-0-alpha-6) or download Rojo.rbxm and put it into your Roblox Studio plugins folder.

Changes Since 0.5.0-alpha.5

  • Fixed rojo init giving unexpected results by upgrading to rbx_dom_weak 1.1.0
  • Fixed live server not responding when the Rojo plugin is connected (#133)
  • Updated default place file:
    • Improved default properties to be closer to Studio's built-in 'Baseplate' template
    • Added a baseplate to the project file (Thanks, @AmaranthineCodices!)
  • Added more type support to Rojo plugin
  • Fixed some cases where the Rojo plugin would leave around objects that it knows should be deleted
  • Updated plugin to correctly listen to Plugin.Unloading when installing or uninstalling new plugins