Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.0 (2026-09-26)

- Adding a phone now scans Sapwood's own invite QR instead of the other way round: "Add a phone"
in Sapwood shows a one-off invite, and this phone's "Scan Sapwood's code" reads it, builds its
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "dev.forgesworn.cambium"
minSdk = 27
targetSdk = 35
versionCode = 15
versionName = "0.6.0"
versionCode = 16
versionName = "0.7.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add this phone for unlock by scanning Sapwood's code.

- In Sapwood, choose Add a phone; in Cambium, tap Set up phone unlock, then Scan Sapwood's code. No code to carry to the computer by hand.
- The phone's reply is encrypted to that one Sapwood page and sent once, with Retry if no relay takes it.
- Compare the five words as before. Show a code instead keeps the old direction.
Loading