Note
This is a daily beta build (2026-03-16). It contains the latest fixes and improvements but may have undiscovered issues.
Docker users: Update by pulling the new image:
docker pull ghcr.io/maziggy/bambuddy:0.2.3b1-daily.20260316
or
docker pull maziggy/bambuddy:0.2.3b1-daily.20260316
**Tip:** Use [Watchtower](https://containrrr.dev/watchtower/) to automatically update when new daily builds are pushed.
New Features
Fixed
- Webhook Notifications Missing Camera Snapshot (#679) — Webhook notification providers did not include camera snapshots (e.g. from First Layer Complete notifications), even though providers like Telegram, Pushover, ntfy, and Discord already attached them. The webhook payload now includes a base64-encoded
imagefield when a snapshot is available (generic format only, not Slack format). Reported by @Arn0uDz.