Skip to content

Commit

Permalink
update 2.6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Dec 30, 2021
1 parent d645c9c commit 3cdde8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 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.4'
__version__ = '2.6.4.1'
__author__ = 'LoRexxar'
__author_email__ = 'LoRexxar@gmail.com'
__license__ = 'MIT License'
Expand Down Expand Up @@ -48,4 +48,5 @@
""".format(m='kunlun.py', td='tests/vulnerabilities')
__database_epilog__ = """Usage:
python {m} init initialize
python {m} init checksql index 0009_projectvendors_source
""".format(m='kunlun.py')
9 changes: 8 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,11 @@
- 修复了墨非api的部分使用问题
- 删除了tasklog中无意义的数据显示,优化使用体验
- 在组件数据中加入数据来源路径便于检查
- 修复了部分bug#197 #199 #200
- 修复了部分bug#197 #199 #200
- 2021-12-30
- KunLun-M 2.6.4.1
- 修复了一部分组件数据的解析bug,maven的数据更精确了
- 为组件数据添加了source字段,标准了组件的来源位置
- 更新了相应的前端显示
- 为项目页面做了数据优化,现在不那么烧资源了,并添加了项目搜索功能

0 comments on commit 3cdde8e

Please sign in to comment.