Skip to content

Commit

Permalink
Bump version to v0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamSourceLab committed Jul 8, 2018
1 parent 3519807 commit da9e26f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DSView/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)
Expand Down
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da9e26f

Please sign in to comment.