skyler
7e858296cd
feat: support drag-and-drop preview for Parquet, CSV, TSV, JSON files ( #35 )
...
Uses DuckDB in-memory connection with read_parquet()/read_csv()/read_json().
No sidebar connection created, tab title shows file name only,
connection/database toolbar hidden for preview tabs.
2026-04-30 17:49:40 +08:00
Bacon2994
a248615819
feat: add sql editor completion ( #33 )
2026-04-30 17:49:19 +08:00
Sugar
3867e7908f
fix(data): show table loading immediately ( #34 )
2026-04-30 17:48:13 +08:00
skyler
2b4cd311b3
feat(mongodb): support direct URL connection string ( #32 )
...
* chore: bump version to 0.2.1
* fix(ci): wait for Release workflow before publishing packages
Changed trigger from release:published to workflow_run on Release
completion, so assets are already uploaded when download starts.
* feat(mongodb): support direct URL connection string
Allow pasting a full MongoDB URI (e.g. mongodb+srv://) to connect
to Atlas clusters, replica sets, and other multi-instance setups.
2026-04-30 17:23:50 +08:00
Bacon2994
6b97f280ec
fix: stabilize sql execution shortcuts ( #29 )
...
Co-authored-by: zihan.wu <zihan.wu@erry.com>
2026-04-30 17:12:54 +08:00
skyler
a523b97e28
fix(ci): wait for Release workflow before publishing packages ( #31 )
...
* chore: bump version to 0.2.1
* fix(ci): wait for Release workflow before publishing packages
Changed trigger from release:published to workflow_run on Release
completion, so assets are already uploaded when download starts.
2026-04-30 17:12:04 +08:00
skyler
ed5d9e88d3
chore: bump version to 0.2.1 ( #30 )
2026-04-30 17:05:42 +08:00
skyler
2e497c9334
fix(ci): fix YAML parsing error in publish-packages workflow ( #26 )
...
Ruby heredoc content was not indented inside the YAML run block,
causing the workflow file to fail parsing on every push.
2026-04-30 16:48:01 +08:00
SuLea-IT
aea6bf3239
feat: add tab close menu actions ( #24 )
...
Co-authored-by: SuLe <sule@SuLedeMacBook-Air.local>
2026-04-30 16:35:01 +08:00
skyler
9ee31aa188
fix(redis): show empty databases ( #25 )
2026-04-30 16:32:50 +08:00
Sugar
de3e934d8b
fix(connection): improve save-and-connect flow and feedback ( #23 )
...
* fix(connection): avoid duplicate saves on failed connect
* fix(connection): show save-and-connect progress
2026-04-30 16:21:30 +08:00
skyler
da154c0dc2
Add update checks and improve SSH tunnel handling
...
Merge update checks and SSH tunnel connection handling improvements.
2026-04-30 16:18:32 +08:00
t8y2
4a72366863
feat: add update checking functionality and UI support
2026-04-30 16:09:44 +08:00
t8y2
4d8ae1221e
feat(connection): enhance connection handling with SSH tunnel support
2026-04-30 16:07:26 +08:00
SuLea-IT
5ee4f9300f
feat: format sql ( #19 )
...
Co-authored-by: SuLe <sule@SuLedeMacBook-Air.local>
2026-04-30 15:56:16 +08:00
Sugar
ac76aadbed
修复:避免在连接导出和日志中泄露敏感信息 / avoid leaking connection credentials in exports and logs ( #16 )
...
* fix: redact ssh password from connection exports
* test: cover redacted connection targets
* fix: avoid logging connection credentials
* fix(redis): support stream value preview
2026-04-30 15:44:53 +08:00
Yikuanzz
9e58fefab8
fix(mysql): 查询结果中正确序列化 DATETIME 等时间类型,避免显示为 null ( #20 )
2026-04-30 15:40:40 +08:00
SuLea-IT
48f56f15b1
feat: pin tabs and tree nodes ( #17 )
...
Co-authored-by: SuLe <sule@SuLedeMacBook-Air.local>
2026-04-30 14:50:40 +08:00
SuLea-IT
e3b8f57326
feat: execute selected sql ( #13 )
...
Co-authored-by: SuLe <sule@SuLedeMacBook-Air.local>
2026-04-30 14:38:26 +08:00
t8y2
62ae308914
fix(sqlserver): support TLS fallback, TOP syntax, and schema browsing
2026-04-30 14:36:31 +08:00
t8y2
5490ed007e
refactor(redis): keep keys out of sidebar tree
2026-04-30 14:29:25 +08:00
t8y2
2ae954e7a3
feat(grid): improve DDL drawer resizing
2026-04-30 14:19:31 +08:00
t8y2
4ef13e68c4
feat(connection): add compatible driver profiles
2026-04-30 14:00:59 +08:00
vrustx
68430d16c1
feat(safety): 增加危险删除操作二次确认 ( #11 )
...
将现有 SQL 危险确认弹窗扩展为可复用确认组件。
覆盖 SQL UPDATE/MERGE/REPLACE 等危险语句识别,并在识别前去除注释。
为表格行删除、Redis key/hash/list/set 删除、MongoDB 文档和字段删除接入确认弹窗。
补充中英文危险确认文案,保持本次提交只聚焦确认流程。
2026-04-30 14:00:57 +08:00
SuLea-IT
84ea2a6e13
feat: clarify redis and mongo tab labels ( #12 )
...
Keep upstream's connection color UI intact while making MongoDB and Redis tab titles show the database context more clearly.
2026-04-30 13:59:12 +08:00
t8y2
1a60c5b7ac
feat(connection): add connection colors and database tab labels
2026-04-30 13:18:15 +08:00
t8y2
5c546f68af
feat(redis): implement pagination for Redis key scanning and enhance UI for loading more keys
2026-04-30 13:04:48 +08:00
vrustx
753b72ebe4
feat(database): 优化数据库编辑体验 ( #10 )
...
改进关系型数据库表格编辑,增加新增、修改、删除和恢复等行状态展示,保存时按主键生成对应 SQL。
优化 MongoDB 文档编辑,默认保留 JSON 阅读视图,点击 Edit 后使用递归 JSON 结构编辑器,支持嵌套对象和数组分层编辑,边界更清晰。
同步中英文界面文案。
验证:pnpm build;git diff --check。
2026-04-30 13:03:57 +08:00
t8y2
19f138ad22
feat: update version to 0.2.0 and enhance ConnectionTree component with search functionality
2026-04-30 12:32:53 +08:00
t8y2
c563d4fee1
chore: bump version to 0.2.0
2026-04-30 11:41:09 +08:00
t8y2
8fc79cf89f
feat: add conditional check for release event in publish job
2026-04-30 11:37:13 +08:00
t8y2
1fb5d2bff1
fix(mysql): handle large numeric display and edit saves
2026-04-30 11:24:47 +08:00
t8y2
b325cc50c4
feat: add SSL/TLS support for Redis connections and update related configurations
2026-04-30 11:01:14 +08:00
t8y2
cd273441a3
feat: add execute_batch command for executing multiple SQL statements in a single call
2026-04-30 09:42:34 +08:00
t8y2
125793bd62
feat: refactor Oracle database handling to use OracleClient instead of OraclePool
2026-04-30 09:26:24 +08:00
t8y2
11e96a96e6
feat: add percent-encoding for connection URL parameters
2026-04-30 09:23:23 +08:00
t8y2
2e971ce152
feat: add Oracle database support
2026-04-30 04:28:33 +08:00
t8y2
5dfe340551
feat: add GitHub Actions workflow for publishing packages to Homebrew and Scoop
2026-04-30 02:32:19 +08:00
t8y2
2ab2a81e19
feat: add get_table_ddl command and integrate DDL functionality in DataGrid
2026-04-30 02:12:27 +08:00
t8y2
83a122f386
feat: add toggle functionality to onClick for improved node interaction
2026-04-30 00:03:06 +08:00
t8y2
820dd1ef17
docs: update README to add contact group
2026-04-30 00:01:05 +08:00
t8y2
754af54269
docs: update README with full feature list and high-res logo
2026-04-29 23:46:10 +08:00
t8y2
2c9297df83
feat: add DatabaseIcon component for improved database representation in connection list
2026-04-29 23:34:15 +08:00
t8y2
f47a8ed248
fix: update editor panel to conditionally render based on active tab mode
2026-04-29 23:29:05 +08:00
t8y2
14996e9796
fix: update useToast to include toast function for enhanced notification handling
2026-04-29 23:25:52 +08:00
t8y2
3116a195a7
fix: update findTabByTitle to include database parameter for accurate tab retrieval
2026-04-29 23:23:38 +08:00
t8y2
1233b08941
feat: add MySQL brand icon and support for additional database letter icons
2026-04-29 23:22:15 +08:00
t8y2
f16e9a9ae7
fix: update MySQL connection string to include SSL mode preference
2026-04-29 23:09:45 +08:00
t8y2
cd53aec2cf
feat: enhance database connection options with compatibility and icons
2026-04-29 22:51:42 +08:00
t8y2
20546d6c71
feat: add tauri-plugin-shell and update permissions for shell access
2026-04-29 22:25:28 +08:00