mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
235 lines
8.4 KiB
Plaintext
235 lines
8.4 KiB
Plaintext
0.98 (2017-07-29)
|
|
-----------------
|
|
--common
|
|
*fix hardware initialization issue(always red led indicator) when power on
|
|
*improve move operations of cursors/label/trigger level, support both press-drag and select-move-release mode
|
|
*update the manually, and integrate into the menu of the software
|
|
*improve the content of 'About' menu, add 'changelogs' information
|
|
*firmware/HDL update
|
|
|
|
--for logic analyzer
|
|
*improve display scale of decoder contents under exception case
|
|
*fix display issue of progressbar of saving dsl file, when sample depth greater than 4G
|
|
*fix export issue when part of channels enalbed
|
|
*fix pattern search issue.
|
|
*fix out of boundary issue of scroll bar, when sample depth greater than 8G
|
|
|
|
--for oscilloscope
|
|
*fix auto calibraiton issue
|
|
*improve noise processing method
|
|
|
|
0.97 (2017-06-02)
|
|
-----------------
|
|
--common
|
|
*fix file save fail issue
|
|
*fix window missing issue when disconnect external monitor
|
|
*fix crash issue when open illegal files
|
|
*improve graphics rendering and operations fluency
|
|
*fix window display issue: maximize/minimize/show/hide...etc
|
|
|
|
--for logic analyzer
|
|
*Enhance stream mode funtion to achieve 100M@3channels / 50M@6channels / 25M@12channels / 20M@16channels
|
|
*improve memory structure, extend sample depth to solve memory alloc fail issue
|
|
*resolve the coupling between channel data, unused channels don't occupy memory space
|
|
*add stop options to support upload already captured data under buffer mode
|
|
*add save/load function for protocol settings
|
|
*add cursor-based edge statistics function
|
|
*add repetitive mode to support repeat trigger acquisiton
|
|
*improve search funciton to support start position setting
|
|
*improve advanced trigger
|
|
*improve cursor measurement method, add 16 sets of measurement between cursors
|
|
*fix trigger issue when sample rate greater than 100MHz
|
|
*fix display issue of trigger position
|
|
*implement free combination of channels under stream mode
|
|
*improve file saving display window, and add cancel button
|
|
*fix partial decoding issue
|
|
*fix messy code issue when add protocol decoder
|
|
*improve the stability of protocol decoder
|
|
*add mapping funtion from graphic decode to list decode
|
|
*add mapping flag between grapic decode and list decode
|
|
*add channel height option for file device
|
|
*add auto snap to edge function when insert cursor
|
|
|
|
--for oscilloscope
|
|
*fix dsl file loading issue
|
|
*fix waveform delay display issue after trigger
|
|
*fix crash issue when enable/disable channels
|
|
*fix vertical position moving issue under stop state
|
|
*fix window background rendering issue
|
|
|
|
0.96 (2016-08-12)
|
|
-----------------
|
|
--common
|
|
*change color matching of UI
|
|
*fix memory leakage issues
|
|
*improve stability of usb transfer
|
|
*add new hardware support
|
|
*improve interaction of mouse operations
|
|
*improve stability of multi-thread operations
|
|
*change usb driver under windows system
|
|
*add path memory for file operations
|
|
*custom windows title of UI
|
|
*change path of setting files, avoid authority issues
|
|
|
|
--for logic analyzer
|
|
*add list viewer for results of protocol decoders
|
|
*add search function for protocol list viewer
|
|
*add file export for results of protocol decoders
|
|
*improve speed and memory usage of protocol decoders
|
|
*improve protocol decoders scripts (i2c, uart, spi already done)
|
|
*add start and end settings for protocol decoders
|
|
*improve serial trigger, add counter for serial value
|
|
*improve display and settings for protocol decoders
|
|
*add display of trigger time
|
|
*add multi-row search for protocol list viewer
|
|
*add trigger position and time for file save
|
|
|
|
--for oscilloscope
|
|
*add FFT function for signal analyzer
|
|
*add auto/trigger shift function
|
|
*improve zero adjustment program
|
|
*add manual zero adjustment
|
|
*add gain adjustment for each vdiv
|
|
*fix signal display issue when resize window
|
|
*fix crash issue when change measure settings
|
|
*fix run-without-display issue
|
|
*add trigger sensitivity setting
|
|
*add display of trigger status
|
|
*fix measure setting reset issue
|
|
|
|
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
|
|
* add drag-and-drop effect in viewport window
|
|
* improve display effect of dock windows, add scroll bar
|
|
* fix other GUI issues
|
|
|
|
--for logic analyzer
|
|
* upgrade advance trigger counter from 16bit to 32bit
|
|
* add serial trigger function
|
|
* fix memory leakage issue when load *.dsl files
|
|
* fix delete group signal issue when no data captured
|
|
|
|
--for oscilloscope
|
|
* add measurement of width, period, frequency and duty cycle
|
|
* fix instant capture issue @ demo mode
|
|
* add trigger hold-off time function
|
|
* fix channels enable/disable issue
|
|
* fix data error issue of instant capture before normal capture
|
|
* fix trigger position issue when only one channel enabled
|
|
* fix trigger level can't be changed issue when only one channel enabled
|
|
|
|
0.93 (2015-05-08)
|
|
-----------------
|
|
* Upgrade to qt5 library
|
|
* Support stdc++11
|
|
* Improve measure function @ LA mode
|
|
* Add duty cycle measure @ LA mode
|
|
* Fix out of range issue @ LA mode
|
|
* Add export function, support csv/vcd/gnuplot/zip @ LA mode; and csv @ DSO mode
|
|
* Add x1/x10/x100 probe options @ DSO mode
|
|
* Add measure function @ DSO mode
|
|
* Add voltage display of trigger value @ DSO mode
|
|
* Fix wave disappear issue @ DSO mode
|
|
* Fix trigger issue @ DSO stream mode
|
|
* Fix data repeat when set trigger @ LA stream mode
|
|
* Keep channel settings when reload occurred @ LA mode
|
|
* Fix decoder issue when capture part of data @ LA mode
|
|
* Fix stack decoder add issue @ LA mode
|
|
* Fix other bugs
|
|
|
|
0.92 (2015-04-15)
|
|
-----------------
|
|
* Add DSLogic Pro and DSCope support
|
|
* Add Stream mode to DSLogic & DSLogic Pro
|
|
* Support up to 1G samples @ LA mode
|
|
* Add zero adjustment @ Oscilloscope mode
|
|
* Support zero skew parameters restore
|
|
* Enhance stbility
|
|
* Fix other bugs
|
|
|
|
0.4 (2014-09-24)
|
|
-----------------
|
|
* Add protocol decoders (38) support
|
|
* Improve the hardware configuration under various platforms
|
|
* Add different thresholds support
|
|
* Add options for input filter under logic analyzer mode
|
|
* Add instant capture(trigger ignore) under logic analyzer mode
|
|
* Ad detail capture status display under logic abrary
|
|
* Support stdc++11
|
|
* Improve measure function @ LA mode
|
|
* Add duty cycle measure @ LA mode
|
|
* Fix out of range issue @ LA mode
|
|
* Add export function, support csv/vcd/gnuplot/zip @ LA mode; and csv @ DSO mode
|
|
* Add x1/x10/x100 probe options @ DSO mode
|
|
* Add measure function @ DSO mode
|
|
* Add voltage display of trigger value @ DSO mode
|
|
* Fix wave disappear issue @ DSO mode
|
|
* Fix trigger issue @ DSO stream mode
|
|
* Fix data repeat when set trigger @ LA stream mode
|
|
* Keep channel settings when reload occurred @ LA mode
|
|
* Fix decoder issue when capture part of data @ LA mode
|
|
* Fix stack decoder add issue @ LA mode
|
|
* Fix other bugsnalyzer mode
|
|
* Add quick button for mode shift
|
|
* Redesign the GUI for oscilloscope
|
|
* Add flexible sample rate support under oscilloscope mode
|
|
* Fix trigger value setting issue
|
|
* Improve trigger method under oscilloscope mode
|
|
* Add shortcut keys for major operations
|
|
* Fix other bugs
|
|
|
|
0.3 (2014-06-29)
|
|
-----------------
|
|
* Add DSLogic Oscilloscope module support.
|
|
* Fix data display issue when not all channels be enabled.
|
|
* Fix issue of data mirrored to other channels.
|
|
* Fix radiobutton/checkbox display issue under certain windows theme.
|
|
* Add new simple trigger type
|
|
* Fix bugs of trigger setting and detection
|
|
* Fix other minior issues.
|
|
* Clean up the git repository
|
|
|
|
0.2.1 (2014-05-08)
|
|
------------------
|
|
* Add wireless extension hardware support.
|
|
* Fix libusb_error_io issue on Linux when sample rate >= 100MHz.
|
|
* Fix channel enable/disable bug.
|
|
* Fix device options config issue.
|
|
* Fix some display issues of UI.
|
|
|
|
0.2.0 (2014-04-13)
|
|
------------------
|
|
* Add DSLogic hardware support.
|
|
|
|
0.1.0 (2013-12-15)
|
|
------------------
|
|
* Initial release.
|
|
|
|
|
|
|
|
|