We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f614b commit d13682aCopy full SHA for d13682a
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
5
6
project(PoMiDAQ
7
DESCRIPTION "Portable Miniscope data acquisition"
8
- VERSION 0.5.3
+ VERSION 0.6.0
9
)
10
11
set(CMAKE_CXX_STANDARD 20)
NEWS
@@ -1,3 +1,18 @@
1
+Version 0.6.0
2
+~~~~~~~~~~~~~
3
+Released: 2025-03-16
4
+
+Features:
+ * Port to Qt6
+ * Migrate zstack acquisition jobs to QPromise
+Bugfixes:
+ * Resolve deprecation warning with newer FFmpeg
+ * Use the older BNO query interface on Windows
12
13
+Miscellaneous:
14
+ * Update Debian packaging, allow PPA upload
15
16
Version 0.5.2
17
~~~~~~~~~~~~~
18
Released: 2024-06-18
0 commit comments