Skip to content

Commit d5c232c

Browse files
committed
chore: changlog
1 parent 1b1689b commit d5c232c

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

pages/changelog/local-changelog.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Local Changelog
22

33

4+
## 3.0.0
5+
`2025-3-10`
6+
7+
🔥🔥🔥【New Feature】AI Reconstruction
8+
>- Open Chat2DB Copilot with (ctrl/cmd)+k
9+
>- Significant improvement in natural language to SQL accuracy, enhanced self-correction capability and SQL generation accuracy assessment to avoid AI hallucinations
10+
>- Removed AI dataset dependency restrictions - start asking questions immediately after establishing data source connection, no manual AI dataset creation needed
11+
>- Direct answers to database queries - get data results immediately after asking without manual SQL execution
12+
>- Added debug functionality for database development to troubleshoot SQL development errors and provide solutions
13+
>- AI Q&A now supports 10+ cutting-edge models including code models, reasoning models and hybrid models with one-click switching
14+
>- Experience advanced models from major vendors in one Chat2DB tool without purchasing and switching between different vendors
15+
>- AI Q&A evolved beyond SQL copilot to a comprehensive office assistant - generate code in Python, Java and other languages using code models, get technical solutions using reasoning models
16+
>- AI Q&A not limited to single-round conversations - supports more context for multi-round dialogues
17+
18+
- 🔥【New Feature】Added ER diagram view for intuitive understanding of database structure
19+
- 🔥【New Feature】Left tree supports filtering database nodes to improve search efficiency
20+
- 🔥【New Feature】Query result sets can directly generate reports
21+
- ⭐【Optimization】Added search support for data selection, database and schema selection in editor
22+
- ⭐【Optimization】Optimized query result set - supports Cmd/Ctrl+S for data modification, Cmd/Ctrl+R for data refresh
23+
- ⭐【Optimization】Optimized result set scrollbar
24+
- ⭐【Optimization】Optimized data query efficiency
25+
- 🐞【Fixed】Fixed issue of not distinguishing between null and empty strings when copying result set data
26+
- 🐞【Fixed】Fixed window reopening as fullscreen instead of maximized after closing in maximized state
27+
- 🐞【Fixed】Fixed issue where result set data couldn't be batch deleted after clicking single line execution in console
28+
- 🐞【Fixed】Fixed field auto-completion issues caused by table name case sensitivity
29+
- 🐞【Fixed】Fixed issue of reserved keywords not being quoted in SQL completion
30+
- 🐞【Fixed】Fixed missing semicolon at end of Oracle anonymous block statements
31+
- 🐞【Fixed】Removed redundant index creation statements caused by primary keys and unique constraints in DM DDL view
32+
- 🐞【Fixed】Fixed SQL Server select...into statement not inserting all data
33+
- 🐞【Fixed】Fixed missing semicolon at end of SQL Server merge statements
34+
- 🐞【Fixed】Fixed SQL generation errors for TIME, DATETIME2, DATETIMEOFFSET types in SQL Server table modifications
35+
- 🐞【Fixed】Fixed SQL Server time type precision display
36+
- 🐞【Fixed】Fixed precision loss when querying time type data in SQL Server
37+
38+
439
## 1.8.5
540
`2025-1-13`
641
- ⭐【Optimization】Data export performance

pages/changelog/pro-changelog.mdx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Pro Changelog
22

3+
4+
## 3.0.0
5+
`2025-3-10`
6+
7+
🔥🔥🔥【New Feature】AI Reconstruction
8+
>- Open Chat2DB Copilot with (ctrl/cmd)+k
9+
>- Significant improvement in natural language to SQL accuracy, enhanced self-correction capability and SQL generation accuracy assessment to avoid AI hallucinations
10+
>- Removed AI dataset dependency restrictions - start asking questions immediately after establishing data source connection, no manual AI dataset creation needed
11+
>- Direct answers to database queries - get data results immediately after asking without manual SQL execution
12+
>- Added debug functionality for database development to troubleshoot SQL development errors and provide solutions
13+
>- AI Q&A now supports 10+ cutting-edge models including code models, reasoning models and hybrid models with one-click switching
14+
>- Experience advanced models from major vendors in one Chat2DB tool without purchasing and switching between different vendors
15+
>- AI Q&A evolved beyond SQL copilot to a comprehensive office assistant - generate code in Python, Java and other languages using code models, get technical solutions using reasoning models
16+
>- AI Q&A not limited to single-round conversations - supports more context for multi-round dialogues
17+
18+
- 🔥【New Feature】Added ER diagram view for intuitive understanding of database structure
19+
- 🔥【New Feature】Left tree supports filtering database nodes to improve search efficiency
20+
- 🔥【New Feature】Query result sets can directly generate reports
21+
- ⭐【Optimization】Added search support for data selection, database and schema selection in editor
22+
- ⭐【Optimization】Optimized query result set - supports Cmd/Ctrl+S for data modification, Cmd/Ctrl+R for data refresh
23+
- ⭐【Optimization】Optimized result set scrollbar
24+
- ⭐【Optimization】Optimized data query efficiency
25+
- 🐞【Fixed】Fixed issue of not distinguishing between null and empty strings when copying result set data
26+
- 🐞【Fixed】Fixed window reopening as fullscreen instead of maximized after closing in maximized state
27+
- 🐞【Fixed】Fixed issue where result set data couldn't be batch deleted after clicking single line execution in console
28+
- 🐞【Fixed】Fixed field auto-completion issues caused by table name case sensitivity
29+
- 🐞【Fixed】Fixed issue of reserved keywords not being quoted in SQL completion
30+
- 🐞【Fixed】Fixed missing semicolon at end of Oracle anonymous block statements
31+
- 🐞【Fixed】Removed redundant index creation statements caused by primary keys and unique constraints in DM DDL view
32+
- 🐞【Fixed】Fixed SQL Server select...into statement not inserting all data
33+
- 🐞【Fixed】Fixed missing semicolon at end of SQL Server merge statements
34+
- 🐞【Fixed】Fixed SQL generation errors for TIME, DATETIME2, DATETIMEOFFSET types in SQL Server table modifications
35+
- 🐞【Fixed】Fixed SQL Server time type precision display
36+
- 🐞【Fixed】Fixed precision loss when querying time type data in SQL Server
37+
38+
339
## 2.14.5
440
`2025-1-13`
541
- ⭐【Optimization】Data export performance

0 commit comments

Comments
 (0)