Skip to content

Commit 31c5ee2

Browse files
committed
Release version 3.2.5
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent f916d11 commit 31c5ee2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.2.5
2+
2021-12-16
3+
Updating the development system to the latest Debian stable version (bullseye).
4+
Updates for Qt 5.15 (from bullseye).
5+
Many small GUI improvements / fixes (thanks ericfont).
6+
User selectable themes (auto/light/dark).
7+
18
3.2.4
29
2021-07-14
310
Possibility to select Fusion style in options menu (fits on 1280x720 screen)

openhantek/src/OH_BUILD.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit, will be re-created at each commit!
2-
#define OH_BUILD "20211216 - commit 939"
2+
#define OH_BUILD "20211216 - commit 940"

openhantek/src/OH_VERSION.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// next line shall define either OH_VERSION or LAST_OH_VERSION
99
//
10-
#define LAST_OH_VERSION "3.2.4"
10+
#define OH_VERSION "3.2.5"
1111

1212

1313
// do not edit below

0 commit comments

Comments
 (0)