Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjian committed Nov 1, 2024
1 parent df6eccf commit c57cf00
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## 版本更新记录

### v0.9.4 2024-11-01

- [**重要提示!!!**]
- Docker 部署方式需升级 Docker 镜像至 v9.0;
- 其他部署方式需升级 Python 版本至 3.11;
- [**依赖库更新**]
- Python 版本:基准版本升级至 Python 3.11.3,最低支持版本为 Python 3.9;
- Django 框架:版本升级至4.2.16;
- PyPDF2 模块替换为 pypdf;
- Selenium 升级至 4.25.0;
- [**数据库支持版本更新**]
- MySQL数据库:支持 8.0 及以上版本;
- PostgreSQL数据库:支持 12 及以上版本;
- MariaDB数据库:支持 10.4 及以上版本;
- Oracle数据库:支持 19c 及以上版本;
- [**功能优化**]
- 优化文集最新文档选项卡文档URL链接;
- 优化首页文集列表文集URL;
- 优化404页面;
- 优化Markdown行内公式字体与文本保持一致;
- [**问题修复**]
- 修复login.html 以及 register.html 中的验证码URL问题;

### v0.9.3 2024-08-14

- [新增]用户Token获取指定文集信息接口;
Expand Down
2 changes: 1 addition & 1 deletion MrDoc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = CONFIG.getboolean('site','debug',fallback=False)

VERSIONS = '0.9.3'
VERSIONS = '0.9.4'

ALLOWED_HOSTS = ['*']

Expand Down
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</p>

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

Expand Down

0 comments on commit c57cf00

Please sign in to comment.