Make sync reminder more detailed (#987)

This commit is contained in:
boatbomber
2024-11-05 14:47:07 -08:00
committed by GitHub
parent 34106f470f
commit e316fdbaef
2 changed files with 54 additions and 64 deletions

View File

@@ -29,6 +29,7 @@
* Added experimental setting for Auto Connect in playtests ([#840])
* Improved settings UI ([#886])
* `Open Scripts Externally` option can now be changed while syncing ([#911])
* The sync reminder notification will now tell you what was last synced and when ([#987])
* Projects may now specify rules for syncing files as if they had a different file extension. ([#813])
This is specified via a new field on project files, `syncRules`:
@@ -87,6 +88,7 @@
[#911]: https://github.com/rojo-rbx/rojo/pull/911
[#915]: https://github.com/rojo-rbx/rojo/pull/915
[#974]: https://github.com/rojo-rbx/rojo/pull/974
[#987]: https://github.com/rojo-rbx/rojo/pull/987
## [7.4.3] - August 6th, 2024
* Fixed issue with building binary files introduced in 7.4.2