8.0.0-rc.5 (2026-08-23)
⚠ BREAKING CHANGES
selectedandunselectedare removed fromlive.microphone.auto_unmute/auto_mute. A camera change ends any call and the microphone only carries audio during a call, so neither were useful.live.microphone.disconnect_secondsis removed. The microphone is released when a call ends, so there is no idle countdown to configure. Uselive.microphone.always_connectedto hold it open instead.- The
microphone_connectandmicrophone_disconnectactions are removed. The card owns the microphone lifecycle;microphone_muteandmicrophone_unmuteremain. callis removed fromlive.microphone.auto_mute, whose default is now[]. The microphone is muted when a call ends regardless of this option.microphone_unmutehas no effect outside a call. Nothing carries the audio at any other time, so the request is ignored rather than opening the microphone.
🐛 Bug Fixes
- Button style issue introduced by HA
2026.3(#2392) (e8b2d51), closes #2390 - Cancel the pending debounced resize when the media dimensions container disconnects (#2700) (2f74889), closes #2699
- Hold the 2-way audio backchannel open for the shortest possible time (#2697) (11cc543), closes #2691 #2039 #2178 #2299 AlexxIT/go2rtc#1860 #2678
- Keep the notification popup open while its text is selected (#2706) (965f2b4)
- Keep the notification popup visible / centered (#2702) (0aebf3c), closes #2693
- Move upgrade button to top of editor (#2687) (858c5d0)
- Release the microphone to the browser when a call ends (#2685) (85d6811), closes #2681
- Remove the microphone selection conditions (#2686) (c2f2586), closes #2679
- Remove the unnecessary item limit from folder media (#2688) (84b90bc), closes #2573
- Size the gallery fallback icon frame to fill the thumbnail box (#2705) (b2f3243), closes #2701
- Stop the automatic upgrade from discarding valid configuration (#2692) (1e03e6a), closes #2689