Release 1.5

versionCode 6. public_html/ changed, so the service worker cache goes to
bgclock-v21.

Not confirmed on device: the force-quit-and-reopen check from RELEASING.md
step 4 has not been run for this build. Nothing in it touches storage, timing
or the state machine — the change is a label, an inherited colour and a lit
button, all written from render() — but the check is still owed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 10:42:35 +02:00
co-authored by Claude Opus 5
parent 3f6fe5abf1
commit e207478e79
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "nl.hansdezwart.bgclock" applicationId = "nl.hansdezwart.bgclock"
minSdk = 26 minSdk = 26
targetSdk = 36 targetSdk = 36
versionCode = 5 versionCode = 6
versionName = "1.4" versionName = "1.5"
} }
compileOptions { compileOptions {
@@ -0,0 +1 @@
Added a 'Paused' indicator when the clock is paused.
+1 -1
View File
@@ -1,5 +1,5 @@
/* Cache-first: once installed the clock never touches the network again. */ /* Cache-first: once installed the clock never touches the network again. */
const CACHE = "bgclock-v20"; const CACHE = "bgclock-v21";
const FILES = [ const FILES = [
"./", "./",
"./index.html", "./index.html",