Skip to content

Commit

Permalink
若依 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Nov 13, 2024
1 parent 9b33d1a commit 04a0f73
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-b99b286755aef70355a7084753f89cdb7c9.png">
</p>
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.4</h1>
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.5</h1>
<h4 align="center">基于 Vue3/Element Plus 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构</h4>
<p align="center">
<a href="https://gitee.com/y_project/RuoYi-Cloud/stargazers"><img src="https://gitee.com/y_project/RuoYi-Cloud/badge/star.svg?theme=dark"></a>
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.4-brightgreen.svg"></a>
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.5-brightgreen.svg"></a>
<a href="https://gitee.com/y_project/RuoYi-Cloud/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "3.6.4",
"version": "3.6.5",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
Expand Down
34 changes: 33 additions & 1 deletion src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,38 @@
</div>
</template>
<el-collapse accordion>
<el-collapse-item title="v3.6.5 - 2024-11-13">
<ol>
<li>使用SpringDoc代替Swagger</li>
<li>菜单管理新增路由名称</li>
<li>新增数据脱敏过滤注解</li>
<li>限制用户操作数据权限范围</li>
<li>支持自定义显示Excel属性列</li>
<li>操作日志记录DELETE请求参数</li>
<li>用户登录后记录最后登录IP&时间</li>
<li>升级druid到最新版本1.2.23</li>
<li>升级fastjson到最新版2.0.53</li>
<li>升级dynamic-ds到最新版本4.3.1</li>
<li>升级spring-cloud到最新版2021.0.9</li>
<li>升级spring-boot-admin到最新版2.7.16</li>
<li>升级spring-cloud-alibaba到最新版2021.0.6.1</li>
<li>升级quill到最新版本2.0.2</li>
<li>升级axios到最新版本0.28.1</li>
<li>升级core-js到最新版本3.37.1</li>
<li>升级其他依赖到安全版本,防止漏洞风险</li>
<li>修复角色禁用权限不失效问题</li>
<li>优化身份证脱敏正则</li>
<li>优化权限更新后同步缓存</li>
<li>优化查询时间范围日期格式</li>
<li>优化代码生成上级菜单字段类型</li>
<li>优化无用户编号不校验数据权限</li>
<li>优化代码生成主子表关联查询方式</li>
<li>优化校检文件名是否包含特殊字符</li>
<li>优化查表特殊字符使用反斜杠进行转义</li>
<li>优化多个自定数据权限使用in查询,避免多次拼接</li>
<li>其他细节优化</li>
</ol>
</el-collapse-item>
<el-collapse-item title="v3.6.4 - 2024-04-01">
<ol>
<li>全局数据存储用户编号</li>
Expand Down Expand Up @@ -913,7 +945,7 @@
</template>

<script setup name="Index">
const version = ref('3.6.4')
const version = ref('3.6.5')
function goTarget(url) {
window.open(url, '__blank')
Expand Down

0 comments on commit 04a0f73

Please sign in to comment.