We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20d91a commit b0a3f9aCopy full SHA for b0a3f9a
README.md
@@ -9,7 +9,7 @@
9
<img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue">
10
<img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI">
11
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
12
- <img src="https://img.shields.io/badge/Version-1.8.37-orange.svg" alt="Version">
+ <img src="https://img.shields.io/badge/Version-1.8.38-orange.svg" alt="Version">
13
</p>
14
15
<p align="center">
@@ -270,6 +270,13 @@ sqlmapWebUI/
270
271
## 📝 更新日志
272
273
+### v1.8.38 (2026-02-27)
274
+
275
+**新功能**
276
+- 历史配置表格添加排序功能(支持按ID、命令行参数、最后使用时间、使用次数排序)
277
+- 历史配置表格添加分页功能(支持选择每页显示数量)
278
+- 历史配置卡片显示ID标识
279
280
### v1.8.37 (2026-02-27)
281
282
**修复**
0 commit comments