From de6d68293a24cc6904e037868496153a5b0ec53c Mon Sep 17 00:00:00 2001 From: shanhexi Date: Sat, 11 Nov 2023 10:22:13 +0800 Subject: [PATCH] changelog 3.0.11 --- docs/changelog.md | 54 ++++++++++++------- .../current/changelog.md | 40 +++++++------- 2 files changed, 54 insertions(+), 40 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2a3cc0e1..80eb9385 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,20 @@ title: "Changelog" sidebar_position: 1 --- +## 3.0.11 + +`2023-11-08` + +**Changelog** + +- ⭐【New Features】Oracle connections support the Service name mode +- ⭐【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) +- ⚡️【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) +- 🐞【Fixed】database and schema searches support case ambiguity matching +- 🐞【Fixed】Where database was not displayed after being added +- 🐞【Fixed】sql formatting to ·now()· format error + + ## 3.0.10 `2023-11-06` @@ -94,7 +108,7 @@ sidebar_position: 1 ## 2.1.0 -## ⭐ New Features +### ⭐ New Features - 🔥The team function is newly launched, supporting team collaboration. R&D does not require knowing the online database password, solving the security issue of enterprise database accounts. It is recommended to directly deploy the team @@ -103,16 +117,16 @@ sidebar_position: 1 ## 2.0.14 -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fix the issue of 'Oracle' query 'Blob' reporting errors - Modify the paging logic and fix some SQL queries that cannot be queried ## 2.0.13 -## ⭐ New Features +### ⭐ New Features -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fixed a bug where sql formatting was not selected - Fixed open view lag issue @@ -120,13 +134,13 @@ sidebar_position: 1 ## 2.0.12 -## ⭐ New Features +### ⭐ New Features - 🔥Supports viewing views, functions, triggers, and procedures - Support selected sql formatting - Added new dark themes -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fixed sql formatting failure issue - Fixed an issue where locally stored theme colors and background colors are incompatible with the new version, causing @@ -140,7 +154,7 @@ sidebar_position: 1 ## 2.0.11 -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fix the issue where SSH does not support older versions of encryption algorithms - Fix the issue of SQL Server 2008 not being able to connect @@ -148,7 +162,7 @@ sidebar_position: 1 ## 2.0.10 -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Activate the console for the latest operation when you create or start a console、Records the last console used - The replication function of the browser, such as edge, is unavailable @@ -157,13 +171,13 @@ sidebar_position: 1 ## 2.0.9 -## 🐞 Bug Fixes +### 🐞 Bug Fixes -Fix the issue of Windows flash back ## 2.0.8 -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Repair the Scientific notation in some databases [Issue #378](https://github.com/chat2db/Chat2DB/issues/378) - Fix some cases where data is not displayed @@ -175,56 +189,56 @@ sidebar_position: 1 ## 2.0.7 -## ⭐ New Features +### ⭐ New Features - Export query result as file is supported -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fixed ai config issues [Issue #346](https://github.com/chat2db/Chat2DB/issues/346) ## 2.0.6 -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fixed: When there are too many tables under the selected library, the "New Console" button at the bottom disappears [Issue #314](https://github.com/chat2db/Chat2DB/issues/314) ## 2.0.5 -## ⭐ New Features +### ⭐ New Features - Supports 25 free uses of AIGC every day. - Support for querying data pagination. - Support switching between multiple databases in PostgreSQL. - Support for hot updating of client-side code allows for rapid bug fixes. -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Default return alias for returned results [Issue #270](https://github.com/chat2db/Chat2DB/issues/270) - Fixed around 100 bugs, of course, many were repetitive bugs. ## 2.0.4 -## ⭐ New Features +### ⭐ New Features - Support DB2 database - Support renaming after console saving - Support prompts during SQL execution -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fix the bug that the database in sqlserver is all numbers - Fix ssh connection bug ## 2.0.2 -## ⭐ New Features +### ⭐ New Features - Brand new AI binding process - Support for custom drivers -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Optimized dataSource link editing - Enhanced error messages @@ -233,7 +247,7 @@ sidebar_position: 1 ## 2.0.1 -## 🐞 Bug Fixes +### 🐞 Bug Fixes - Fix bug where executing multiple SQL statements at once will prompt for exceptions - Fix getJDBCDriver error: null [Issue #123](https://github.com/chat2db/Chat2DB/issues/123) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/changelog.md b/i18n/zh/docusaurus-plugin-content-docs/current/changelog.md index 3cdd6f60..6cc8190c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/changelog.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/changelog.md @@ -98,7 +98,7 @@ sidebar_position: 1 ## 2.1.0 -## ⭐ 新特性 +### ⭐ 新特性 -🔥 新推出团队功能,支持团队协作。研发不需要知道在线数据库 密码,解决企业数据库帐号的安全问题。建议直接部署团队 @@ -106,12 +106,12 @@ sidebar_position: 1 ## 2.0.14 -## ⭐ 新特性 +### ⭐ 新特性 - 🔥 团队功能全新上线,支持团队协作,研发无需知道线上数据库密码,解决企业数据库账号安全问题,团队功能建议直接使用 `docker` 部署 - 新增支持环境选择,更好的区分线上、日常环境 -## 🐞 问题修复 +### 🐞 问题修复 - 修复 `Oracle` 查询 `Blob` 报错的问题 - 修改分页逻辑,修复部分 SQL 无法查询 @@ -119,7 +119,7 @@ sidebar_position: 1 ## 2.0.13 -## 🐞 问题修复 +### 🐞 问题修复 - 修复不选中 sql 格式化的 bug - 修复打开视图卡顿问题 @@ -127,13 +127,13 @@ sidebar_position: 1 ## 2.0.12 -## ⭐ 新特性 +### ⭐ 新特性 - 🔥 支持查看视图、函数、触发器、存储过程 - 支持选中 sql 格式化 - 增加新的暗色主题 -## 🐞 问题修复 +### 🐞 问题修复 - 修复 sql 格式化会失败问题 - 修复本地存储的主题色、背景色与新版本不兼容时会导致页面崩溃问题 @@ -146,7 +146,7 @@ sidebar_position: 1 ## 2.0.11 -## 🐞 问题修复 +### 🐞 问题修复 - 修复 SSH 不支持老版本加密算法的问题 - 修复 SQLServer2008 无法连接的问题 @@ -154,7 +154,7 @@ sidebar_position: 1 ## 2.0.10 -## 🐞 问题修复 +### 🐞 问题修复 - 新建、开打 console 时激活最新操作的 console、记录最后一次使用的 console - edge 等浏览器复制功能无法正常使用 @@ -164,36 +164,36 @@ sidebar_position: 1 ## 2.0.9 -## 🐞 问题修复 +### 🐞 问题修复 - 修复 windows 闪退的问题 ## 2.0.8 -## 🐞 问题修复 +### 🐞 问题修复 - 修复部分数据库出现科学计数法的情况 [Issue #378](https://github.com/chat2db/Chat2DB/issues/378) - 修复部分情况数据不展示 ## 2.0.7 -## ⭐ 新特性 +### ⭐ 新特性 - 支持导出查询结果 -## 🐞 问题修复 +### 🐞 问题修复 - 修复 ai 配置 [Issue #346](https://github.com/chat2db/Chat2DB/issues/346) ## 2.0.6 -## 🐞 问题修复 +### 🐞 问题修复 - Fixed: 当选择的库下面表过多时最下面的“新建控制台”按钮消失 [Issue #314](https://github.com/chat2db/Chat2DB/issues/314) ## 2.0.5 -## ⭐ 新特性 +### ⭐ 新特性 - 支持每天 25 次免费使用 AIGC - 支持查询数据分页 @@ -201,32 +201,32 @@ sidebar_position: 1 - 支持客户端代码热更新可以快速修复 bug - 支持客户端字体放大缩小 -## 🐞 问题修复 +### 🐞 问题修复 - 返回结果默认返回别名 [Issue #270](https://github.com/chat2db/Chat2DB/issues/270) - 修复了 100 个左右的 bug,当然很多是重复 bug ## 2.0.4 -## ⭐ 新特性 +### ⭐ 新特性 - 支持 DB2 数据库 - 支持控制台保存后重命名 - 支持 SQL 执行中提示 -## 🐞 问题修复 +### 🐞 问题修复 - 修复 sqlserver 中 database 全是数字的 bug - 修复 ssh 连接 bug ## 2.0.2 -## ⭐ 新特性 +### ⭐ 新特性 - 全新的 AI 绑定流程 - 支持自定义驱动 -## 🐞 问题修复 +### 🐞 问题修复 - 优化 dataSource 链接编辑 - 优化错误提示 @@ -235,7 +235,7 @@ sidebar_position: 1 ## 2.0.1 -## 🐞 问题修复 +### 🐞 问题修复 - 修复一次性执行多条 SQL 会提示异常的 BUG - 修复 getJDBCDriver error: null [Issue #123](https://github.com/chat2db/Chat2DB/issues/123)