Skip to content

Releases: qua-erd/qua-erd-public

QuaERD 1.0.12

Choose a tag to compare

@qua-erd qua-erd released this 08 Sep 14:19

QuaERD 1.0.12

日本語

  • SSHトンネル・OS資格情報保存・接続先一覧を追加。接続名、開発/検証/本番、読取専用を表示し、ローカルDB接続は追加入力なしで利用できます。
  • SQL履歴・保存SQL・複数タブを追加。保存SQLはプロジェクトの .sql ファイル、履歴・作業状態は端末内に保存します。
  • MySQL、MariaDB、TiDB、PostgreSQL、SQL Server、SQLite、Oracle、ClickHouseのSQL解析に対応。DB固有の推定計画・要約・項目説明・INDEX/キー情報を確認できます。
  • 解析結果を変更前として保持し、SQLやINDEX変更後の計画と比較できます。テーブル/コンソール表示に対応します。
  • Tauri HTTPの通信失敗を握りつぶしてブラウザへ再送する動作を修正。元の理由を表示し、診断情報から認証情報を除外します。
  • MySQL系の符号なし数値・メタデータ、SQL Serverの推定値、SQLiteとClickHouseの結果読み取りを改善しました。

対応範囲

  • 解析は単一SELECT/WITHの推定計画です。EXPLAIN ANALYZEによる実測は含みません。
  • SSHはMySQL・MariaDB・TiDB・PostgreSQLに対応します。
  • SQL Serverの解析にはSHOWPLAN権限、OracleにはSQLcl/SQL*Plusと計画を記録できるPLAN_TABLEが必要です。Oracleは計画取得後にロールバックします。
  • SQLiteにはsqlite3 CLIが必要です。詳細は同梱の doc/sql-analysis-ja.md を参照してください。
  • 更新前に、プロジェクトと関連ファイルをバックアップしてください。

English

  • Added SSH tunnels, OS credential storage, saved connections, environment labels and read-only settings while preserving simple local connections.
  • Added SQL history, saved .sql files and workspace tabs, with local history and draft storage.
  • Added estimated plan analysis for MySQL, MariaDB, TiDB, PostgreSQL, SQL Server, SQLite, Oracle and ClickHouse, with engine-specific summaries, explanations and index/key metadata.
  • Added session-only before/after plan comparison with table and console views.
  • Fixed swallowed native HTTP errors and browser retries. Original transport failures are now surfaced with sanitized diagnostics.
  • Improved MySQL unsigned values and metadata, SQL Server estimates, and SQLite/ClickHouse result handling.

Analysis covers single SELECT/WITH statements, without EXPLAIN ANALYZE. SSH supports MySQL, MariaDB, TiDB and PostgreSQL. SQL Server requires SHOWPLAN permission; Oracle requires SQLcl/SQL*Plus and a writable PLAN_TABLE (plan changes are rolled back); SQLite requires its CLI. See the bundled doc/sql-analysis.md. Back up projects before updating.

QuaERD 1.0.11

Choose a tag to compare

@qua-erd qua-erd released this 07 Sep 04:24

QuaERD 1.0.11

日本語

  • ER図の左下に、折り畳み可能なミニマップを追加しました。
  • 全体配置と現在の表示範囲を確認でき、クリック・ドラッグ・矢印キーで移動できます。
  • ドラッグ中はリアルタイムにスクロールし、青い枠をつかんだ位置を維持します。
  • ズーム、グループ絞り込み、パネル開閉に追従します。表示状態は端末に保存されます。
  • ライト/ダーク表示と10言語の操作説明に対応しました。

English

  • Added a collapsible minimap floating at the bottom left of the ER canvas.
  • See the diagram overview and current viewport; navigate by click, drag, or arrow keys.
  • Dragging scrolls the canvas in real time and preserves the grab position inside the viewport rectangle.
  • The minimap follows zoom, group filtering, and panel resizing, and remembers visibility on this device.
  • Includes light/dark appearance and instructions in ten languages.

QuaERD 1.0.10

Choose a tag to compare

@qua-erd qua-erd released this 31 Aug 08:59

QuaERD 1.0.10 Stable

Changes

  • Describe the changes in this release.

Notes

  • Back up important .qerd files before updating.

QuaERD 1.0.9

Choose a tag to compare

@qua-erd qua-erd released this 22 Aug 12:55

QuaERD 1.0.9 Stable

Changes

  • Added memo attachments to tables and columns, including visual drop targets, attachment lines, inspector details, and attachment-preserving movement.
  • Improved automatic ER layout with group-separated rows, compact vertical table stacks, attached-memo placement, and landscape-oriented wrapping.
  • Fixed table overlap caused by differences between estimated and rendered table sizes.
  • Improved orthogonal relation routing so lines leave table edges and avoid passing behind tables and layout blocks.

Notes

  • Back up important .qerd files before updating.

QuaERD 1.0.8

Choose a tag to compare

@qua-erd qua-erd released this 21 Aug 17:23

QuaERD 1.0.8 Stable

Changes

  • Describe the changes in this release.

Notes

  • Back up important .qerd files before updating.

QuaERD 1.0.7

Choose a tag to compare

@qua-erd qua-erd released this 19 Aug 17:20

QuaERD 1.0.7 Stable

Changes

  • Describe the changes in this release.

Notes

  • Back up important .qerd files before updating.

QuaERD 1.0.6

Choose a tag to compare

@qua-erd qua-erd released this 19 Aug 05:58

QuaERD 1.0.6 Stable

Changes

  • Describe the changes in this release.

Notes

  • Back up important .qerd files before updating.

QuaERD 1.0.5

Choose a tag to compare

@qua-erd qua-erd released this 17 Aug 17:29

QuaERD 1.0.5 Stable

Changes

  • Describe the changes in this release.

Notes

  • Back up important .qerd files before updating.

QuaERD 1.0.4

Choose a tag to compare

@qua-erd qua-erd released this 17 Aug 13:53

Changes

  • Fixed automatic update checks failing when GitHub Raw returned rate-limit responses.
  • Moved stable updater metadata to the GitHub Release asset endpoint.
  • Improved the update failure message shown to users.

Notes

  • Version 1.0.3 may require a one-time manual installation of 1.0.4 because its updater endpoint can be rate-limited.
  • Back up important .qerd files before updating.

QuaERD 1.0.3

Choose a tag to compare

@qua-erd qua-erd released this 17 Aug 06:56

QuaERD 1.0.3 Stable

Changes

  • Describe the changes in this release.

Notes

  • Back up important .qerd files before updating.