Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:37
· 5 commits to master since this release
85d486e

CoreDrive RX v1.1.0

What's new

  • Auto-pause when stationary. CoreDrive RX is a roaming coverage probe — staying parked in one
    spot all day used to keep uploading the same location thousands of times. It now detects standstill
    and pauses capture/upload, resuming automatically as soon as you move again.
    • Detection: displacement from an anchor point (stay within ~75 m for 15 min → paused; move off → resume). Robust to GPS jitter.
    • While paused: new receptions aren't queued/uploaded (the "recently heard" list still updates so you see the link is alive), and the Discover loop is suspended to save airtime.
    • A clear amber "⏸ Paused — stationary" chip appears and the Discover button greys to "Paused (stationary)".

Upgrade notes

  • Service-worker cache bumped to coredrive-rx-v6hard-refresh / restart the PWA to pick up the new assets.

Full Changelog: v1.0.0...v1.1.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.js module + 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-v5hard-refresh / restart the PWA to pick up the new assets.
  • The IndexedDB DB_NAME was 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