2
0
forked from Ivasoft/DSView

Bump version to v1.11

This commit is contained in:
DreamSourceLab
2020-04-09 20:28:45 +08:00
parent 517a8d108b
commit e9b7d9aa5d
3 changed files with 30 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_MINOR 1)
set(DS_VERSION_MICRO 0)
set(DS_VERSION_MICRO 1)
set(DS_VERSION_STRING
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}
)

14
NEWS25
View File

@@ -1,3 +1,17 @@
1.11 -- (2020-04-09)
-----------------
(通用)
*替换为svg矢量图标优化高分屏下的显示体验
*修复DPI Scale较大时初始化显示窗口超出屏幕边界的问题
(逻辑分析仪)
*修复U3Pro16/U3Pro32设备Type-c接口正反插的识别问题
*修复解码器问题i2c的stopDMX512的break增强识别
(示波器)
*改进U2B100/U3P100在进行自动校准时的增益控制
*修复第一次触发被忽略的问题
1.10 -- (2020-02-22)
-----------------
(通用)

15
NEWS31
View File

@@ -1,3 +1,18 @@
1.11 -- (2020-04-09)
-----------------
--common
*improve the icons with svg format for better high DPI display
*fix out of screen issue when DPI scale >= 1.5 @ 1080P
--for logic analyzer
*fix type-c orientation issue for U3Pro16/U3Pro32
*fix decoder issues (enhance detection of i2s stop and dmx512 break)
--for oscilloscope
*improve the auto gain control during auto calibration for U2B100/U3P100
*fix issue of first trigger be ignored
1.10 -- (2020-02-22)
-----------------
--common