From 98aa2089301b87200467dc2884e7b1754dfa8fcc Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sat, 1 Jul 2023 16:52:45 +0200 Subject: [PATCH] workflow: update README.md --- RELEASE.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b8b20d2..77d2c68 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,9 @@ # Release #{GIT_VERSION} -- http: extend `/status` with all options -- cmd: accept `--camera-options=AfMode=auto` and alike -- libcamera: expose all options with human readable settings -- v4l2: expose all options with human readable settings -- libcamera: do not expose some options that should not be made configurable -- http: add `/control` to provide simple JS interface to live edit camera settings -- http: change `/option` to accept `device=`, `key=`, and `value=` -- device: show stddev estimates to measure frame pacing -- webrtc: allow to specify `--webrtc-ice_servers=` on command line -- webrtc: accept `iceServers:[{urls:[],username:,password:}]` provided in `POST /webrtc` +- html: fix syntax problem in iceServers (#77) +- debian: add Breaks/Conflicts/Replaces to overwrite old version of `camera-streamer` (#79) +- http: add `--http-listen=`, and listen by default on `127.0.0.1` (#81) (breaking change) +- ffmpeg: remuxer: fix "initialization discards 'const' qualifier from pointer target type" (#80) ## Variants