Skip to content

Commit da9e26f

Browse files
Bump version to v0.99
1 parent 3519807 commit da9e26f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

DSView/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
106106

107107
set(DS_VERSION_MAJOR 0)
108108
set(DS_VERSION_MINOR 9)
109-
set(DS_VERSION_MICRO 8)
109+
set(DS_VERSION_MICRO 9)
110110
set(DS_VERSION_STRING
111111
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}
112112
)

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
0.99 (2018-07-08)
2+
-----------------
3+
--common
4+
*add boundary for the main window
5+
*fix the double border issue #130
6+
*fix measure no update when change cursor in Rule area
7+
*add sample duration setting instead of sample count
8+
*improve save/load and export support
9+
*fix other minor issues
10+
11+
--for logic analyzer
12+
*add more decoders
13+
*add edges distance measure between channels
14+
*add RLE compress options
15+
16+
--for oscilloscope
17+
*add DSCopeC20/DSCopeC20P devices support
18+
*improve UI of channel settings
19+
*improve autoset function
20+
21+
--for data acquisiton
22+
*add DAQ mode for DSCope serial devices
23+
124
0.98 (2017-07-29)
225
-----------------
326
--common

0 commit comments

Comments
 (0)