2
0
forked from Ivasoft/DSView

bumped version number to 0.95

This commit is contained in:
DreamSourceLab
2015-12-14 21:57:22 +08:00
parent ceda90aec5
commit 6c6766641b
2 changed files with 24 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
set(DS_VERSION_MAJOR 0)
set(DS_VERSION_MINOR 9)
set(DS_VERSION_MICRO 4)
set(DS_VERSION_MICRO 5)
set(DS_VERSION_STRING
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}
)

23
NEWS
View File

@@ -1,3 +1,26 @@
0.95 (2015-12-14)
-----------------
--for logic analyzer
*add RLE compress mode
*improve mode setting strategy, fix channel number
*add edge count function
*fix memory leakage when run protocol decoder
*add signal height setting, improve display issue
*fix crash issue when add group signal
*fix channel enable/disable issue
*fix channel display issue when load file input
*add cursor by mouse double-click
*fix other issues
--for oscilloscope
*add file export/load function
*fix wait time issue when trigger setted
*improve display of signal measure
*add Vrms/Vmean/Vp-p measure
*fix setting issue when load session
*imporve add/del of measure ruler
*fix other issues
0.94 (2015-06-29)
-----------------
* add session load/store function