Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 07:29
61dc94a

CoreDrive RX v1.2.0

What's new

  • Screen stays awake while capturing. The phone no longer dims/locks mid-drive — the app holds a
    screen wake lock for the whole capture session and releases it on disconnect. Works across browsers:
    native Screen Wake Lock where available (Chrome on Android/desktop, Safari 16.4+), with a video
    fallback for Bluefy/WKWebView on iOS so it works there too.
  • iOS guidance. Opening the app in a browser without Web Bluetooth (e.g. plain iOS Safari) now
    shows a clear notice: on iOS use the Bluefy browser, on Android use Chrome.
  • Faster standstill pause. The stationary auto-pause now kicks in after 5 minutes (was 15).

Upgrade notes

  • Service-worker cache bumped to coredrive-rx-v7hard-refresh / restart the PWA to pick up the new assets.
  • iOS users: the app requires the Bluefy browser (Safari has no Web Bluetooth).

Full Changelog: v1.1.0...v1.2.0


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 a while → 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.
  • Subtitle under the title: "Mobile RX coverage for CoreScope".
  • Larger, more visible map hexes while driving.

Upgrade notes

  • Service-worker cache bumped to coredrive-rx-v5hard-refresh / restart the PWA.
  • The IndexedDB DB_NAME was renamed; any pre-upgrade offline queue is orphaned (negligible — the queue drains continuously when online).

Full Changelog: v0.9.0...v1.0.0