Skip to content

Commit 8a1f8b3

Browse files
author
githubnull
committed
chore: bump version to v1.7.7
1 parent 0035cae commit 8a1f8b3

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue">
66
<img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI">
77
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
8-
<img src="https://img.shields.io/badge/Version-1.7.6-orange.svg" alt="Version">
8+
<img src="https://img.shields.io/badge/Version-1.7.7-orange.svg" alt="Version">
99
</p>
1010

1111
<p align="center">
@@ -253,6 +253,11 @@ sqlmapWebUI/
253253

254254
## 📝 更新日志
255255

256+
### v1.7.7 (2024-12)
257+
- 更新所有项目文档反映最新功能特性
258+
- 完善 AGENTS.md 和 CLAUDE.md AI 编程指南
259+
- 优化用户使用指南文档
260+
256261
### v1.7.6 (2024-12)
257262
- 新增扫描配置预设管理(默认配置/常用配置/历史配置)
258263
- 新增引导式参数编辑器

README_EN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue">
66
<img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI">
77
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
8-
<img src="https://img.shields.io/badge/Version-1.7.6-orange.svg" alt="Version">
8+
<img src="https://img.shields.io/badge/Version-1.7.7-orange.svg" alt="Version">
99
</p>
1010

1111
<p align="center">
@@ -260,6 +260,11 @@ Please read the [Disclaimer](DISCLAIMER.md) before use.
260260

261261
## Changelog
262262

263+
### v1.7.7 (2024-12)
264+
- Updated all project documentation to reflect latest features
265+
- Improved AGENTS.md and CLAUDE.md AI programming guides
266+
- Optimized user usage guide documentation
267+
263268
### v1.7.6 (2024-12)
264269
- Added scan configuration preset management (default/preset/history)
265270
- Added guided parameter editor

src/backEnd/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
MAX_TASKS_COUNT_LOCK = threading.Lock()
55

66

7-
VERSION = "1.7.6"
7+
VERSION = "1.7.7"

0 commit comments

Comments
 (0)