forked from Ivasoft/DSView
bumped version number to 0.95
This commit is contained in:
@@ -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
23
NEWS
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user