From 282e8c9ea43aa6db331a76cc36832e8cdcd13581 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sat, 4 Apr 2020 21:49:27 +0200 Subject: [PATCH] Release version 0.3.0 --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index aa6e6e3..9582c7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Version 0.3.0 +~~~~~~~~~~~~~~ +Released: 2020-04-04 + +Features: + * Use the improved OpenGL image view widget from MazeAmaze/Syntalos + * lib: Add callbacks to retrieve the current raw and displayed frames + * Use C++17 as baseline + * Add AppStream MetaInfo file + * Simplify & improve time keeping code + * lib: Permit API users to intercept & modify timestamps + +Bugfixes: + * Lower required OpenGL version, and fail if we can't initialize GL + * Never even try to use dark mode on systems where it doesn't exist + * Perform sanity check on timestamps before initializing timer with them + * Do not expose clock details in API + * Don't resend settings when framerate is low, this only causes the problem to get worse + * Prefer V4L as camera API on Linux + * Prefer DirectShow as camera API on Windows + * Improve locking code and handle dropped init frames better + Version 0.2.0 ~~~~~~~~~~~~~~ Released: 2020-02-04