Skip to content

Commit

Permalink
Merge branch 'chat2db:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
miahemu authored Jun 4, 2024
2 parents 034eb62 + b00fa5b commit 8e907b4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 9 deletions.
13 changes: 13 additions & 0 deletions pages/changelog.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ sidebar_position: 1
---
# Changelog

## 1.2.4
`2024-6-04`
- ⚡️【Optimization】Support for displaying column note styles
- ⚡️【Optimization】Support for expanding child nodes after search
- ⚡️【Optimization】Support for dropdown display of all tabs in the console and searchable
- ⚡️【Optimization】Add pop-up in execution summary
- 🐞【Bug Fix】Fix the issue of failing to copy a node name multiple times with shortcut keys
- 🐞【Bug Fix】Fix the bug when deleting result page tabs
- 🐞【Bug Fix】Fix the issue of not recognizing when the data changes from "" to null
- 🐞【Bug Fix】Fix some bugs when switching data sources in saved console
- 🐞【Bug Fix】Fix some bugs when modifying data without primary keys in the query results
- 🐞【Bug Fix】Fix the issue of not being able to execute normally when creating or modifying stored procedures

## 1.2.0
`2024-5-30`
- 🔥【New Feature】Support for AI datasets to improve AI accuracy. [Documentation](/docs/ai-chat/ai-data-collection)
Expand Down
31 changes: 22 additions & 9 deletions pages/changelog.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ sidebar_position: 1
---
# 更新ログ

## 1.2.4
`2024-6-04`
- ⚡️【最適化】列ノートスタイルの表示をサポート
- ⚡️【最適化】検索後に子ノードを展開するサポート
- ⚡️【最適化】コンソールのすべてのタブをドロップダウン表示し、検索可能にするサポート
- ⚡️【最適化】実行概要にポップアップを追加
- 🐞【バグ修正】ショートカットキーでノード名を複数回コピーできない問題を修正
- 🐞【バグ修正】結果ページのタブを削除する際のバグを修正
- 🐞【バグ修正】データが""からnullに変更されたときに認識しない問題を修正
- 🐞【バグ修正】保存されたコンソールでデータソースを切り替える際のいくつかのバグを修正
- 🐞【バグ修正】クエリ結果でプライマリキーなしのデータを変更する際のいくつかのバグを修正
- 🐞【バグ修正】ストアドプロシージャを作成または変更する際に正常に実行できない問題を修正

## 1.2.0
`2024-5-30`
- 🔥【新機能】AIデータセットをサポートし、AIの精度を向上。[ドキュメント](/docs/ai-chat/ai-data-collection)
Expand Down Expand Up @@ -36,15 +49,15 @@ sidebar_position: 1

## 1.1.2
`2024-5-15`
-⭐【新機能】データソースがパケットをサポートします。
-⚡【最適化】箇人中心の情報展示を最適化し、有料ユーザー体験を強化します。
-⚡️【最適化】最適化アプリカートン問題です
-⚡【最適化】アプリ全体のUIを最適化します。
-⚡【最適化】ダークモードの視認性を最適化します(カッコいいダークモードを強くお勧めします)
-⚡️【最適化】より多くの情報表示をサポートするすべてのテーブルを参照してください、右クリックをサポートします。
-🐞【修正】Macの黒い画面の問題を修正します。
-🐞【修正】点導出SQL内容が正しくて、接尾辞が正しくありません
-自動更新ができない場合は、https://chat2db-ai.com/zh-CN/downloadでダウンロードします。
- ⭐【新機能】データソースがパケットをサポートします。
- ⚡【最適化】箇人中心の情報展示を最適化し、有料ユーザー体験を強化します。
- ⚡️【最適化】最適化アプリカートン問題です
- ⚡【最適化】アプリ全体のUIを最適化します。
- ⚡【最適化】ダークモードの視認性を最適化します(カッコいいダークモードを強くお勧めします)
- ⚡️【最適化】より多くの情報表示をサポートするすべてのテーブルを参照してください、右クリックをサポートします。
- 🐞【修正】Macの黒い画面の問題を修正します。
- 🐞【修正】点導出SQL内容が正しくて、接尾辞が正しくありません
- 自動更新ができない場合は、https://chat2db-ai.com/zh-CN/downloadでダウンロードします。

## 1.0.7
`2024-04-26`
Expand Down
16 changes: 16 additions & 0 deletions pages/changelog.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ sidebar_position: 1
- 【新功能】全面支持Redis
- 【优化】导入导出功能完善和优化

## 1.2.4
`2024-6-04`
- ⚡️【优化】树结构支持展示列备备注
- ⚡️【优化】树结构支持搜索后可以展开子节点
- ⚡️【优化】console栏支持下拉展示所有Tab并且可搜索
- ⚡️【优化】执行概要里添加弹窗,并可复制
- ⚡️【优化】创建console是可以不选中节点,默认会选中第一个数据源作为console初始值
- 🐞【修复】修复树结构中和查询结果页快捷键多次复制一个节点名称失效问题
- 🐞【修复】修复删除结果页tab时的一些bug
- 🐞【修复】修复更改数据从 "" 变为 null 时不能识别的问题
- 🐞【修复】修复保存过的console切换数据源时的一些bug
- 🐞【修复】修复查询结果中没有主键时,修改数据的一些bug
- 🐞【修复】修复存储过程无法执行的问题
- 🐞【修复】修复树节点里的functions Key重复导致树错乱的问题


## 1.2.0
`2024-5-30`
- 🔥【新功能】支持AI数据集,提高AI准确性。[文档](/docs/ai-chat/ai-data-collection)
Expand Down

0 comments on commit 8e907b4

Please sign in to comment.