Commit Graph

391 Commits

Author SHA1 Message Date
t8y2 36923fa581 fix(desktop): keep saving structure export sql 2026-06-02 01:24:19 +08:00
t8y2 6dee9705d9 feat(desktop): support tree multi-select actions 2026-06-02 01:19:14 +08:00
t8y2 d27ad8a14f fix(desktop): copy raw column names from tree 2026-06-02 00:52:54 +08:00
t8y2 ac7a5b7576 feat(desktop): drop tree schema objects 2026-06-02 00:33:58 +08:00
t8y2 17504be027 feat(settings): add MCP server status check 2026-06-02 00:14:03 +08:00
t8y2 088eaccecc fix(desktop): copy parent name for tree group nodes 2026-06-02 00:00:07 +08:00
t8y2 130a33808e feat(desktop): improve table structure editor 2026-06-01 23:52:53 +08:00
t8y2 ad33db0886 fix(desktop): restore table tabs on startup 2026-06-01 23:07:47 +08:00
t8y2 2f1a6875b7 feat(sqlite): support loading extension libraries 2026-06-01 22:40:29 +08:00
t8y2 b4c469a69f fix(desktop): close database tabs with connection 2026-06-01 20:21:42 +08:00
t8y2 b9fa36763e fix(desktop): guard cell detail previews for large values 2026-06-01 19:49:53 +08:00
t8y2 41e97baa6e fix(desktop): scope SQL alias completions to columns 2026-06-01 19:31:49 +08:00
t8y2 b35c1486e6 feat(desktop): improve query result exports and toolbar state 2026-06-01 19:26:15 +08:00
vrustx 302f48ec8b fix: record failed data grid saves in history 2026-06-01 19:00:35 +08:00
vrustx 87a43644de
Redact quick connection endpoints (#598)
* fix: redact quick connection endpoints

* fix: redact host-like quick connection names

---------

Co-authored-by: t8y2 <1156263951@qq.com>
2026-06-01 18:48:01 +08:00
t8y2 7eca75b325 feat: support Oracle package sources 2026-06-01 18:43:20 +08:00
Hank 28b1215efa
feat: add Traditional Chinese locale support
Adds Traditional Chinese locale support and updates locale-related tests.
2026-06-01 18:04:58 +08:00
t8y2 84a7ff6b92 fix(tabs): reload missing table data 2026-06-01 17:18:51 +08:00
t8y2 e515933ab3 fix(sql): quote postgres completion identifiers 2026-06-01 17:13:42 +08:00
t8y2 fb7d9dc847 feat(i18n): detect initial locale from user language 2026-06-01 16:38:44 +08:00
t8y2 a87b8ece31 fix(mongodb): support compass shell commands 2026-06-01 16:24:31 +08:00
t8y2 a0dcee51bc feat(i18n): add language selector to settings 2026-06-01 16:05:29 +08:00
t8y2 a315ab93c7 fix(query): preserve tab SQL session state 2026-06-01 15:41:15 +08:00
t8y2 fa86b530d6 fix(grid): center transpose cell text 2026-06-01 15:22:24 +08:00
t8y2 9f029dea01 fix(grid): refine footer layout and cell edit alignment 2026-06-01 15:18:29 +08:00
t8y2 5d2eb5a260 fix: prevent home screen horizontal scroll 2026-06-01 15:09:10 +08:00
t8y2 46c05b811f feat(connection): support multi-hop ssh tunnels 2026-06-01 14:48:33 +08:00
t8y2 7f5de70687 fix(export): include all paginated query result rows 2026-06-01 14:32:16 +08:00
t8y2 b75219ab40 feat(tabs): support renaming query tabs 2026-06-01 14:24:04 +08:00
t8y2 297e3d0752 fix(grid): preserve table data pagination offset 2026-06-01 14:18:21 +08:00
t8y2 4b00bf8215 fix(sql): improve completion ranking and fuzzy table lookup 2026-06-01 14:04:54 +08:00
t8y2 ce411f27e9 fix(sidebar): reorder connection toolbar actions 2026-06-01 13:55:55 +08:00
t8y2 7ab7b8e0f3 feat(objects): add procedure execution dialog 2026-06-01 13:37:57 +08:00
t8y2 c87b4af614 feat(search): support regex table filtering 2026-06-01 12:49:31 +08:00
t8y2 a18fb60524 fix(structure-editor): hide unsupported column reorder controls 2026-06-01 12:35:23 +08:00
t8y2 4a33cd836c fix(data-grid): preserve header sort state 2026-06-01 12:30:33 +08:00
skyler 9b55c08bf9
Merge pull request #562 from serenez/codex/fix-260-482-overflow-navigation
Fix sidebar and tab overflow navigation
2026-06-01 00:34:30 +08:00
t8y2 54ea6b5d24 fix: vertically center data grid cell content 2026-06-01 00:26:19 +08:00
vrustx 543cc800a3 Merge remote-tracking branch 'upstream/main' into codex/fix-260-482-overflow-navigation
# Conflicts:
#	apps/desktop/src/components/layout/AppTabBar.vue
#	apps/desktop/src/lib/tabPresentation.ts
#	apps/desktop/src/stores/queryStore.ts
2026-05-31 23:41:27 +08:00
t8y2 e28495f3c1 perf: optimize table data loading 2026-05-31 22:10:02 +08:00
vrustx e36e42723a Merge remote-tracking branch 'upstream/main' into codex/fix-260-482-overflow-navigation
# Conflicts:
#	apps/desktop/src/components/layout/AppTabBar.vue
#	apps/desktop/src/lib/tabPresentation.ts
2026-05-31 17:24:07 +08:00
t8y2 33e0cfa831 Optimize table data open latency 2026-05-31 17:06:29 +08:00
vrustx d5b85fa9d0 Fix full-row connection tint in sidebar 2026-05-31 16:41:30 +08:00
t8y2 bd77670770 fix: hide table chrome for query errors 2026-05-31 16:02:32 +08:00
t8y2 1614365393 fix: move AI fix action near query errors 2026-05-31 15:59:13 +08:00
t8y2 2face7394b fix(grid): commit temporal input before enter submit 2026-05-31 13:50:30 +08:00
t8y2 d8f2bce320 fix(query): release stale result payloads 2026-05-31 13:45:53 +08:00
t8y2 09ff70918c feat(objects): prioritize base names in object sorting 2026-05-31 13:35:11 +08:00
t8y2 c8cf7ccf00 fix(grid): keep row numbers opaque 2026-05-31 12:57:43 +08:00
t8y2 bbd07e564b feat(grid): support binary cell downloads 2026-05-31 12:44:02 +08:00