Add plugin build flag (#735)

Resolves #715.
This commit is contained in:
Micah
2023-07-17 21:15:40 -05:00
committed by GitHub
parent 4915477823
commit dc17a185ca
3 changed files with 75 additions and 17 deletions

View File

@@ -17,6 +17,7 @@
* Better settings controls ([#725])
* Rework patch visualizer with many fixes and improvements ([#726])
* Added support for syncing in `.toml` files ([#633])
* Add `plugin` flag to the `build` command that outputs to the local plugins folder ([#735])
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674
@@ -34,6 +35,7 @@
[#725]: https://github.com/rojo-rbx/rojo/pull/725
[#726]: https://github.com/rojo-rbx/rojo/pull/726
[#633]: https://github.com/rojo-rbx/rojo/pull/633
[#735]: https://github.com/rojo-rbx/rojo/pull/735
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])