From d060779c41598450f30dfb942598f5f44bab27ea Mon Sep 17 00:00:00 2001 From: wintel Date: Sun, 27 Aug 2023 22:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 7 ++++++- docs/core/changelog.md | 27 +++++++++++++++++++++++++++ docs/core/routineupdate.md | 14 ++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c48366c2..0d4f4381 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ /* * @Author: yubaolee | ahfu~ <954478625@qq.com> * @Date: 2023-08-12 10:48:24 - * @LastEditTime: 2023-08-27 19:45:48 + * @LastEditTime: 2023-08-27 22:21:32 * @Description: * @ * @Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved. @@ -70,6 +70,11 @@ module.exports = { text: 'Variant Form - 可视化低代码表单', link: 'https://www.vform666.com/', target: '_blank' + }, + { + text: 'SqlSugar', + link: 'https://www.donet5.com/', + target: '_blank' } ], }, diff --git a/docs/core/changelog.md b/docs/core/changelog.md index 01dd7d3e..9746424d 100644 --- a/docs/core/changelog.md +++ b/docs/core/changelog.md @@ -1,4 +1,31 @@ # 版本发布 + +### v6.0 + +* 全面支持SqlSugar Orm。详情:[sqlsugar访问数据库](http://doc.openauth.net.cn/core/sqlsugar.html); + +* 全面更新mvc版本,升级layui版本至最新v2.8.11; + +* 升级.Net版本6.0,所有三方组件全面更新; + + +### v5.0 + +* 新增Oracle数据库驱动; + +* 支持同时配置多个类型数据库的连接字符串; + +* 调整APP层文件结构,按功能划分; + +* 流程表单项增加读写权限控制; + +* 代码生成器设置可以控制界面展示; + +* 流程处理增加消息通知; + +* 优化swagger分组; + + ### v4.0 * 【新增】集成Variant Form - 可视化低代码表单; diff --git a/docs/core/routineupdate.md b/docs/core/routineupdate.md index fd1e7d8c..60400d68 100644 --- a/docs/core/routineupdate.md +++ b/docs/core/routineupdate.md @@ -1,5 +1,19 @@ # 日常提交(针对dev分支) +* 2023.08.27 fix issue #I7A7XF 全面支持SqlSugar Orm。详情:[sqlsugar访问数据库](http://doc.openauth.net.cn/core/sqlsugar.html) + +* 2023.08.18 fix #I7U1BM 左侧展开图标丢失 + +* 2023.08.16 fix #I7U14K layui-icon图标大小不一致 + +* 2023.08.13 update layui to 2.8.11 + +* 2023.08.01 默认.Net SDK版本升级为6.0 + +* 2023.06.01 fix #I7EKFG 关于使用oracle数据库时代码生成界面的问题 + +* 2023.05.01 fix #I5ZL3B 代码生成器,动态列排序,保存无效 + * 2022.12.22 退出登录时,清空tag标签; * 2022.12.20 修复多个模块名称相同时,只能打开一个的BUG;