From e93e644f57ed8b293bfeb7e4af5f26a6e74d58c6 Mon Sep 17 00:00:00 2001 From: DreamSourceLab Date: Sat, 27 Apr 2024 07:23:17 -0700 Subject: [PATCH] bump to v1.3.2 --- CMakeLists.txt | 2 +- DSView/config.h | 2 +- NEWS25 | 29 +++++++++++++++++++++++++++++ NEWS31 | 29 +++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db493d03..d12bd0db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/DSView/config.h b/DSView/config.h index 561733a5..1077d64b 100644 --- a/DSView/config.h +++ b/DSView/config.h @@ -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 diff --git a/NEWS25 b/NEWS25 index 32591e1d..6556c94e 100644 --- a/NEWS25 +++ b/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) ---------- (通用) diff --git a/NEWS31 b/NEWS31 index 672a203a..8f7931a2 100644 --- a/NEWS31 +++ b/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