Improves sourcemap path handling with pathdiff (#1217)

This commit is contained in:
Ivan Matthew
2026-02-13 04:17:28 +01:00
committed by GitHub
parent 4deda0e155
commit a2adf2b517
11 changed files with 207 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ Making a new release? Simply add the new header with the version and date undern
* Fixed a bug where MacOS paths weren't being handled correctly. ([#1201])
* Fixed a bug where the notification timeout thread would fail to cancel on unmount ([#1211])
* Added a "Forget" option to the sync reminder notification to avoid being reminded for that place in the future ([#1215])
* Improves relative path calculation for sourcemap generation to avoid issues with Windows UNC paths. ([#1217])
[#1176]: https://github.com/rojo-rbx/rojo/pull/1176
[#1179]: https://github.com/rojo-rbx/rojo/pull/1179
@@ -46,6 +47,7 @@ Making a new release? Simply add the new header with the version and date undern
[#1201]: https://github.com/rojo-rbx/rojo/pull/1201
[#1211]: https://github.com/rojo-rbx/rojo/pull/1211
[#1215]: https://github.com/rojo-rbx/rojo/pull/1215
[#1217]: https://github.com/rojo-rbx/rojo/pull/1217
## [7.7.0-rc.1] (November 27th, 2025)