From 8c32cbd08c538669effee7c352a0dc803f61acd8 Mon Sep 17 00:00:00 2001 From: yangjian Date: Mon, 1 Feb 2021 19:27:59 +0800 Subject: [PATCH] =?UTF-8?q?v0.6.4=E7=89=88=E6=9C=AC=E5=BD=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 20 ++++++++++++++++++++ MrDoc/settings.py | 2 +- README.md | 2 +- README_ENG.md | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7fcf2ca..3809bc3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,25 @@ ## 版本更新记录 +### v0.6.4 2021-02 + +- [优化]文集的高级权限协作用户可对文集文档进行排序; +- [优化]文集页面大纲目录样式; +- [优化]重置密码代码逻辑; +- [优化]更新图标字体,新增左侧文集大纲文档图标; +- [优化]Editor.md代码块样式和恢复工具栏标题; +- [优化]文档发布后的页面调整逻辑; +- [优化]文档编辑器页面新建文集后默认选中新建的文集; +- [优化]删除文集时进行二次确认; +- [修复]文档管理页面搜索文档获取协作文集列表错误的问题; +- [修复]管理员无法为非自己创建的文集添加协作用户的问题; +- [修复]Editor.md编辑器在移动端输入中文自动换行的问题; +- [修复]图片文件名包含空格时引用不显示的问题; +- [新增]获取当前版本号的URL和视图; +- [新增]用户Token新建文集接口; +- [新增]Markdown编辑器的Markdown文本高亮标记语法; +- [新增]首页文集置顶功能; +- [合并]GitHub [#61Editor.md编辑器引用块样式](https://github.com/zmister2016/MrDoc/pull/61) + ### v0.6.3 2021-01 - [优化]文档编辑页面HTML模板; diff --git a/MrDoc/settings.py b/MrDoc/settings.py index 89c26b3..9d6b0bc 100644 --- a/MrDoc/settings.py +++ b/MrDoc/settings.py @@ -40,7 +40,7 @@ SECRET_KEY = '5&71mt9@^58zdg*_!t(x6g14q*@84d%ptr%%s6e0l50zs0we3d' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = CONFIG.getboolean('site','debug') -VERSIONS = '0.6.3' +VERSIONS = '0.6.4' ALLOWED_HOSTS = ['*'] diff --git a/README.md b/README.md index 3e5d052..00875f7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

个人和小型团队的笔记、文档、知识管理私有化部署方案

- +

diff --git a/README_ENG.md b/README_ENG.md index 933ac78..10f3781 100644 --- a/README_ENG.md +++ b/README_ENG.md @@ -3,7 +3,7 @@

Personal and small team notes, documents, knowledge management privatization deployment scheme

- +