Skip to content

Commit 297668f

Browse files
Bump version to v1.12
1 parent 12fc1cc commit 297668f

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

DSView/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
107107

108108
set(DS_VERSION_MAJOR 1)
109109
set(DS_VERSION_MINOR 1)
110-
set(DS_VERSION_MICRO 1)
110+
set(DS_VERSION_MICRO 2)
111111
set(DS_VERSION_STRING
112112
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}
113113
)

NEWS25

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.12 -- (2020-05-11)
2+
-----------------
3+
(通用)
4+
*中文路径和中文名的文件保存和载入
5+
*修复双击dsl文件无法打开的问题
6+
7+
(逻辑分析仪)
8+
*增强uart协议的data bits选择
9+
*增加QSPI和MIPI DSI协议
10+
*增强LPC写周期的解码
11+
*修复超长时间解码结果导出时时间记录的精度问题
12+
*修复解码器多行结果的乱序显示问题
13+
*修复issue #306(错误的vcd文件标识符)
14+
115
1.11 -- (2020-04-09)
216
-----------------
317
(通用)

NEWS31

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.12 -- (2020-05-11)
2+
-----------------
3+
--common
4+
*fix issue of saving/loading file with special characters
5+
*fix issue #226, double-click open dsl file on Windows
6+
7+
--for logic analyzer
8+
*improve range settings in decoders
9+
*add QSPI and MIPI DSI decoders
10+
*merge enhancement of LPC decoder
11+
*fix issue #300, time precision for csv export of decoder results
12+
*fix out-of-order issue of multiple annotation rows in one decoder
13+
*fix issue #306, VCD file export uses the wrong identifier codes
14+
115
1.11 -- (2020-04-09)
216
-----------------
317
--common

0 commit comments

Comments
 (0)