Skip to content

Commit

Permalink
Merge pull request CodePhiliaX#1018 from chat2db/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shanhexi authored Dec 25, 2023
2 parents 2be9014 + c6fd99a commit 73d9e8b
Show file tree
Hide file tree
Showing 46 changed files with 811 additions and 470 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@
"yapi",
"yizhoumo",
"zustand"
]
],
"java.compile.nullAnalysis.mode": "automatic"
}
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.1.16

`2023-12-25`

**Changelog**

- ⭐【New Features】Execute the Record sql Add replication button
- ⭐【New Features】Execution records can be opened directly in the console
- ⭐【New Features】The SQL column on the right of execution record and save can be expanded and dragged
- 🐞【Fixed】Some databases could not display the Database/Schema structure
- 🐞【Fixed】During web deployment, a page error occurs after the page switching page is refreshed
- ⚡️【Optimize】The query result cancels in-cell scrolling and instead uses hover to view cell contents

## 3.1.15

`2023-12-20`
Expand Down Expand Up @@ -58,9 +71,9 @@
- 🔥🔥【Optimize】Optimized the tab switchover problem
- ⚡️ 【Optimize】All nodes are supported. The name of each node can be copied
- ⚡️【Optimize】The sql console input box supports switching databases, and will not change when the left database is switched
- ⭐ 【New function】Save records moved to the right toolbar, you can directly modify the name in the list
- ⭐【New feature】Support mongoDB
- ⭐【New function】Support for viewing all tables
- ⭐ 【New Features】Save records moved to the right toolbar, you can directly modify the name in the list
- ⭐【New Features】Support mongoDB
- ⭐【New Features】Support for viewing all tables

## 3.0.14

Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.1.16

`2023-12-25`

**更新日志**

- ⭐【新功能】执行记录添加复制sql按钮
- ⭐【新功能】执行记录可直接在控制台打开
- ⭐【新功能】右侧执行记录、保存SQL栏展开大小可拖动
- 🐞【修复】部分数据库无法显示数据库/Schema结构的问题
- 🐞【修复】网页部署时,切换页面刷新后页面报错问题
- ⚡️【优化】查询结果取消单元格内滚动,改为hover查看单元格内容

## 3.1.15

`2023-12-20`
Expand All @@ -6,8 +19,6 @@

- 🐞【修复】每次打开应用时,偶现无法选择数据库问题
- 🐞【修复】兼容老数据类型无法显示删除问题
- 🐞【修复】部分数据库无法显示数据库/Schema结构的问题


## 3.1.14

Expand Down
1 change: 1 addition & 0 deletions chat2db-client/src/blocks/Setting/BaseSetting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default function BaseSetting() {
<Radio.Group onChange={changeLang} value={currentLang}>
<Radio value={LangType.ZH_CN}>简体中文</Radio>
<Radio value={LangType.EN_US}>English</Radio>
<Radio value={LangType.TR_TR}>Turkish</Radio>
</Radio.Group>
</div>
<div className={styles.title}>{i18n('setting.title.themeColor')}</div>
Expand Down
9 changes: 0 additions & 9 deletions chat2db-client/src/blocks/Tree/TreeNodeRightClick/index.less

This file was deleted.

Loading

0 comments on commit 73d9e8b

Please sign in to comment.