Skip to content

Commit 78bd8ea

Browse files
author
zhuque
committed
update CHANGELOG.md
1 parent 509b5eb commit 78bd8ea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v3.4.1] - 2025-09-24
9+
- 新增漏洞指纹 CVE-2025-23316
10+
- 优化:triton指纹
11+
812
## [v3.4] - 2025-09-18
913
### 新增功能 (Added)
1014
🌐 **国际化支持**:实现了前端界面的国际化(i18n)支持,包括多语言文本和英文截图资源。

internal/options/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"fmt"
77
)
88

9-
const version = "v3.4-dev"
9+
const version = "v3.4.1-dev"
1010

1111
// ShowBanner is used to show the banner to the user
1212
func ShowBanner() {

0 commit comments

Comments
 (0)