Skip to content

Commit

Permalink
Bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 23, 2024
1 parent bd1f39d commit 0e5680c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- TCP 分段丢失、乱序、重传识别
- VLAN 识别(包含多层)
- 支持数据包对指定网卡重放
- 表格组件性能问题(目前200M左右带宽界面会无响应)
- 跨平台支持(WinPcap)
- TableWidget 改成自定义 TableView,实现手动影响表格渲染,彻底解决表格渲染性能问题

## [v0.3.0] - 2024-08-23

### Added

- 自动保留和清理和每次自启动后捕获的包
- 允许把包保存到本地
- 新增捕获周期结束事件推送

### Changed

- 捕获周期结束事件时更新界面,但 TableWidget 不支持手动的视图更新,因此只实现了状态栏的自动更新和表格自动滚动
- 解决表格组件性能问题(1000M 不丢包不崩溃,但持续抓包会无响应,流量变小一段时间后自动恢复)

## [v0.2.0] - 2024-08-21

Expand Down

0 comments on commit 0e5680c

Please sign in to comment.