Bump version to v1.12

This commit is contained in:
DreamSourceLab 2020-05-11 21:07:38 +08:00
parent 12fc1cc6cd
commit 297668fcbb
3 changed files with 29 additions and 1 deletions

View File

@ -107,7 +107,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
set(DS_VERSION_MAJOR 1) set(DS_VERSION_MAJOR 1)
set(DS_VERSION_MINOR 1) set(DS_VERSION_MINOR 1)
set(DS_VERSION_MICRO 1) set(DS_VERSION_MICRO 2)
set(DS_VERSION_STRING set(DS_VERSION_STRING
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}
) )

14
NEWS25
View File

@ -1,3 +1,17 @@
1.12 -- (2020-05-11)
-----------------
(通用)
*中文路径和中文名的文件保存和载入
*修复双击dsl文件无法打开的问题
(逻辑分析仪)
*增强uart协议的data bits选择
*增加QSPI和MIPI DSI协议
*增强LPC写周期的解码
*修复超长时间解码结果导出时时间记录的精度问题
*修复解码器多行结果的乱序显示问题
*修复issue #306错误的vcd文件标识符
1.11 -- (2020-04-09) 1.11 -- (2020-04-09)
----------------- -----------------
(通用) (通用)

14
NEWS31
View File

@ -1,3 +1,17 @@
1.12 -- (2020-05-11)
-----------------
--common
*fix issue of saving/loading file with special characters
*fix issue #226, double-click open dsl file on Windows
--for logic analyzer
*improve range settings in decoders
*add QSPI and MIPI DSI decoders
*merge enhancement of LPC decoder
*fix issue #300, time precision for csv export of decoder results
*fix out-of-order issue of multiple annotation rows in one decoder
*fix issue #306, VCD file export uses the wrong identifier codes
1.11 -- (2020-04-09) 1.11 -- (2020-04-09)
----------------- -----------------
--common --common