v0.3.0
Highlights
- Fleet-aware version reporting and node self-update support.
- Local llama.cpp LLM services and configurable memory controls in the dashboard.
- Major HAVPE relay, firmware, discovery, wake-word, and device-control updates.
- Expo SDK 55 mobile upgrade with startup diagnostics and improved reconnect handling.
- Vault-sync pairing hardening and consolidated documentation.
- Release reliability work: restored backend startup, removed stale suites, fixed config loading without model entries, and refreshed vulnerable dashboard/mobile dependencies.
Breaking changes
- The retired FalkorDB knowledge-graph API (
/api/knowledge-graph/*) and admin chat-config API (/api/admin/chat/config*) are no longer exposed. - The button-control defaults now map single press to stop playback and double press to close the active conversation.
What's Changed
- refactor: Update Docker image handling and registry configuration by @AnkushMalaker in #321
- Add initial setup scripts and configuration for HAVPE Relay by @AnkushMalaker in #314
- fix architectural bug by @AnkushMalaker in #322
- pre-commit across all files by @AnkushMalaker in #325
- remove job timeout for long asr by @AnkushMalaker in #324
- Implement LLM services for llama.cpp integration by @AnkushMalaker in #326
- Dbg/havpe firmware by @AnkushMalaker in #329
- create manual volume by @AnkushMalaker in #330
- "tiny fix" by @AnkushMalaker in #332
- fix(vault-sync): validate pairing device IDs by @AnkushMalaker in #333
- Consolidate documentation under lowercase docs by @AnkushMalaker in #334
Full Changelog: v0.2.2...v0.3.0
Docker Images
All images are published to ghcr.io/simpleopensoftware with tags v0.3.0 and latest.
Core Services
docker pull ghcr.io/simpleopensoftware/chronicle-backend:v0.3.0Parakeet ASR (pick your CUDA version)
docker pull ghcr.io/simpleopensoftware/chronicle-asr-nemo-cu126:v0.3.0
docker pull ghcr.io/simpleopensoftware/chronicle-asr-nemo-cu128:v0.3.0Speaker Recognition (pick your variant)
docker pull ghcr.io/simpleopensoftware/chronicle-speaker-cpu:v0.3.0
docker pull ghcr.io/simpleopensoftware/chronicle-speaker-cu126:v0.3.0
docker pull ghcr.io/simpleopensoftware/chronicle-speaker-cu128:v0.3.0