Files
crkl/docs/RELEASE.md
T
ilia 511d1ae329
CI / skip-ci-check (pull_request) Successful in 47s
CI / secret-scan (pull_request) Successful in 31s
Update release checklist after emulator smoke
Mark on-device smoke done and prefer launchd emulator on macOS.
2026-08-05 12:29:01 -04:00

1022 B

Release checklist — Circle 1.16.2

Before tag

  • Unit tests green (./gradlew testDebugUnitTest)
  • Logo 2 (lasso) as launcher + QS
  • Display name Circle / Circle Overlay
  • DEMO, dogfood, non-goals, marketing, shortcuts, brand docs
  • On-device install + Circle Overlay enabled (make smoke on CrklEmulator)
  • Dogfood checklist once (Translate / Explain / Share / Vikunja / real app)
  • Record 45s demo

Tag (when ready)

cd ~/Documents/code/crkl
git status
git tag -a v1.16.2-circle -m "Circle: lasso brand, VIP chips, shortcuts, ship docs"
git push origin main
git push origin v1.16.2-circle

Install

./gradlew assembleDebug
adb install -r app/build/outputs/apk/debug/app-debug.apk
adb shell am start -n com.example.crkl/.MainActivity

Re-enable Circle Overlay after every reinstall.

Emulator tips (macOS)

Prefer make emulator (launchd) — agent/Cursor sandboxes often kill nohup qemu. Then: make wait-emulator && make install && make smoke