Release v0.6.0-alpha.1

This commit is contained in:
Lucien Greathouse
2020-01-22 10:09:07 -08:00
parent f2227aa7cb
commit 99b8ada42b
4 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
# Rojo Changelog
## Unreleased Changes (will be 0.6.0)
## Unreleased Changes
## [0.6.0 Alpha 1](https://github.com/rojo-rbx/rojo/releases/tag/v0.6.0-alpha.1) (January 22, 2020)
### General
* Added support for nested project files. ([#95](https://github.com/rojo-rbx/rojo/issues/95))
@@ -8,6 +10,7 @@
* Fixed Rojo dropping Ref properties ([#142](https://github.com/rojo-rbx/rojo/issues/142))
* This means that properties like `PrimaryPart` now work!
* Improved live sync protocol to reduce round-trips and improve syncing consistency.
* Improved support for binary model files and places.
### Command Line
* Added `--verbose`/`-v` flag, which can be specified multiple times to increase verbosity.