mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
bump to v1.3.2
This commit is contained in:
parent
0e3eac9790
commit
e93e644f57
@ -33,7 +33,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
|
||||
set(DS_VERSION_MAJOR 1)
|
||||
set(DS_VERSION_MINOR 3)
|
||||
set(DS_VERSION_MICRO 2)
|
||||
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-dev1 )
|
||||
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO})
|
||||
|
||||
configure_file (
|
||||
${PROJECT_SOURCE_DIR}/DSView/config.h.in
|
||||
|
@ -30,6 +30,6 @@
|
||||
#define DS_VERSION_MAJOR 1
|
||||
#define DS_VERSION_MINOR 3
|
||||
#define DS_VERSION_MICRO 2
|
||||
#define DS_VERSION_STRING "1.3.2-dev1"
|
||||
#define DS_VERSION_STRING "1.3.2"
|
||||
|
||||
#endif
|
||||
|
29
NEWS25
29
NEWS25
@ -1,3 +1,32 @@
|
||||
v1.3.2 -- (2024-04-27)
|
||||
----------
|
||||
(通用)
|
||||
*修复在多屏之间拖动窗口导致的崩溃问题
|
||||
*增加windows原生窗口支持的拖拽和窗口排列功能
|
||||
*优化不同DPI下窗口和字体的自适应功能
|
||||
*修复macOS下固件缺失的问题
|
||||
*修改光标的颜色分配,提高清晰度
|
||||
*修复windows下首次创建日志文件失败的问题
|
||||
*修复显示区域遮盖以及字体显示不全等问题
|
||||
|
||||
(逻辑分析仪)
|
||||
*增加区域波形保存和导出功能
|
||||
*修复区域解码时,光标设置超出波形区域导致的崩溃问题
|
||||
*修复loop模式下特定采样参数采集崩溃的问题
|
||||
*修复解码结果多字节搜索导致的崩溃问题
|
||||
*修复距离测量时的边沿无法选中的问题
|
||||
*增加添加解码器时,必要通道没有设置时的提醒功能
|
||||
*增加loop模式下自动滚动到最新波形的功能
|
||||
*修复部分协议解码(CAN/QSPI/DMX512/LIN/...)的问题
|
||||
|
||||
(示波器)
|
||||
*修复自动测量中的脉冲数测量精度问题
|
||||
*修复单通道使能时导出文件的问题
|
||||
*修复采集过程修改FFT参数导致的崩溃问题
|
||||
*修复数学运算的波形以及垂直分辨率计算的问题
|
||||
*修复通道偏置超出边界时的波形异常问题
|
||||
*修复鼠标测量的精度问题
|
||||
|
||||
v1.3.1 -- (2023-09-28)
|
||||
----------
|
||||
(通用)
|
||||
|
29
NEWS31
29
NEWS31
@ -1,3 +1,32 @@
|
||||
v1.3.2 (2024-04-27)
|
||||
----------
|
||||
--common
|
||||
*Fix crashes when dragging windows between screens
|
||||
*Add drag-and-drop and window arrangement support for native Windows windows
|
||||
*Improve adaptive window and font display at different DPI settings
|
||||
*Fix the issue of missing firmware on macOS
|
||||
*Modify the color allocation of the cursor to improve clarity.
|
||||
*Fix log file creation issue on Windows
|
||||
*Fix display area coverage and font rendering problems
|
||||
|
||||
--for logic analyzer
|
||||
*Add region waveform save and export feature
|
||||
*Fix crashes from cursor placement beyond waveform area during decoding
|
||||
*Fix crashes with specific sampling parameters in loop mode
|
||||
*Fix crashes from multi-byte search in decoding results
|
||||
*Improve distance measurement edge selection
|
||||
*Add reminder for channel settings when adding a decoder
|
||||
*Implement auto-scroll to latest waveform in loop mode
|
||||
*Fix protocol decoding issues (CAN/QSPI/DMX512/LIN/...)
|
||||
|
||||
--for oscilloscope
|
||||
*Improve pulse count measurement accuracy
|
||||
*Fix file export issue with single channel enabled
|
||||
*Resolve crashes from FFT parameter modification during data acquisition
|
||||
*Fix waveform and vertical resolution calculation issues in math operations
|
||||
*Fix waveform anomalies from channel offset exceeding boundaries
|
||||
*Improve accuracy of mouse measurements
|
||||
|
||||
v1.3.1 -- (2023-09-28)
|
||||
----------
|
||||
--common
|
||||
|
Loading…
x
Reference in New Issue
Block a user