diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b882e3c..b9934114 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 0) -set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC9 ) +set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC10 ) configure_file ( ${PROJECT_SOURCE_DIR}/DSView/config.h.in diff --git a/DSView/config.h b/DSView/config.h index 95d105ef..07d7087b 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 0 -#define DS_VERSION_STRING "1.3.0-RC9" +#define DS_VERSION_STRING "1.3.0-RC10" #endif diff --git a/NEWS25 b/NEWS25 index 9467fd81..94b6646e 100644 --- a/NEWS25 +++ b/NEWS25 @@ -1,3 +1,31 @@ +v1.3.0-RC10 -- (2023-07-08) +---------- + (通用) + *改进设备管理的实现,解耦和波形采集显示的绑定 + *支持界面字体大小设置和实时切换 + *修改多语言框架,支持多语言扩展 + *修改配置文件的保存格式 + *修改数据文件的加载逻辑和显示 + *优化多设备切换的逻辑和实现方式 + *切换时强制提醒是否保存数据 + *更新Demo演示的内容 + *增加日志的查看和清除 + + (逻辑分析仪) + *stream模式支持实时显示 + *增加滚动(loop)采集模式,可一直保持采集,实时滚动显示 + *更新重复(repeat)采集模式,波形切换前始终保持上一次采集的显示 + *更新波形边沿的显示和查找 + *增加和修复解码器(如:can-fd,mipi-rffe, UFCS等) + *支持解码器和波形通道任意顺序排列,并记忆排列顺序 + *支持多列解码结果导出到同一个csv文件 + *支持解码器名称和解码通道名称的对应和保存 + *解码器选项支持中文翻译 + + (示波器) + *更新示波器通道的数据存储方式 + *修复单通道时,文件保存的问题 + v1.2.2 -- (2023-01-11) ---------- (通用) diff --git a/NEWS31 b/NEWS31 index eb165391..cafff99e 100644 --- a/NEWS31 +++ b/NEWS31 @@ -1,3 +1,31 @@ +v1.3.0-RC10 -- (2023-07-08) +---------- + --common + * Improve device management, decouple it from wave acquisition and display + * Add support for dynamically switching font sizes + * Modify the multilingual framework to support language extensions + * Modify the format of session files + * Modify the loading and display of data files + * Optimize the switching between multiple devices + * Add a mandatory prompt to save data when switching + * Update demo device + * Added the ability to view and clear logs + + --for logic analyzer + * Add real-time display support for stream mode + * Add scrolling (loop) mode to continuously collect and display in real-time + * Update repeat mode to maintain previous waveform before switching + * Update the display and search of waveform edges + * Add and fix decoders (e.g., can-fd, mipi-rffe, UFCS, etc.) + * Support ordering of decoders and waveform channels, and remember the order + * Support exporting multiple column decoding results to the same CSV file + * Support mapping and saving of decoder names and decoding channel names + * Add Chinese translation for decoder options + + --for oscilloscope + * Update the data storage method for oscilloscope channels + * Fix an issue with file saving when using single channel + v1.2.2 -- (2023-01-11) ---------- --common