V1.1.3 release
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# 项目介绍
|
||||
# 项目简介
|
||||
zyplayer-doc是一款适合团队和个人使用的WIKI文档管理工具,同时还包含数据库文档、Api接口文档。
|
||||
|
||||
体验地址:[http://doc.zyplayer.com](http://doc.zyplayer.com/) 账号:**zyplayer** 密码:**123456**
|
||||
在线文档:[zyplayer-doc使用文档](http://doc.zyplayer.com/doc-wiki#/docs/w4eSzPWvQRSBvaCHZS8t6d)
|
||||
|
||||
详细的使用文档地址,可参考:
|
||||
[详细部署使用文档](http://doc.zyplayer.com/doc-wiki#/docs/w4eSzPWvQRSBvaCHZS8t6d)
|
||||
体验地址:[http://doc.zyplayer.com](http://doc.zyplayer.com)
|
||||
|
||||
欢迎有想法的同学一起来完善,如果觉得不错就给个Star鼓励下呗!作为给项目快速更新的动力!
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ set dist_dir=dist
|
||||
|
||||
set app_name=zyplayer-doc
|
||||
|
||||
set version="1.1.2"
|
||||
set version="1.1.3"
|
||||
|
||||
set build_folder=%app_name%-%version%
|
||||
|
||||
|
||||
2
build.sh
2
build.sh
@@ -4,7 +4,7 @@ dist_dir="dist"
|
||||
|
||||
app_name="zyplayer-doc"
|
||||
|
||||
version="1.1.2"
|
||||
version="1.1.3"
|
||||
|
||||
build_folder="${app_name}-${version}"
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>zyplayer-doc</name>
|
||||
@@ -18,7 +18,7 @@
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<fastjson.version>1.2.53</fastjson.version>
|
||||
<zyplayer.doc.version>1.1.2</zyplayer.doc.version>
|
||||
<zyplayer.doc.version>1.1.3</zyplayer.doc.version>
|
||||
<spring.boot.version>2.1.6.RELEASE</spring.boot.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -1,22 +1,18 @@
|
||||
# 本文件用于已部署好的系统检测自己是否需要升级使用,怕有人担心安全一类的问题,所以不提供服务器接口来做
|
||||
lastVersion=1.1.2
|
||||
lastVersion=1.1.3
|
||||
|
||||
upgradeContent=1. #I636K1 全局搜索优化;\
|
||||
2. 同步闭源版本部分代码,修复页面顺序问题;\
|
||||
3. 添加注释和使用lombok @Mdai;\
|
||||
4. 修复初始化显示文档菜单显示高亮问题,修复重复点击报错问题 @〝走走停停;\
|
||||
5. 使用 @RequiredArgsConstructor 进行注入 @handy;\
|
||||
6. md预览过滤格式,tree图标,打包版本指定 @护身法;\
|
||||
7. mysql->oracle建表语句转换 @diantu;\
|
||||
8. sqlserver->mysql建表语句转换 @diantu;\
|
||||
9. 自动执行升级SQL、历史记录改为数据库存储、去掉git操作,优化代码结构,去掉不需要的文件;\
|
||||
10. 将wiki升级为vue3版本;\
|
||||
11. #I69PMN 修复模态框点击关闭问题;\
|
||||
12. WIKI空间支持分页,页面展示优化;\
|
||||
13. #I69ZVX 修改不能保存表情问题,优化脚本;\
|
||||
14. 修复mysql数据库使用前置sql语句时,因数据库名包含特殊字符导致的报错问题 @diantu;\
|
||||
15. 修复oracle使用use语句导致的报错问题 @diantu;\
|
||||
16. 新增达梦数据库支持 @diantu;\
|
||||
upgradeContent=1. 新增MySQL->SQLServer建表语句转换;\
|
||||
2. 修复:新增数据源时参数填写错误,druid连接池配置未能正确关闭,导致控制台重复输出错误日志的问题;\
|
||||
3. 修复:达梦数据库查询数据时,关键词导致的报错;\
|
||||
4. #I6D0A2 修改代码块渲染问题;\
|
||||
5. 引入虚拟表格组件,极大改善大数据量情况下的表格性能;\
|
||||
6. 达梦、Oracle获取表信息SQL完善修复;\
|
||||
7. SQL执行器与表数据页面优化;\
|
||||
8. 初始化用户时增加数据源管理权,给用户授权后改为无需重新登录即可拥有新的权限;\
|
||||
9. 修复数据库导出时多次response导致的控制台报错问题,达梦关键词过滤,数据库导出CLOB数据类型处理;\
|
||||
10. 修改SQL执行逻辑,解决一个sql中字段名重复取值混乱问题,优化SQL编辑器;\
|
||||
11. #I6FO83 解决多次查看页面,编辑时是上一次的页面问题;\
|
||||
12. #I6FMPT 解决富文本编辑器图片上传失败问题;\
|
||||
|
||||
upgradeUrl=https://gitee.com/zyplayer/zyplayer-doc/releases
|
||||
nextStep=
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -10,12 +10,13 @@ import java.util.List;
|
||||
* @since 2021-06-06
|
||||
*/
|
||||
public class ZyplayerDocVersion {
|
||||
public static final String version = "1.1.2";
|
||||
public static final String version = "1.1.3";
|
||||
|
||||
/**
|
||||
* 每次升级必须添加一条记录,用于执行它的升级SQL
|
||||
*/
|
||||
public static final List<String> versionUpgrade = new LinkedList<String>() {{
|
||||
add("1.1.3");
|
||||
add("1.1.2");
|
||||
}};
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user