|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -This repository starts with the standalone codebase. Historical release notes are retained with the private archive of the previous repository. Future release entries are managed by release-please from Conventional Commits. |
| 3 | +Release entries below are generated by release-please from Conventional Commits. |
| 4 | +Merging the Release PR it opens is what tags a version and builds the signed |
| 5 | +APK — see [RELEASE.md](RELEASE.md). |
4 | 6 |
|
5 | 7 | ## [Unreleased] |
6 | 8 |
|
7 | | -- Run core dashboard, workflow, catalog and English voice features locally without a payment system, login or hosted backend. |
8 | | -- Preserve the original Android release signer and use an explicit versionCode independent of Git history. |
9 | | -- Discover opted-in future updates through GitHub Releases; existing backend-based installations need one manual migration update. |
10 | | -- Enforce mini-app local permissions and WebView boundaries, and handle local voice capture errors and cancellation safely. |
11 | | -- Adopt the owner-approved MIT License and add standalone development/contribution guidance. |
| 9 | +iLINK's first release has not been cut yet. The codebase runs locally today: |
12 | 10 |
|
13 | | -See the [standalone cleanup record](docs/offline-first/standalone-cleanup.md) and [final verification](docs/offline-first/final-verification.md) for the transformation detail, test evidence and remaining physical-device/publication acceptance work. This entry does not announce a published release. |
| 11 | +- Dashboard, workflows, catalogs and English voice work with no account, no |
| 12 | + payment system and no hosted backend. |
| 13 | +- Every outbound connection sits behind an optional-service switch that ships |
| 14 | + off; there is no analytics SDK or telemetry. |
| 15 | +- The bundled radio directory browses and searches 212 countries offline. |
| 16 | +- Mini-app permissions are bound to the app ID and the exact bundle digest, and |
| 17 | + WebView egress is restricted to declared origins. |
| 18 | +- Updates are discovered through GitHub Releases only after the driver opts in, |
| 19 | + and are verified by package, version, hash and signer before install. |
| 20 | +- MIT licensed, with third-party notices for the bundled fonts, speech model |
| 21 | + and radio directory. |
| 22 | + |
| 23 | +Physical head-unit acceptance is still open — see |
| 24 | +[final verification](docs/offline-first/final-verification.md) for what is and |
| 25 | +is not proven. |
0 commit comments