X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=585692d278249fc0e58ac0cf04f8c9cb096f32db;hb=b987f5b45720dcaf6582d1b9f9f7c18537df47ab;hp=90b7b51cf5b295658728634042a04cd733f4e3f3;hpb=d4cf82a935f511b1487fb0abe022c30442e32f4f;p=nageru diff --git a/NEWS b/NEWS index 90b7b51..585692d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Nageru 1.3.4, August 2nd, 2016 + + - Various bugfixes. + + +Nageru 1.3.3, July 27th, 2016 + + - Various changes to make distribution packaging easier; in particular, + theme data can be picked up from /usr/local/share/nageru. + + - Fix various FFmpeg deprecation warnings, now that we need FFmpeg + 3.1 for other reasons anyway. + + +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.