Add option to forget prior info for place in reminder notif (#1215)

This commit is contained in:
boatbomber
2026-01-23 13:15:34 -08:00
committed by GitHub
parent 68eab3479a
commit 4965165ad5
2 changed files with 57 additions and 21 deletions

View File

@@ -35,11 +35,13 @@ Making a new release? Simply add the new header with the version and date undern
* Fixed instance replacement fallback failing when too many instances needed to be replaced. ([#1192])
* 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])
[#1179]: https://github.com/rojo-rbx/rojo/pull/1179
[#1192]: https://github.com/rojo-rbx/rojo/pull/1192
[#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
## [7.7.0-rc.1] (November 27th, 2025)