Add buttons on connected page (#722)

This commit is contained in:
boatbomber
2023-07-08 21:23:25 -07:00
committed by GitHub
parent 0a932ff880
commit 7154113c13
3 changed files with 53 additions and 21 deletions

View File

@@ -12,6 +12,7 @@
* Improved sync info text on Connected page. ([#692])
* Fix patch visualizer breaking when instances are removed during sync ([#713])
* Patch visualizer now indicates what changes failed to apply. ([#717])
* Add buttons for navigation on the Connected page ([#722])
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674
@@ -24,7 +25,7 @@
[#692]: https://github.com/rojo-rbx/rojo/pull/692
[#713]: https://github.com/rojo-rbx/rojo/pull/713
[#717]: https://github.com/rojo-rbx/rojo/pull/717
[#722]: https://github.com/rojo-rbx/rojo/pull/722
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])