Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed May 16, 2024
2 parents e5e6fbb + a2f00c4 commit 3195462
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
16 changes: 16 additions & 0 deletions pages/changelog.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ sidebar_position: 1
---
# Changelog

## 1.1.5
`2024-5-15`
- ⚡️【Optimization】Automatically focus on input when double-clicking to edit data
- ⚡️【Optimization】Automatically bring up the database focused on the tree node when clicking the plus sign to create a new console in the Console tab
- ⚡️【Optimization】After AI conversation, do not clear the current text content
- 🐞【Fix】Issue with collapsing functions, procedures, triggers
- 🐞【Fix】Issue where no error message is displayed when data changes result in errors
- 🐞【Fix】Issue with emoji garbling in default avatars
- 🐞【Fix】Issue where clicking on a table in the tree does not display the ddl in the right information bar
- 🐞【Fix】Issue where Oracle does not display schema
- 🐞【Fix】Issue with deleting group errors
- 🐞【Fix】Issue with local data source storage errors
- 🐞【Fix】Query the total number of tables
- 🐞【Fix】Unable to resolve `now()` time issue
- 🐞【Fix】Unable to resolve issue where event cannot be created

## 1.1.2
`2024-5-15`
- ⭐【New feature】Data source supports grouping
Expand Down
4 changes: 3 additions & 1 deletion pages/changelog.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1
---
# 更新ログ

## 1.1.3
## 1.1.5
`2024-5-15`
- ⚡️【最適化】データ編集時にダブルクリックで自動的にinputにフォーカス
- ⚡️【最適化】Consoleのタブでプラス記号をクリックして新しいコンソールを作成すると、自動的にツリーノードにフォーカスされたデータベースが表示されます
Expand All @@ -16,6 +16,8 @@ sidebar_position: 1
- 🐞【修正】Oracle がschemaを表示しない問題
- 🐞【修正】グループの削除エラー問題
- 🐞【修正】データソースのローカルストレージエラー問題
- 🐞【修正】`now()` の時間を解決できない問題
- 🐞【修正】event イベントが作成できない問題を解決できない

## 1.1.2
`2024-5-15`
Expand Down
5 changes: 4 additions & 1 deletion pages/changelog.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1
---
# 更新日志

## 1.1.3
## 1.1.5
`2024-5-15`
- ⚡️【优化】编辑数据双击编辑时自动聚焦到input
- ⚡️【优化】Console中Tab栏中点击加号新建控制台自动带上树节点聚焦的数据库
Expand All @@ -17,6 +17,9 @@ sidebar_position: 1
- 🐞【修复】删除分组报错问题
- 🐞【修复】数据源本地存储报错问题
- 🐞【修复】查询table总数的问题
- 🐞【修复】无法解析now()时间问题
- 🐞【修复】无法解析event事件无法创建问题



## 1.1.2
Expand Down

0 comments on commit 3195462

Please sign in to comment.