v1.0.0
CoreDrive RX v1.0.0 — first official release
The app formerly named CoreScope RX / corescope-rx is now CoreDrive RX / coredrive-rx.
v1.0.0 is the first stable release — everything before it (the v0.x line) was pre-release / beta. The app is now considered production-ready.
What's new
- Renamed to CoreDrive RX — repo, PWA name, BLE app name, IndexedDB store, and service-worker cache all updated.
- Fix — duplicate rows in "Recently heard nodes": a node heard under both its 2-byte path hash (rxlog) and its full pubkey (advert/discover) used to show as two rows. Since the hash is a prefix of the pubkey, these now collapse into one row per node — counts summed across representations, newest reception's SNR/RSSI shown, the most-specific key kept as canonical. New pure
src/recent.jsmodule + unit tests. - Subtitle under the title: "Mobile RX coverage for CoreScope".
- Larger, more visible map hexes while driving — the live map is clamped to a coarser resolution (~90 m hexes) with a bolder style.
Upgrade notes
- Service-worker cache bumped to
coredrive-rx-v5— hard-refresh / restart the PWA to pick up the new assets. - The IndexedDB
DB_NAMEwas renamed; any pre-upgrade offline queue is orphaned (negligible — the queue bridges offline gaps and drains continuously when online).
Full Changelog: v0.9.0...v1.0.0