Update news note from branch 'release-1.2.1'

This commit is contained in:
dreamsourcelabTAI 2023-05-25 10:47:51 +08:00
parent 60c8593fed
commit 9fb249fef9
2 changed files with 40 additions and 0 deletions

20
NEWS25
View File

@ -1,3 +1,23 @@
v1.2.2 -- (2023-01-11)
----------
(通用)
*增加快捷键对ctrl/shift/alt的识别
*修复保存文件过程中多次点击崩溃的问题
*修复macOS下截图崩溃的问题
*改进CSV文件的保存精度
(逻辑分析仪)
*支持新的硬件和固件版本
*清理0:UART协议的outputs申明
*增加CAN解码器对CANFD的支持
*修复某些解码器的wait错误
*修复QI解码器的错误
*修复SPDIF解码器对不完整帧的解码
*增加USB PD协议的消息类型支持
(示波器)
*修复不同通道数的dsl文件载入后测量值显示问题
1.2.1 -- (2022-08-27)
----------
(通用)

20
NEWS31
View File

@ -1,3 +1,23 @@
v1.2.2 -- (2023-01-11)
----------
--common
* Add shortcut key recognition of ctrl/shift/alt
* Fix multiple clicks crash during file saving
* Fix screenshot crash under macOS
* Improve accuracy of CSV file
--for logic analyzer
* Support new hardware and firmware versions
* Clean up 0: UART protocol outputs statement
* Add CAN decoder support for CANFD
* Fix wait error for some decoders
* Fix QI decoder bugs
* Fix SPDIF decoder error for incomplete frames
* Add message type support for USB PD decoder
--for oscilloscope
* Fix measure error of DSL files with different channel number
1.2.1 -- (2022-08-27)
-----------------
--common