Skip to content

Commit

Permalink
update 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Dec 23, 2021
1 parent 040f6ca commit 2a8aa5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
__license__ = 'MIT License'
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,12 @@
- 修复了在处理同一漏洞多结果的忽略问题
- 修复了deps api的bug @raul17 #192
- 组件扫描添加了墨非api
- 添加了组件搜索功能并完善了相应页面显示内容
- 添加了组件搜索功能并完善了相应页面显示内容
- 2021-12-23
- KunLun-M 2.6.4
- 添加了组件相关数据、数据流相关数据api
- 修复了部分静态页面的显示bug
- 修复了墨非api的部分使用问题
- 删除了tasklog中无意义的数据显示,优化使用体验
- 在组件数据中加入数据来源路径便于检查
- 修复了部分bug#197 #199 #200

0 comments on commit 2a8aa5b

Please sign in to comment.