v0.6.5
Released: 2026-05-16
Changed
Section titled “Changed”- 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.pnghero 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.jsonis the canonical source of truth for the displayName and the advertised features list (with aliases and source-code evidence pointers). Newscripts/check-listing-sync.pyverifies that every canonical feature appears inpackage.jsondescription, README hero, anddocs/src/content/docs/index.mdxhero, and that the displayName matches canonical exactly. New.github/workflows/listing-sync.ymlruns the check on every PR to main;publish.ymlruns it as a gate beforevsce publish, blocking releases that drift from canonical. Prevents future advertising of pre-UI or unverified features.
No user-facing code changes in this release.