Release 7.6.1 (#1151)

This commit is contained in:
Micah
2025-11-06 18:49:05 -08:00
committed by GitHub
parent 54e63d88d4
commit 825726c883
5 changed files with 514 additions and 88 deletions

View File

@@ -31,12 +31,15 @@ Making a new release? Simply add the new header with the version and date undern
## Unreleased
## [7.6.1] (November 6th, 2025)
* 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])
* Small improvements to stability when syncing massive projects ([#1140])
* Added support for JSON comments and trailing commas in project, meta, and model json files ([#1144])
* Added `sourcemap.json` into the default `.gitignore` files ([#1145])
[7.6.1]: https://github.com/rojo-rbx/rojo/releases/tag/v7.6.1
[#1132]: https://github.com/rojo-rbx/rojo/pull/1132
[#1135]: https://github.com/rojo-rbx/rojo/pull/1135
[#1140]: https://github.com/rojo-rbx/rojo/pull/1140