-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# 2.6.31 | ||
|
||
## Version 2.6.31 (2024/11/13) | ||
|
||
发布功能 | ||
|
||
* 修复数据库编辑、新增表相关问题 | ||
|
||
|
||
# 2.6.30 | ||
|
||
## Version 2.6.30 (2024/10/18) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# 2.6.30 | ||
# 2.6.31 | ||
|
||
## Version 2.6.30 (2024/10/18) | ||
## Version 2.6.31 (2024/11/13) | ||
|
||
发布功能 | ||
|
||
* Redis 模糊搜索 Key 使用 Scan 搜索 | ||
* Redis Keys 树形结构重构,可以自定义多个字符分割 | ||
* 修复数据库编辑、新增表相关问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "TeamIDE", | ||
"version": "2.6.30", | ||
"version": "2.6.31", | ||
"main": "./dist/main/main.js" | ||
} |