chore(release): v1.7.0#280
Conversation
…-locale changelogs v1.7.0 ships: User-facing - Forgot PIN destructive recovery (#272) - Mnemonic display requires biometric (#275) - Wallet manager UX: Add button, delete-active auto-switch (#273, #278) - Onboarding name prompt + verify-phrase parity (#274) - No-device-lock is a warning, not a block (#277) - DAO APC math fix + tooltip (#276, #279) Under the hood - Smoke harness PIN-title polling (#270) - Embedded explorer WebView (#271) - Website rebuild on pocket-node.com (#265, #267, #268) - Direct APK download from /download (#269) - M4 audit close-outs (#184, #186, #187, #188) Per-locale changelogs at fastlane/metadata/android/{en-US,zh-CN, es-ES,ru-RU}/changelogs/11.txt, all under the Play Store 500-char limit (verified with python3 len()). GitHub release notes draft at docs/RELEASE_NOTES_v1.7.0.md (local only; copy-paste into the release form when cutting the tag). Build verified clean. Unit tests pass.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughVersion 1.7.0 of the Android app is released with versionCode incremented to 11. Build metadata and four multilingual changelogs document the release, covering wallet recovery, seed-phrase biometric authentication, wallet UI improvements, and DAO APC fixes. ChangesRelease Versioning and Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
fastlane/metadata/android/en-US/changelogs/11.txt (1)
8-8: 💤 Low valueConsider adding https:// protocol to the URL.
The URL reference lacks the protocol prefix. While Play Store might auto-link it, adding
https://would ensure the link is universally recognized and clickable.✨ Optional enhancement
-Source: github.com/RaheemJnr/pocket-node/releases +Source: https://github.com/RaheemJnr/pocket-node/releases🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@fastlane/metadata/android/en-US/changelogs/11.txt` at line 8, The line containing the release URL "Source: github.com/RaheemJnr/pocket-node/releases" should be updated to include the https:// protocol so the link is fully qualified; locate the literal string "Source: github.com/RaheemJnr/pocket-node/releases" and change it to "Source: https://github.com/RaheemJnr/pocket-node/releases" to ensure universal clickability.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@fastlane/metadata/android/en-US/changelogs/11.txt`:
- Line 8: The line containing the release URL "Source:
github.com/RaheemJnr/pocket-node/releases" should be updated to include the
https:// protocol so the link is fully qualified; locate the literal string
"Source: github.com/RaheemJnr/pocket-node/releases" and change it to "Source:
https://github.com/RaheemJnr/pocket-node/releases" to ensure universal
clickability.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: a9499e23-3e18-494f-bb87-4dc7615cc644
📒 Files selected for processing (5)
android/app/build.gradle.ktsfastlane/metadata/android/en-US/changelogs/11.txtfastlane/metadata/android/es-ES/changelogs/11.txtfastlane/metadata/android/ru-RU/changelogs/11.txtfastlane/metadata/android/zh-CN/changelogs/11.txt
Summary
Cuts v1.7.0 — biggest user-visible release since M3 Multi-Wallet. Closes nine Telegram bug reports, ships the M4 security work (V2 Keystore migration on mnemonic reveal), brings the website rebuild to pocket-node.com, and migrates the DAO APC math.
versionCode 10 → 11, versionName 1.6.1 → 1.7.0.
Changelogs
Per-locale "What's new" files for the Play Store at
fastlane/metadata/android/{en-US,zh-CN,es-ES,ru-RU}/changelogs/11.txt. All four under the 500-character limit.Release notes
Full markdown draft at
docs/RELEASE_NOTES_v1.7.0.md(local-only; gitignored underdocs/). Copy-paste into the GitHub Release body when cutting the tag.Cut procedure
Per
#182operational note inCONTRIBUTING.md:git tag v1.7.0 && git push --tags.v1.7.0.release-signingenvironment gate when prompted.Test plan
./gradlew :app:compileDebugKotlin -x cargoBuildBUILD SUCCESSFUL./gradlew :app:testDebugUnitTest -x cargoBuildBUILD SUCCESSFULSummary by CodeRabbit
New Features
Bug Fixes
Chores