Skip to content

v0.3.0

Choose a tag to compare

@AnkushMalaker AnkushMalaker released this 15 Jul 13:48
· 226 commits to dev since this release

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

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.0

Parakeet 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.0

Speaker 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