release: Postgres array editor, table grid styles, keyring fix + README - #49
Merged
Merged
Conversation
- Add ClickHouse, DuckDB, and SQL Server to supported databases - Add Prisma Postgres to one-click providers; group core engines vs providers - Document live mode, global search, EXPLAIN plans, relation tree, and schema-object creation dialogs - Correct the backup/restore section (SQL-dump based with include toggles, per-table selection, live log, cancel; PG/MySQL/SQLite/D1) - Note OS-keychain credential storage; mention ECharts/choropleth charts - Expand the Connecting section to cover every engine and provider
…UI polish Rebased from feat/impfixes onto master (the original 'chore: working on capacitor' commit — misnamed; it carries finished features, not capacitor). Dropped stray .claude/phobos-* tooling files. - Postgres array columns: decode varchar[]/int[]/… into JSON arrays (was garbage bytes), with a dedicated Prisma-style ArrayCellEditor (add/remove/ reorder) that writes a cast array literal. - Keyring: enable per-platform backend features so saved credentials actually persist (v3 without a backend silently used a non-persistent in-memory mock). - Data table: 6 selectable grid styles (lines/bordered/striped/dotted/dots/minimal). - Editable prettified DML preview before apply; auto-reconnect on startup. - More keyboard shortcuts (reopen tab, go-to-tab 1–9, toggle tab bar, disconnect). - Connection screen / provider sign-in polish.
🦋 Changeset detectedLatest commit: d97a3c6 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This was referenced Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidated minor release PR — everything done today that isn't already in v1.11.0. Merging with the
release:minorlabel triggersauto-release.yml, which bumps 1.11.0 → 1.12.0, folds the changeset intoCHANGELOG.md, tagsv1.12.0, and publishes. The version is set by CI, not hand-edited (hand-editing double-bumps).Supersedes PRs #47 and #48 (both included here). Dependabot PRs #14 (echarts major) and #7 (vite) are intentionally not included — they're unrelated automated bumps and the echarts major needs testing on its own.
Changelog (folds from
.changeset/)New Features
Data Table
text[],int[], …) get a dedicated add / remove / reorder editor instead of raw-JSON editing; they display as{a,b}.Interface
Bug Fixes
Docs
Verification
cargo check --no-default-featuresclean (verified on the source branch; keyring recompiled with the new backend features).npm run buildclean.Already shipped separately (in v1.11.0, for context)
D1
_cf_backup fix, backup/restore correctness (9 fixes), sign-in button polish.