t8y2
fb2a04660b
fix(mcp): resolve MongoDB connection targets
2026-07-15 13:44:53 +08:00
Võ Văn Thành (Jay)
55f15c8e4b
fix(mongodb): validate options and bound findOne queries
2026-07-15 13:19:53 +08:00
Guoyu Su
872e59f207
fix(desktop): remove MCP runtime shim fallback
2026-07-15 11:30:11 +08:00
t8y2
8bfd7c1f36
chore(release): prepare v0.5.57
2026-07-15 01:10:14 +08:00
zipg
1d0c131733
fix(linux): avoid Nouveau WebKit black screen
2026-07-15 00:43:39 +08:00
Freedom
aff9c8515d
feat(settings): embed version changelog in About page
2026-07-14 12:54:07 +08:00
gggaiitx
e9e59113a3
fix(query): continue batch after statement errors
2026-07-14 12:51:24 +08:00
t8y2
095cb159ff
chore(release): bump version to 0.5.56
2026-07-14 01:47:58 +08:00
Abeautifulsnow
78b3bb1ba1
feat(export): add streaming TXT data export
2026-07-13 20:44:57 +08:00
zipg
d1cce3ed1e
fix(kingbase): quote MySQL-compatible identifiers
2026-07-13 18:51:32 +08:00
rainhan
c7991b316e
feat(connection): test SSH tunnel profiles
2026-07-13 17:51:51 +08:00
Komh
35ca4e3a37
feat(duckdb): add connection bootstrap and remote catalogs
2026-07-13 17:03:33 +08:00
Guoyu Su
a99a34b4ab
fix(mongodb): use dedicated count for legacy collections
2026-07-13 13:21:50 +08:00
t8y2
be8ad972f4
chore(release): bump version to 0.5.55
2026-07-13 01:07:55 +08:00
t8y2
a3f3cadb39
fix(postgres): distinguish overloaded routines
2026-07-13 00:26:04 +08:00
zipg
823b4297d8
fix(window): align macOS traffic light controls
2026-07-13 00:04:27 +08:00
zipg
9a09bd49cb
fix(mongodb): support array filters in updates
2026-07-12 23:13:36 +08:00
juve
1ecd8cf406
feat(linux): add tray icon support
2026-07-12 23:00:04 +08:00
Anubis
2a92746dc0
feat(d1): add Cloudflare D1 database support
2026-07-12 22:03:57 +08:00
rainhan
977e7f78ca
feat(connection): add reusable tunnel profiles
2026-07-12 22:03:46 +08:00
onenewcode
7a42b1e96b
fix(mysql): stop multi-statement execution after first error
2026-07-12 21:30:27 +08:00
t8y2
ee1007a636
chore(release): bump version to 0.5.54
2026-07-12 12:43:03 +08:00
miracle
16e879e40e
perf(query): optimize result loading and connection reuse
2026-07-12 11:18:52 +08:00
wuxiemian
1be66fb115
feat(safety): add production environment safeguards
2026-07-12 10:02:27 +08:00
t8y2
be66d6f46b
fix(export): preserve numeric types in XLSX files
2026-07-12 09:45:27 +08:00
t8y2
fec91b9aef
feat(update): mirror agent release downloads
2026-07-11 23:40:18 +08:00
t8y2
830e3c2183
fix(mysql): stream large SQL file execution
2026-07-11 20:25:05 +08:00
t8y2
6d60b8abd2
chore(release): bump version to 0.5.53
2026-07-11 09:51:20 +08:00
t8y2
bab94cc52b
fix(jdbc): support reusable multi-JAR driver bundles
2026-07-10 21:25:17 +08:00
t8y2
a6de6a1f08
fix(desktop): apply macOS Dock icon theme
2026-07-10 20:53:34 +08:00
onenewcode
fc8d407a62
feat(sqlite): support table structure changes
2026-07-10 20:02:56 +08:00
zipg
e1d6d1224e
feat(oracle): support explain plans
2026-07-10 17:55:03 +08:00
t8y2
9e2960881b
feat(sync): add GitHub and Gitee snippet providers
2026-07-10 15:32:35 +08:00
Abeautifulsnow
0674433eea
fix(mcp): disambiguate same-name connections
2026-07-10 14:44:40 +08:00
t8y2
5a666b1f48
fix(ai): improve assistant execution and MCP settings
2026-07-10 14:31:08 +08:00
vrustx
3f4f69c0dd
fix(app): extract numeric Windows version to avoid mojibake in support info
...
On Chinese Windows, `cmd /C ver` emits GBK-encoded output which was
decoded as UTF-8 lossy, rendering the localized text as mojibake
(e.g. "版本" became "�汾"). The full line also duplicated the
"Windows" prefix already provided by os_name().
Parse only the ASCII numeric version token (e.g. 10.0.26200.8655)
from the ver output, which is encoding-independent, and drop the
localized text entirely. Result: "Windows 10.0.26200.8655".
Fixes t8y2/dbx#3056
2026-07-10 10:58:46 +08:00
t8y2
6671400fd4
fix(windows): hide subprocess console windows
2026-07-10 09:50:18 +08:00
t8y2
bcad801c84
chore(release): bump version to 0.5.52
2026-07-10 01:02:29 +08:00
zipg
67edb94b1d
feat(sqlserver): support legacy TLS compatibility
2026-07-09 22:45:54 +08:00
Guoyu Su
15d392bc44
fix(transfer): keep task active after table errors
2026-07-09 18:30:29 +08:00
Guoyu Su
ca9e11217e
fix(mongodb): support collection drop shell command
2026-07-09 14:16:32 +08:00
二丫讲梵
28db8bc1b8
feat(support-info): add app support information
2026-07-09 09:52:45 +08:00
t8y2
e249925a7d
feat(release): bump app to 0.5.51
2026-07-09 00:54:49 +08:00
hhzorg
d9bb92d1e9
feat(doris): show external catalogs in sidebar
2026-07-09 00:45:29 +08:00
Moe.
a07f115407
fix(data-transfer): handle missing owner role policy and align web sync behavior
...
* Feat: Add PostgreSQL transfer ownership preview and resolution
- Add ownership policy support for data transfers: preserve, skip, and reassign missing owners
- Preview missing PostgreSQL roles before creating target schema objects
- Show ownership confirmation dialog when target roles are missing
- Allow users to skip ownership changes or reassign missing owners to the target connection user
- Add Tauri and HTTP API support for ownership preview
- Apply ownership statements according to selected policy during PostgreSQL transfers
- Add Chinese localization for ownership confirmation UI
* Feat: Add ownership confirmation localization
- Add ownership confirmation messages for supported desktop locales
- Include skip and confirm labels for ownership handling
- Update transfer test requests to use Preserve ownership policy
2026-07-09 00:35:34 +08:00
zipg
33b4fc1dac
feat(driver): clear download cache
2026-07-08 20:21:05 +08:00
LRcoding
ae627de320
fix(core): preserve mysql numeric export literals
2026-07-08 17:31:29 +08:00
zipg
2dc8609495
fix(mysql): skip MySQL-only setup for compatible engines
2026-07-08 15:37:49 +08:00
gggaiitx
651c7b8db3
fix(vastbase): tolerate metadata row type mismatches
2026-07-08 14:57:14 +08:00
author.zero
76eab8856f
fix(log): use local timezone for desktop logs ( #2830 )
...
* fix: use local timezone for desktop logs
* test: cover debug log local timestamps
* style: format desktop log formatter
2026-07-08 11:18:52 +08:00