Skip to content

Commit 694d5ff

Browse files
committed
changelog
1 parent 204f807 commit 694d5ff

2 files changed

Lines changed: 40 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 3.1.0
2+
3+
`2023-12-12`
4+
5+
**更新日志**
6+
7+
- 🔥🔥【Optimize】The first startup time has been increased by 60%, and the second startup time has been increased by 95%
8+
- 🔥🔥【Optimize】Changed the structure of the left tree
9+
- 🔥🔥【Optimize】Optimized the tab switchover problem
10+
- ⚡️ 【Optimize】All nodes are supported. The name of each node can be copied
11+
- ⚡️【Optimize】The sql console input box supports switching databases, and will not change when the left database is switched
12+
- ⭐ 【New function】Save records moved to the right toolbar, you can directly modify the name in the list
13+
- ⭐【New feature】Support mongoDB
14+
- ⭐【New function】Support for viewing all tables
15+
116
## 3.0.14
217

318
`2023-11-20`
@@ -42,7 +57,7 @@
4257
**Changelog**
4358

4459
- ⭐【New Features】Oracle connections support the Service name mode
45-
- ⭐【New Features】[New function] Edit table data to support batch copy, clone, delete (click 1X1 cell to select/cancel, hold down shift/ctrl/cmd to select multiple)
60+
- ⭐【New Features】New function Edit table data to support batch copy, clone, delete (click 1X1 cell to select/cancel, hold down shift/ctrl/cmd to select multiple)
4661
- ⚡️【Optimize】After the update is completed, click restart to close the problem that cannot be automatically opened (hot update cannot fix this problem, you need to download a new version to cover the client)
4762
- 🐞【Fixed】database and schema searches support case ambiguity matching
4863
- 🐞【Fixed】Where database was not displayed after being added
@@ -180,7 +195,7 @@
180195
- Fixed an issue where locally stored theme colors and background colors are incompatible with the new version, causing
181196
page crashes
182197
- Logs desensitize sensitive data
183-
- Fix the issue of 'CLOB' not displaying specific content [Issue #440](https://github.com/chat2db/Chat2DB/issues/440)
198+
- Fix the issue of 'CLOB' not displaying specific content Issue #440(https://github.com/chat2db/Chat2DB/issues/440)
184199
- Fix the problem that non-Select does not display query results
185200
- Fix the problem that Oracle cannot query without schema
186201
- Fix the problem of special type of SQL execution error reporting
@@ -213,12 +228,12 @@
213228

214229
## 🐞 Bug Fixes
215230

216-
- Repair the Scientific notation in some databases [Issue #378](https://github.com/chat2db/Chat2DB/issues/378)
231+
- Repair the Scientific notation in some databases Issue #378(https://github.com/chat2db/Chat2DB/issues/378)
217232
- Fix some cases where data is not displayed
218233

219234
## 🐞 问题修复
220235

221-
- 修复部分数据库出现科学计数法的情况 [Issue #378](https://github.com/chat2db/Chat2DB/issues/378)
236+
- 修复部分数据库出现科学计数法的情况 Issue #378(https://github.com/chat2db/Chat2DB/issues/378)
222237
- 修复部分情况数据不展示
223238

224239
## 2.0.7
@@ -229,14 +244,14 @@
229244

230245
## 🐞 Bug Fixes
231246

232-
- Fixed ai config issues [Issue #346](https://github.com/chat2db/Chat2DB/issues/346)
247+
- Fixed ai config issues Issue #346(https://github.com/chat2db/Chat2DB/issues/346)
233248

234249
## 2.0.6
235250

236251
## 🐞 Bug Fixes
237252

238253
- Fixed: When there are too many tables under the selected library, the "New Console" button at the bottom
239-
disappears [Issue #314](https://github.com/chat2db/Chat2DB/issues/314)
254+
disappears Issue #314(https://github.com/chat2db/Chat2DB/issues/314)
240255

241256
## 2.0.5
242257

@@ -249,7 +264,7 @@
249264

250265
## 🐞 Bug Fixes
251266

252-
- Default return alias for returned results [Issue #270](https://github.com/chat2db/Chat2DB/issues/270)
267+
- Default return alias for returned results Issue #270(https://github.com/chat2db/Chat2DB/issues/270)
253268
- Fixed around 100 bugs, of course, many were repetitive bugs.
254269

255270
## 2.0.4
@@ -284,9 +299,9 @@
284299
## 🐞 Bug Fixes
285300

286301
- Fix bug where executing multiple SQL statements at once will prompt for exceptions
287-
- Fix getJDBCDriver error: null [Issue #123](https://github.com/chat2db/Chat2DB/issues/123)
302+
- Fix getJDBCDriver error: null Issue #123(https://github.com/chat2db/Chat2DB/issues/123)
288303
- Fixing the Hive connection and then viewing columns results in an
289-
error. [Issue #136](https://github.com/chat2db/Chat2DB/issues/136)
304+
error. Issue #136(https://github.com/chat2db/Chat2DB/issues/136)
290305

291306

292307
## 2.0.0

CHANGELOG_CN.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 3.1.0
2+
3+
`2023-12-12`
4+
5+
**更新日志**
6+
7+
- 🔥🔥【优化】首次启动时间时间提升了60%,第二次启动时间提升了95%
8+
- 🔥🔥【优化】更改了左侧树的结构
9+
- 🔥🔥【优化】优化切换tab卡顿问题
10+
- ⚡️【优化】所有节点都支持选中,可以复制每个节点的名称
11+
- ⚡️【优化】sql的console输入框支持切换数据库,不会在跟着左侧数据库的切换而改变了
12+
- ⭐【新功能】保存记录移动到了右侧工具栏,可以直接在列表里修改名称
13+
- ⭐【新功能】支持mongoDB
14+
- ⭐【新功能】支持查看所有表
15+
116
## 3.0.14
217

318
`2023-11-20`
@@ -10,6 +25,7 @@
1025
- 🐞【修复】修复MySQL修改表结构,不回显注释的问题。
1126
- ⚡️【优化】支持数据库或模式
1227
- 【开发者】友友们不要着急呀,最近公司有些事情,并且在准备3.1.0,耐心等待哦
28+
1329
## 3.0.13
1430

1531
`2023-11-15`

0 commit comments

Comments
 (0)