d3d73c255e
Release APK / build (push) Has been cancelled
Release body now includes conventional-commit bullet points, a compare link (prev_tag...current_tag) and a link to CHANGELOG.md for both the GitHub release and a new Gitea release created via API. GITEA_TOKEN secret must be added to GitHub repo secrets to enable the Gitea release step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Changelog
All notable changes to SheetHappens are documented here. Each release links to the full diff for detailed context.
[v0.1.7] — 2026-06-22
Bug Fixes
- Revert splash screen overrides that caused Android crash-to-desktop — expo-router already manages the splash lifecycle internally
- Remove redundant
SafeAreaProviderwrapper (expo-router'sExpoRootalready injects it)
[v0.1.6] — 2026-06-22
Bug Fixes
- Prevent black screen on launch by holding splash until SecureStore settings load
- Add
splash.backgroundColortoapp.jsonto match app theme on Android
[v0.1.5] — 2026-06-22
Bug Fixes
- Fix signed APK release: inject signing secrets via env vars, write
signing.envwithprintf %qto handle special characters - Add
signing.envverification step in CI
[v0.1.0] — Initial release
Features
- Incident log with SQLite persistence
- Voice input via
expo-speech-recognition - Edit mode, service autocomplete
- Dark theme (NativeWind + expo-router)
- Onboarding flow
- Signed APK via GitHub Actions CI