chore: add build scaffolding, overlay structure, CI workflow: CHANGELOG.md
This commit is contained in:
parent
fefb789010
commit
b81fef6cec
1 changed files with 17 additions and 0 deletions
17
CHANGELOG.md
Normal file
17
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## v0.1.0-wilddragon (2026-05-06)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Wild Dragon branding: logo, favicon, manifest, theme color `#0d0e12`, page title
|
||||||
|
- `overlay/src/misc/controls/WHEP.js` — WebRTC output enable/disable toggle in the
|
||||||
|
Processing & Control editor tab
|
||||||
|
- `overlay/src/views/Main/WHEPStatus.js` — live WebRTC viewer count badge (polls
|
||||||
|
`GET /api/v3/webrtc/streams/{id}/peers` every 5 s)
|
||||||
|
- WHEP URL copy button in the main channel view, conditional on `control.webrtc.enable`
|
||||||
|
- `overlay/src/views/Edit/index.js` — upstream file with WebRTC section added
|
||||||
|
- `overlay/src/views/Main/index.js` — upstream file with WHEP button + viewer count added
|
||||||
|
- Forgejo CI workflow: multi-arch Docker image pushed on semver tags
|
||||||
|
|
||||||
|
### Base
|
||||||
|
- datarhei/restreamer-ui v1.14.0
|
||||||
Loading…
Reference in a new issue