File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed
Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
107107
108108set (DS_VERSION_MAJOR 1)
109109set (DS_VERSION_MINOR 1)
110- set (DS_VERSION_MICRO 1 )
110+ set (DS_VERSION_MICRO 2 )
111111set (DS_VERSION_STRING
112112 ${DS_VERSION_MAJOR} .${DS_VERSION_MINOR} .${DS_VERSION_MICRO}
113113)
Original file line number Diff line number Diff line change 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+
1151.11 -- (2020-04-09)
216-----------------
317 (通用)
Original file line number Diff line number Diff line change 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+
1151.11 -- (2020-04-09)
216-----------------
317 --common
You can’t perform that action at this time.
0 commit comments