From 3964a6203c57322e4f942467f8ec3fd02611f469 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Tue, 8 Aug 2023 15:11:24 +0200 Subject: [PATCH] Release version 0.5.0 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 43ffd8f..6d25035 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Version 0.5.0 +~~~~~~~~~~~~~ +Released: 2023-08-08 + +Features: + * Implement BNO read support (if DAQ firmware version is high enough) + * Perspective-warp BNO indicator according to received BNO data + * Check firmware ABI when connecting to device + * python: Update API to include the new BNO settings + * zstack: Speed up acquisition by waiting for frame counts, not durations + +Bugfixes: + * Optimize PoMiDAQ SVG + * Make "Stop recording" button more obviously clickable + Version 0.4.5 ~~~~~~~~~~~~~ Released: 2022-08-20