Skip to content

Commit

Permalink
Bump version to v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamSourceLab committed May 11, 2020
1 parent 12fc1cc commit 297668f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DSView/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")

set(DS_VERSION_MAJOR 1)
set(DS_VERSION_MINOR 1)
set(DS_VERSION_MICRO 1)
set(DS_VERSION_MICRO 2)
set(DS_VERSION_STRING
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}
)
Expand Down
14 changes: 14 additions & 0 deletions NEWS25
Original file line number Diff line number Diff line change
@@ -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)
-----------------
(通用)
Expand Down
14 changes: 14 additions & 0 deletions NEWS31
Original file line number Diff line number Diff line change
@@ -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)
-----------------
--common
Expand Down

0 comments on commit 297668f

Please sign in to comment.