Skip to content

2.14.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:35
· 123 commits to main since this release

Device-only settings that already leaked now clean themselves up

2.14.1 taught a capture to drop a "this device" value that had been left in the shared store — but only when that setting was being captured for some other reason. A value already sitting in the store, with nothing else to capture, stayed put: the setting read as in sync, so it was never offered for capture and never cleaned. This release closes that gap: such a setting now surfaces as "to capture" on its own, and capturing it once removes the leftover value from the store.

Fixed

  • A "this device" value already in the store is surfaced for cleanup. When the shared store still held a device-only value from an older release, the owning device showed the setting as in sync and gave you no way to clean it. It now appears as "to capture"; one capture removes the value from the store, and the setting returns to in sync on its own.

After updating, the affected setting (for example App settings) shows as "to capture" on the device that owns it — capture it once to clear the value left in the store by an older release.

Node suite at 878 tests.