Skip to content

Commit 56c3ffe

Browse files
author
yangjian
committed
v0.9.7
1 parent 41efe10 commit 56c3ffe

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## 版本更新记录
22

3+
### v0.9.7 2025-09-30
4+
5+
- [新增]AI框架Dify接入和Markdown编辑器AI写作功能;
6+
- [新增]支持注册码设置有效期字段,优化后台注册码管理页面;
7+
- [新增]支持配置第三方缓存数据库;
8+
- [新增]后台可配置页面链接单标签打开;
9+
- [新增]后台管理文档分享管理;
10+
- [修复]开启全站登录状态下获取邮箱验证码URL需要登录的问题;
11+
- [优化]登录验证URL白名单处理;
12+
- [优化]支持电子邮箱作为用户名进行登录;
13+
- [优化]首页页头显示;
14+
315
### v0.9.6 2025-07-02
416

517
- [新增]docker-compose.yml文件和基于docker compose的一键更新脚本;

MrDoc/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# SECURITY WARNING: don't run with debug turned on in production!
5252
DEBUG = CONFIG.getboolean('site','debug',fallback=False)
5353

54-
VERSIONS = '0.9.6'
54+
VERSIONS = '0.9.7'
5555

5656
ALLOWED_HOSTS = ['*']
5757

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/MrDoc-v0.9.6-brightgreen.svg" title="Mrdoc" />
12+
<img src="https://img.shields.io/badge/MrDoc-v0.9.7-brightgreen.svg" title="Mrdoc" />
1313
<img src="https://img.shields.io/badge/Python-3.9+-blue.svg" title="Python" />
1414
<img src="https://img.shields.io/badge/Django-v4.2-important.svg" title="Django" />
1515
<a href="https://hellogithub.com/repository/6494f041e00d4b8481ed1114a0bd33c1" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6494f041e00d4b8481ed1114a0bd33c1&claim_uid=3IU9mFeOVT0cXyw&theme=small" alt="Featured|HelloGitHub" /></a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
<p align="center">
11-
<img src="https://img.shields.io/badge/MrDoc-v0.9.6-brightgreen.svg" title="Mrdoc" />
11+
<img src="https://img.shields.io/badge/MrDoc-v0.9.7-brightgreen.svg" title="Mrdoc" />
1212
<img src="https://img.shields.io/badge/Python-3.9+-blue.svg" title="Python" />
1313
<img src="https://img.shields.io/badge/Django-v4.2-important.svg" title="Django" />
1414
<a href="https://hellogithub.com/repository/6494f041e00d4b8481ed1114a0bd33c1" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6494f041e00d4b8481ed1114a0bd33c1&claim_uid=3IU9mFeOVT0cXyw&theme=small" alt="Featured|HelloGitHub" /></a>

0 commit comments

Comments
 (0)