Changelog

What shipped, week by week. Velocity is a feature.

Fixed

beacio 1.0.2 on the App Store

  • App version 1.0.2 is live on the App Store (apps.apple.com/app/id6761301368).
  • Fixes a rare crash when leaving the Bluetooth device scanner.
  • Greatly reduces memory use during long scanning sessions, so the app is no longer closed by the system on extended scans.
  • Resolves rare startup crashes in the Web Bluetooth Safari extension.
  • More reliable Bluetooth device discovery and connection handling.
#
Added

Pricing page, MCP page, hero rebuild

  • New navigator.bluetooth, now on iOS Safari hero with a live code block above the fold.
  • /pricing live: Free / Pro / Enterprise tiers published.
  • /mcp live: copy-paste mcp.json snippet for Cursor / Claude Code / Windsurf.
  • Cloudflare Web Analytics + Analytics Engine beacon Worker (weekly Activated Developers).
#
Improved Fixed

Background sync hardening

  • Per-origin registration cap lifted to 50 (was 20); global cap at 200.
  • Template interpolator now accepts {{value.utf8}}, {{deviceName}}, {{rssi}}.
  • Live Activity state engine merges coalesced updates inside a single ActivityKit session.
#
Fixed

Array-based continuation store

  • BLEPeripheralDelegate now fans out concurrent continuations per characteristic.
  • Eliminated the last single-continuation race on discover + notify interleaving.
#