Improve sync fallback robustness (#1135)

This commit is contained in:
boatbomber
2025-10-20 20:13:47 -07:00
committed by GitHub
parent cd78f5c02c
commit 181cc37744
2 changed files with 45 additions and 3 deletions

View File

@@ -3,8 +3,10 @@
## Unreleased
* Fixed a bug where the last sync timestamp was not updating correctly in the plugin ([#1132])
* Improved the reliability of sync replacements by adding better error handling and recovery ([#1135])
[#1132]: https://github.com/rojo-rbx/rojo/pull/1132
[#1135]: https://github.com/rojo-rbx/rojo/pull/1135
## 7.6.0 - October 10th, 2025
* Added flag to `rojo init` to skip initializing a git repository ([#1122])