You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: global recorder health warning indicator and Settings error details
Add amber pill FAB for degraded/stopped audio sources visible on all
pages except Settings, with 24h dismiss and priority over the update
indicator. Auto-expand recorder error details on Settings page. Include
recorder status in stream config API. Add 200 per-page Table option.
Fix GHCR pull JSON whitespace and parallel build race.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## [Unreleased]
4
4
5
+
- Added global recorder health warning pill — amber FAB appears on all pages (except Settings) when audio sources are degraded or stopped, with 24-hour dismiss and priority over the update indicator
6
+
- Added recorder status to stream config API response for REST-based health checks
7
+
- Added auto-expanded error details on Settings page when audio sources have issues
8
+
- Added 200 per-page option and scroll-to-top button in Table view
9
+
- Fixed GHCR pull check never matched due to JSON whitespace in image inspect
10
+
- Fixed parallel build race caused by duplicate build directives
5
11
- Added pre-built Docker image support — install pulls ARM64 images from GHCR on release branches for faster setup, falls back to local build for non-ARM64 platforms, non-standard UIDs, or non-release branches
6
12
- Added GitHub Actions CI workflow for building and pushing Docker images to GHCR
7
13
- Added install script unit tests for `set_env_var` function
0 commit comments