dadaloop82
9e4a8323c3
chore: bump versions + update CHANGELOG/README for v1.6.0
...
Webapp: v1.5.0 → v1.6.0
Kiosk: v1.3.0 → v1.4.0 (versionCode 4→5)
Scale GW: v2.0.0 → v2.1.0 (versionCode 6→7)
CI: build-scale-gateway.yml now also triggers on develop branch
(was main-only, causing APK builds to not run on feature branches)
CHANGELOG: added [1.6.0] entry covering PackageInstaller OTA fixes,
dashboard skeleton, update banners, cooking mode z-index, XOR token
README: updated 'Recent Updates' section with 1.6.0 highlights
2026-05-03 18:00:46 +00:00
dadaloop82
df9de2d257
ci: fix broken YAML - multiline notes had zero indentation breaking the literal block
2026-04-14 16:42:35 +00:00
dadaloop82
fb134128fe
ci: trigger workflow with direct commit on main
2026-04-14 16:39:39 +00:00
dadaloop82
0a11214d3d
ci: remove paths filter - run on every push to main to ensure APK is always built
2026-04-14 16:38:07 +00:00
dadaloop82
38d8fa7afe
ci: fix workflow - use gradle directly instead of ./gradlew (wrapper jar not in repo)
2026-04-14 16:33:35 +00:00
dadaloop82
3fcded1d9b
ci: also trigger workflow on changes to the workflow file itself
2026-04-14 16:31:56 +00:00
dadaloop82
9523b68fea
ci: add GitHub Actions workflow to build & release Scale Gateway APK
...
- Add .github/workflows/build-scale-gateway.yml
Triggers on push to main (evershelf-scale-gateway/** path filter)
Builds debug APK with Gradle/JDK 17, renames to evershelf-scale-gateway.apk
Creates/updates 'latest' GitHub Release so the direct download URL resolves
- Bump web app version v1.2.0 -> v1.3.0 (index.html)
- Bump Android versionCode 1->2, versionName 1.0.0->1.3.0 (app/build.gradle.kts)
2026-04-14 16:29:00 +00:00