Skip to content

Breeze v2.0.0 (prerelease 2)

Pre-release
Pre-release

Choose a tag to compare

@monikapurpl3 monikapurpl3 released this 22 Jul 14:24
· 4 commits to overhaul since this release

Prerelease 2 of the v2.0.0 app overhaul — from the overhaul branch, built @ c05cfb8.

Everything in pre1 (swipe one-unit-per-screen UI, modern controls, scan-to-add, beep, Ed25519 signing) plus:

  • Live updates over SSE — on Breeze Core ≥ 3.0.0 the app opens /api/units/stream and applies pushed changes in place, so the phone stops polling and changes from schedules or other clients appear instantly. On any drop it falls back to the 5 s poll and retries; older servers just poll as before.

Needs the Breeze Core v3.0.0 prerelease 2 server. The APK is debug-signed (test build, not Play-signed) — Android will warn about an unknown developer; allow "install unknown apps". flutter analyze clean; compiles for Android.