File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed
continew-webapi/src/main/resources/config Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v3.4.1] ( https://github.com/continew-org/continew-admin/compare/v3.4.0...v3.4.1 ) (2024-12-08)
2
+
3
+ ### ✨ 新特性
4
+
5
+ * 新增验证码配置开关 ([ e314346] ( https://github.com/continew-org/continew-admin/commit/e31434617e751f08d12ace7773bb3ba7bf132370 ) ) ([ 61fe39d] ( https://github.com/continew-org/continew-admin/commit/61fe39d439b73c90cfeb989f8f4727ade6b5b3b2 ) ) (Gitee #37 @@aiming317 )
6
+
7
+ ### 💎 功能优化
8
+
9
+ - 【open】优化 API 参数签名处理 ([ 22b3564] ( https://github.com/continew-org/continew-admin/commit/22b3564a2217dee739fc2172453b23600d82d6de ) )
10
+ - 移除关于项目菜单初始数据(该菜单从动态路由调整为前端静态,且不再需要鉴权) ([ 88313c8] ( https://github.com/continew-org/continew-admin/commit/88313c8b2017e7ec620e5372f34bf5e431ce3e7f ) )
11
+ - 优化代码生成菜单图标 ([ 9296985] ( https://github.com/continew-org/continew-admin/commit/9296985be0ab63ba54c63c71c011681f91aef7fb ) )
12
+ - BaseServiceImpl 所在包调整 ([ d7ae7b4] ( https://github.com/continew-org/continew-admin/commit/d7ae7b4e42c424a3db51c72a0ed79572c9fd7601 ) )
13
+ - BaseController 改为在 Admin common 模块编写(重构权限校验 checkPermission 处理) ([ d7ae7b4] ( https://github.com/continew-org/continew-admin/commit/d7ae7b4e42c424a3db51c72a0ed79572c9fd7601 ) )
14
+ - CRUD ValidateGroup => CrudValidationGroup ([ d7ae7b4] ( https://github.com/continew-org/continew-admin/commit/d7ae7b4e42c424a3db51c72a0ed79572c9fd7601 ) )
15
+ - ValidateGroup => ValidationGroup ([ d7ae7b4] ( https://github.com/continew-org/continew-admin/commit/d7ae7b4e42c424a3db51c72a0ed79572c9fd7601 ) )
16
+
17
+ ### 🐛 问题修复
18
+
19
+ - 【generator】修复 columnSize 类型错误,兼容无注释字段配置 ([ 6b64ae3] ( https://github.com/continew-org/continew-admin/commit/6b64ae3e07a76d844eec4bd05302126cbcaca31b ) )
20
+ - 补充能力开放模块接口文档配置 ([ 270fbf1] ( https://github.com/continew-org/continew-admin/commit/270fbf15af338a6ac3e6a686409eea8e9a32b6bf ) )
21
+ - 修复文件管理删除文件异常或不成工的情况 ([ 361a412] ( https://github.com/continew-org/continew-admin/commit/361a41258e9fdece5ba681298f2839b013d6cfab ) ) (Gitee #35 @kiki1373639299)
22
+ - 修复本地文件管理删除文件异常或不成功的情况 ([ c7b58a0] ( https://github.com/continew-org/continew-admin/commit/c7b58a0fd167c566f6680c87cc455b71c42b8eda ) ) (Gitee #36 @kiki1373639299)
23
+ - 修复 Query 查询数组范围报错 ([ d7ae7b4] ( https://github.com/continew-org/continew-admin/commit/d7ae7b4e42c424a3db51c72a0ed79572c9fd7601 ) )
24
+
25
+ ### 📦 依赖升级
26
+
27
+ - ContiNew Starter 2.7.4 => 2.7.5 (更多特性及依赖升级详情,请查看 ContiNew Starter [ 更新日志] ( https://github.com/continew-org/continew-starter/blob/dev/CHANGELOG.md ) )
28
+
1
29
## [ v3.4.0] ( https://github.com/continew-org/continew-admin/compare/v3.3.0...v3.4.0 ) (2024-11-18)
2
30
3
31
### ✨ 新特性
Original file line number Diff line number Diff line change 4
4
<img src =" https://img.shields.io/badge/License-Apache--2.0-blue.svg " alt =" License " />
5
5
</a >
6
6
<a href =" https://github.com/continew-org/continew-admin " target =" _blank " >
7
- <img src =" https://img.shields.io/badge/RELEASE-v3.4.0 -%23ff3f59.svg " alt =" Release " />
7
+ <img src =" https://img.shields.io/badge/RELEASE-v3.4.1 -%23ff3f59.svg " alt =" Release " />
8
8
</a >
9
9
<a href =" https://app.codacy.com/gh/continew-org/continew-admin/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade " target =" _blank " >
10
10
<img src =" https://app.codacy.com/project/badge/Grade/19e3e2395d554efe902c3822e65db30e " alt =" Codacy Badge " />
Original file line number Diff line number Diff line change 5
5
# 应用名称
6
6
app-name : continew-admin
7
7
# 版本
8
- version : 3.4.0
8
+ version : 3.4.1
9
9
# 描述
10
10
description : 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。
11
11
# 基本包
Original file line number Diff line number Diff line change 33
33
34
34
<properties >
35
35
<!-- 项目版本号 -->
36
- <revision >3.4.0 </revision >
36
+ <revision >3.4.1 </revision >
37
37
</properties >
38
38
39
39
<!-- 全局依赖版本管理 -->
You can’t perform that action at this time.
0 commit comments