Skip to content

Commit

Permalink
Merge pull request #172 from LoRexxar/develop
Browse files Browse the repository at this point in the history
update to 2.5.2
  • Loading branch information
LoRexxar committed Jul 30, 2021
2 parents bb4b683 + b9ef563 commit 3b292fa
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.5.1'
__version__ = '2.5.2'
__author__ = 'LoRexxar'
__author_email__ = 'LoRexxar@gmail.com'
__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 @@ -247,4 +247,12 @@
- 修复了上版本中遇到的部分潜在问题
- 修复show_content的bug #156
- 改善了web界面的部分显示问题,并优化了展示页面的查询功能。
- 修复了worker端出现的重复写入数据库问题。
- 修复了worker端出现的重复写入数据库问题。
- 2021-07-30
- KunLun-M 2.5.2
- 修复了新版本的适配问题 #168
- 修复了新版本中关于适配旧版本而导致的各种bug
- 修复了在高版本django中多次save会导致报错的bug
- 优化了project页面的性能
- 为未完成的任务添加了日志下载页面
- 修复了result flow重复添加的错误

0 comments on commit 3b292fa

Please sign in to comment.