Skip to content

v0.6.5

Released: 2026-05-16

  • Marketplace listing optimization. displayName, description, keywords, and README hero updated to lead with verified shipped features (Bluetooth LE HCI decoding inline, direct-memory recovery, fault auto-detect, Wireshark btsnoop export) and broader audience signals (Nordic, Zephyr, J-Link). Added keywords: ble, j-link, segger, ncs, btsnoop, rtos. Removed pre-UI feature claims from public copy.
  • Refreshed media/connected.png hero screenshot showing the current v0.6.x UI with live RTT streaming, Bluetooth LE HCI commands decoded inline, fault highlights, and channel listing in the sidebar. Replaces the March 2026 screenshot.
  • Docs site homepage updated (docs/src/content/docs/index.mdx): hero tagline aligned with the new Marketplace description; the “Watch Patterns” feature card was replaced with a “Fault Auto-Detect” card to reflect a feature that is visible and discoverable in the UI today.
  • Listing sync check infrastructure. New marketing/listing.json is the canonical source of truth for the displayName and the advertised features list (with aliases and source-code evidence pointers). New scripts/check-listing-sync.py verifies that every canonical feature appears in package.json description, README hero, and docs/src/content/docs/index.mdx hero, and that the displayName matches canonical exactly. New .github/workflows/listing-sync.yml runs the check on every PR to main; publish.yml runs it as a gate before vsce publish, blocking releases that drift from canonical. Prevents future advertising of pre-UI or unverified features.

No user-facing code changes in this release.