X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=a8dab60f762044ffbb516d0663374188237d5bbe;hb=9d209c006a87fe262e37b8ea31562a89872070c6;hp=90b7b51cf5b295658728634042a04cd733f4e3f3;hpb=01c2a21a4729cd054156308c55800d83f61798ce;p=nageru diff --git a/NEWS b/NEWS index 90b7b51..a8dab60 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Nageru 1.3.2, July 23rd, 2016 + + - Allow limited hotplugging (unplugging and replugging) of USB cards. + You can use the new command-line option --num-fake-cards (-C) to add + fake cards that show only a single color and that will be replaced + by real cards as you plug them in; you can also unplug cards and have + them be replaced by fake cards. Fake cards can also be used for testing + Nageru without actually having any video cards available. + + - Add Metacube timestamping of every keyframe, for easier detection of + streams not keeping up. Works with the new timestamp feature of + Cubemap 1.3.1. Will be ignored (save for some logging) in older + Cubemap versions. + + - The included default theme has been reworked and cleaned up to be + more understandable and extensible. + + - Add more command-line options for initial audio setup. + + Nageru 1.3.1, July 1st, 2016 - Various display bugfixes.