File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
106106
107107set (DS_VERSION_MAJOR 0)
108108set (DS_VERSION_MINOR 9)
109- set (DS_VERSION_MICRO 8 )
109+ set (DS_VERSION_MICRO 9 )
110110set (DS_VERSION_STRING
111111 ${DS_VERSION_MAJOR} .${DS_VERSION_MINOR} .${DS_VERSION_MICRO}
112112)
Original file line number Diff line number Diff line change 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+
1240.98 (2017-07-29)
225-----------------
326 --common
You can’t perform that action at this time.
0 commit comments