diff --git a/README.md b/README.md
index 8584f3ab2..5bf231d18 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-RuoYi v3.8.8
+RuoYi v3.8.9
基于SpringBoot+Vue前后端分离的Java快速开发框架
-
+
diff --git a/pom.xml b/pom.xml
index 2465e4415..21f8ea0f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,14 @@
com.ruoyi
ruoyi
- 3.8.8
+ 3.8.9
ruoyi
http://www.ruoyi.vip
若依管理系统
- 3.8.8
+ 3.8.9
UTF-8
UTF-8
1.8
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index ce384b469..34a40e841 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.8
+ 3.8.9
4.0.0
jar
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index c777ac14d..64edc1bfd 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name: RuoYi
# 版本
- version: 3.8.8
+ version: 3.8.9
# 版权年份
copyrightYear: 2024
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 56c3f8191..b0dddd963 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.8
+ 3.8.9
4.0.0
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index de50de35d..d8d6d88d0 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.8
+ 3.8.9
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index 27d31cc6f..9dd41f99b 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.8
+ 3.8.9
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index acfd4d442..a07542ab2 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.8
+ 3.8.9
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index 5439f13db..196529397 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.8
+ 3.8.9
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 02d418803..a46664a9e 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "3.8.8",
+ "version": "3.8.9",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index a17811f5f..7b13cad84 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -147,6 +147,45 @@
更新日志
+
+
+ - 用户管理支持分栏拖动
+ - 修改主题样式本地读取
+ - 用户头像http(s)链接支持
+ - 用户管理过滤掉已禁用部门
+ - 支持自定义显示Excel属性列
+ - 操作日志记录DELETE请求参数
+ - 白名单支持对通配符路径匹配
+ - 校检文件名是否包含特殊字符
+ - 代码生成创建表屏蔽违规的字符
+ - 菜单面包屑导航支持多层级显示
+ - Excel注解支持wrapText是否允许内容换行
+ - 代码生成新增配置是否允许文件覆盖到本地
+ - 修复角色禁用权限不失效问题
+ - 修复代码生成上级菜单显示问题
+ - 修复导出子列表对象只能在最后的问题
+ - 修复TopNav无法正确获取active的问题
+ - 修复默认关闭Tags-Views内链页面打不开
+ - 升级oshi到最新版本6.6.5
+ - 升级tomcat到最新版本9.0.96
+ - 升级fastjson到最新版2.0.53
+ - 升级logback到最新版本1.2.13
+ - 升级spring-framework到最新版本5.3.39
+ - 升级quill到最新版本2.0.2
+ - 升级axios到最新版本0.28.1
+ - 优化身份证脱敏正则
+ - 优化权限更新后同步缓存
+ - 优化查询时间范围日期格式
+ - 优化参数键值更换为多行文本
+ - 优化导入带标题文件关闭清理
+ - 优化上传图片带域名不增加前缀
+ - 优化特殊字符密码修改失败问题
+ - 优化无用户编号不校验数据权限
+ - 优化TopNav内链菜单点击没有高亮
+ - 优化菜单管理切换Mini布局错乱问题
+ - 其他细节优化
+
+
- 菜单管理新增路由名称
@@ -1020,7 +1059,7 @@ export default {
data() {
return {
// 版本号
- version: "3.8.8"
+ version: "3.8.9"
};
},
methods: {