diff --git a/DSView/CMakeLists.txt b/DSView/CMakeLists.txt index e9c798e6..c1c33e10 100644 --- a/DSView/CMakeLists.txt +++ b/DSView/CMakeLists.txt @@ -106,7 +106,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab") set(DS_VERSION_MAJOR 0) set(DS_VERSION_MINOR 9) -set(DS_VERSION_MICRO 8) +set(DS_VERSION_MICRO 9) set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} ) diff --git a/NEWS b/NEWS index 904514ba..71377365 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +0.99 (2018-07-08) +----------------- + --common + *add boundary for the main window + *fix the double border issue #130 + *fix measure no update when change cursor in Rule area + *add sample duration setting instead of sample count + *improve save/load and export support + *fix other minor issues + + --for logic analyzer + *add more decoders + *add edges distance measure between channels + *add RLE compress options + + --for oscilloscope + *add DSCopeC20/DSCopeC20P devices support + *improve UI of channel settings + *improve autoset function + + --for data acquisiton + *add DAQ mode for DSCope serial devices + 0.98 (2017-07-29) ----------------- --common