docs: link CHANGELOG.md and require updating it on new version tags
CLAUDE.md: add a working rule to update CHANGELOG.md whenever <Version> is bumped for a new release tag. README.md: add a Changelog section pointing to it, and fix a stale claim that release signing "is not set up yet" for Android — it now is, via docker/build.sh android and the persistent keystore (docker/keystore/).
This commit is contained in:
@@ -218,8 +218,11 @@ The ABI restriction uses the `AbiArm64Only` flag, which is scoped to the Android
|
||||
command line, it leaks to the `net10.0` projects (`Core`/`App`) and breaks the build. (The legacy
|
||||
`AndroidSupportedAbis` property is deprecated and ignored.)
|
||||
|
||||
(Set `ANDROID_HOME` to skip the `-p:AndroidSdkDirectory` flag.) Release signing with your own
|
||||
keystore is not set up yet; the debug apk is fine for personal sideloading.
|
||||
(Set `ANDROID_HOME` to skip the `-p:AndroidSdkDirectory` flag.) This debug apk is fine for personal
|
||||
sideloading, but debug builds are signed with a key regenerated per build machine/container, so a
|
||||
newer debug apk won't install over an older one without an uninstall first. For a stable signature
|
||||
across releases (needed to update an existing install in place), build via
|
||||
`./docker/build.sh android` instead — see [docker/keystore/README.md](docker/keystore/README.md).
|
||||
|
||||
> **Verification status.** The default multi-ABI apk is verified running on the x86_64 emulator
|
||||
> (UI renders, connects to a server over TLS). The arm64-only apk builds correctly (41 MB,
|
||||
@@ -332,6 +335,10 @@ The default wallet file is `~/.palladium-wallet/<network>/wallets/default.wallet
|
||||
|
||||
---
|
||||
|
||||
## Changelog
|
||||
|
||||
Technical, per-version changes are tracked in [CHANGELOG.md](CHANGELOG.md).
|
||||
|
||||
## License
|
||||
|
||||
Released under the MIT License. See the [LICENSE](LICENSE) file.
|
||||
|
||||
Reference in New Issue
Block a user