versionCode 5. public_html/ changed, so the service worker cache goes to bgclock-v20. Confirmed on device: a turn left running well past the delay, force-quit and reopened, now comes back with the time it had actually spent. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
5 lines
290 B
Plaintext
5 lines
290 B
Plaintext
Fixes a match not coming back correctly after the app is force-quit. The clock
|
|
returned to where it stood at the last turn change, losing the time spent on
|
|
the turn that was interrupted. The match is now written down once a second
|
|
while a clock is running, so at most a second can be lost.
|