|
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | <p align="center"> |
8 | | - <img src="https://img.shields.io/badge/Python-3.13+-blue.svg" alt="Python"> |
| 8 | + <img src="https://img.shields.io/badge/Python-3.10+-blue.svg" alt="Python"> |
9 | 9 | <img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue"> |
10 | 10 | <img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI"> |
11 | 11 | <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"> |
12 | | - <img src="https://img.shields.io/badge/Version-1.7.9-orange.svg" alt="Version"> |
| 12 | + <img src="https://img.shields.io/badge/Version-1.8.0-orange.svg" alt="Version"> |
13 | 13 | </p> |
14 | 14 |
|
15 | 15 | <p align="center"> |
@@ -278,16 +278,26 @@ Please read the [Disclaimer](DISCLAIMER.md) before use. |
278 | 278 | ## Changelog |
279 | 279 |
|
280 | 280 | ### v1.8.0 (2025-12) |
| 281 | + |
| 282 | +**New Features** |
281 | 283 | - Added backend service startup scripts (Windows/Linux/macOS) |
282 | 284 | - Support for auto-creating and reusing virtual environments |
283 | 285 | - Support for PyPI mirror configuration (Tsinghua/Aliyun/USTC, etc.) |
284 | 286 | - Support for intranet private mirror configuration |
285 | 287 | - Support for fully offline environment deployment |
286 | | -- Fixed Windows/Linux command line encoding issues |
287 | | -- Lowered Python minimum version requirement to 3.10+ |
288 | | -- Added backend service disclaimer document |
| 288 | +- Added WebSocket real-time notification mechanism, backend can actively push task status changes |
| 289 | +- Added confirmation dialogs for delete and stop operations on task list page |
| 290 | + |
| 291 | +**Improvements** |
| 292 | +- Optimized task operation thread safety, moved sync lock operations to thread pool to avoid blocking event loop |
289 | 293 | - Improved scan configuration preset selection UI |
290 | 294 | - Enhanced submit button disable logic and hints |
| 295 | +- Lowered Python minimum version requirement to 3.10+ |
| 296 | + |
| 297 | +**Fixes** |
| 298 | +- Fixed Windows/Linux command line encoding issues |
| 299 | +- Fixed refresh interval API response data structure handling error |
| 300 | +- Added backend service disclaimer document |
291 | 301 |
|
292 | 302 | ### v1.7.9 (2025-12) |
293 | 303 | - Added project Logo design (shield + injection syringe concept) |
|
0 commit comments