Skip to content

Commit

Permalink
release v1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Feb 21, 2024
1 parent c5cad83 commit 7695c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- v1.6.10(2024-02-21)
- 修复触发分组新增分组后无法自动勾选问题
- 增加证书列表批量操作
- fix:修复手动设置启动网站监测状态后不运行的问题

- v1.6.9(2024-02-20)
- 支持自定义主机ip地址不清空

Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.6.9'
VERSION = '1.6.10'

0 comments on commit 7695c65

Please sign in to comment.