Skip to content

v0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jan 02:28

Changelog

  • fa0d9e1 chore(feature): 移除未使用的 version 字段和 GetVersion 方法
  • def1525 chore(utils): 移除未使用的 RateLimiter 代码
  • e7cf0c0 docs(plans): 添加2026年代码审查改进实施计划文档
  • 5629578 fix(scan): 使用 context cancel 替代 os.Exit 实现优雅退出
  • c57e1d8 fix(scan): 添加显式的 IP 字节溢出检查以提高代码健壮性
  • 1775954 fix(utils): 修复 ResourceLimiter 超时时计数器错误递增
  • b098d44 fix(进度管理): 改进终端检测和进度显示逻辑
  • 4f55b9a perf(scan): 使用合理的 map 初始容量减少扩容
  • afcd543 refactor(detector): 使用常量替代魔法数字
  • f1c7326 refactor(errors): 优先使用类型断言改进错误检测
  • 6d6346b refactor(main): 移除全局变量直接从 context 获取参数
  • 947fc38 refactor(progress_manager): 重构进度管理器以改进并发处理和资源清理
  • a7a371f refactor(scan): eliminate duplicate code between Scan and ScanWithOutput
  • c2156bb refactor(扫描工具): 优化IP处理和结果通道管理