All releases

OpenAVC v0.8.1

April 26, 2026

Bug fix release. Fixes for the update system, macro/trigger concurrency, serial device communication, device reconnection, cloud state sync, and project migration.

Update System

  • Fixed issues that prevented in-app updates from working on Linux and Pi deployments
  • Update helper script, release archive format, and artifact naming are now aligned end to end
  • Windows silent updates and rollback hardened

Macro and Trigger Reliability

  • Macros called from two different triggers simultaneously no longer incorrectly block each other
  • Cancel groups now work correctly when two macros in the same group start at the same time
  • Startup triggers no longer silently fail to fire
  • Disabling a trigger while a macro is queued now correctly prevents it from firing

Serial and UDP Device Communication

  • Fixed intermittent wrong state values on serial devices under load
  • Send lock now held through the full send-and-wait cycle on serial and UDP, matching TCP

Device Reconnection

  • Manual reconnect no longer causes a spurious double-connect two seconds later

Cloud State Sync

  • Cloud dashboard no longer shows stale values when many devices reconnect at once
  • State relay keeps latest value per key instead of truncating, and sends in chunks instead of dropping

Project Migration

  • Upgrading projects from v0.3.0 to v0.4.0 now correctly preserves device group assignments