From 2a8aa5b08774003e8e2e9375f46b81c47b144fda Mon Sep 17 00:00:00 2001 From: LoRexxar Date: Thu, 23 Dec 2021 18:11:42 +0800 Subject: [PATCH] update 2.6.4 --- core/__version__.py | 2 +- docs/changelog.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/core/__version__.py b/core/__version__.py index 106fa67b..28efe30c 100644 --- a/core/__version__.py +++ b/core/__version__.py @@ -7,7 +7,7 @@ __issue_page__ = 'https://github.com/LoRexxar/Kunlun-M/issues/new' __python_version__ = sys.version.split()[0] __platform__ = platform.platform() -__version__ = '2.6.3' +__version__ = '2.6.4' __author__ = 'LoRexxar' __author_email__ = 'LoRexxar@gmail.com' __license__ = 'MIT License' diff --git a/docs/changelog.md b/docs/changelog.md index e8ca283c..6591d9fd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -279,4 +279,12 @@ - 修复了在处理同一漏洞多结果的忽略问题 - 修复了deps api的bug @raul17 #192 - 组件扫描添加了墨非api - - 添加了组件搜索功能并完善了相应页面显示内容 \ No newline at end of file + - 添加了组件搜索功能并完善了相应页面显示内容 +- 2021-12-23 + - KunLun-M 2.6.4 + - 添加了组件相关数据、数据流相关数据api + - 修复了部分静态页面的显示bug + - 修复了墨非api的部分使用问题 + - 删除了tasklog中无意义的数据显示,优化使用体验 + - 在组件数据中加入数据来源路径便于检查 + - 修复了部分bug#197 #199 #200 \ No newline at end of file