Skip to content

Commit 28feac0

Browse files
chore(release): v0.23.4
1 parent 7a02918 commit 28feac0

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "0.23.3",
3+
"version": "0.23.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dory",
3-
"version": "0.23.3",
3+
"version": "0.23.4",
44
"private": true,
55
"description": "Dory desktop application",
66
"author": "Dory",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.23.3",
3+
"version": "0.23.4",
44
"description": "Dory",
55
"author": "Dory Lab",
66
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doryporoject",
3-
"version": "0.23.3",
3+
"version": "0.23.4",
44
"private": true,
55
"repository": {
66
"type": "git",

release-notes/v0.23.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## What's Changed
2+
3+
### Features
4+
- Added table actions (e.g., rename, drop) directly in the SQL console sidebar and tab interface, enabling quick schema modifications without writing raw SQL.
5+
6+
### Improvements
7+
- Introduced a download progress dialog during manual application updates in the Electron desktop app, improving transparency and user feedback during update checks.
8+
9+
### Internal
10+
- Consolidated and refined table action logic across the SQL console frontend and backend, including updated driver capabilities for ClickHouse and Cloudflare D1 to support table metadata operations.

0 commit comments

Comments
 (0)