From 8150e8864b319832dc80a2d93609e576f0139edf Mon Sep 17 00:00:00 2001 From: abdulsaheel Date: Wed, 8 Jul 2026 09:06:05 +0530 Subject: [PATCH] release: v0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BLE connection/sync redundancy hardening (reconnect-ladder timeouts, frame- corruption detection, band-reboot signal, real per-chunk sync ledger + quarantine, staleness escalation, platform-standards-verified notification permission handling), derivation-engine concurrency (backlog sweeps now run multiple days in parallel instead of single-threaded oldest-first, so today's result is ready when the app opens), and CI/Xcode signing fixes from PR #44 — bump build 19 -> 20. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b837b765..bc77feb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: openstrap_edge description: "OpenStrap — open-source WHOOP 4.0 companion. BLE drain → raw-first local store → cloud sync." publish_to: 'none' -version: 0.8.0+19 +version: 0.8.1+20 environment: sdk: ^3.11.4