Skip to content

Commit bb5351b

Browse files
committed
docs: describe iLINK's release process in the changelog
The changelog still described the i99dash-era repository and its private archive. Point it at the release-please flow instead, and state plainly that no iLINK release has been cut yet.
1 parent cd70c6e commit bb5351b

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
# Changelog
22

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).
46

57
## [Unreleased]
68

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:
1210

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

Comments
 (0)