X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=8ddeb31e040d0c51109d936741369c46e56f5094;hb=327534a3031a332423411c9599c741f2f81657df;hp=3b5ec0871660bb415f9b3bd9604899628fb1257b;hpb=d8562cbe45e19870d4b4ce75f89abcd6a07802aa;p=nageru diff --git a/NEWS b/NEWS index 3b5ec08..8ddeb31 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Nageru 1.7.1, March 26th, 2018 + + - Various bugfixes, mostly related to HTML and video inputs. + + +Nageru 1.7.0, March 8th, 2018 + + - Support for HTML5 graphics directly in Nageru, through CEF + (Chromium Embedded Framework). This performs better and is more + flexible than integrating with CasparCG over a socket. Note that + CEF is an optional component; see the documentation for more + information. + + - Add an HTTP endpoint for enumerating channels and one for getting + only their colors. Intended for remote tally applications; + set the documentation. + + - Add a video grid display that removes the audio controls and shows + the video channels only, potentially in multiple rows if that makes + for a larger viewing area. + + - Themes can now present simple menus in the Nageru UI. See the + documentation for more information. + + - Various bugfixes. + + +Nageru 1.6.4, January 25th, 2018 + + - Fix compilation with the upcoming FFmpeg 3.5. + + - Switch to LuaJIT for the theme engine, which is faster. + + - Various bugfixes and smaller optimizations. + + Nageru 1.6.3, November 8th, 2017 - Add quick-cut keys (Q, W, E, etc.) below the preview keys.