Skip to content

v0.5.0

Choose a tag to compare

@thaw-release-bot thaw-release-bot released this 26 Jul 05:05

0.5.0 (2026-07-26)

Bug Fixes

  • bump golang.org/x/text to v0.39.0 (GO-2026-5970) (#834) (a7a957d)
  • correct Windows "Reveal in Explorer" selecting one level up (#294) (#841) (0da853e), closes #293
  • only mention admin locks in feature-disabled warnings when locked (#832) (a0fd6af), closes #823
  • open Query History "Load in Editor" in a new tab (#830) (#839) (3081698)
  • parse SQL and DDL text with the tokenizer, not substring search (#819) (d6c7b72), closes #816
  • recognize quoted function argument names in SQL diagnostics (#873) (5191e55), closes #871 #509 #705
  • render unicode in JSX instead of literal \uXXXX escapes (#822) (#831) (c7eabd2), closes #823
  • sidebar bulk actions target only the right-clicked selection (#867) (14344a9), closes #862 #861
  • sidebar Export DDL opens the export options dialog (#863) (#868) (0aa2fb9)
  • sync Leaflet size in GeoMapView to fix Windows map misrender (#828) (#837) (3923daa)
  • treat INFORMATION_SCHEMA as read-only in the sidebar (#854) (#856) (6beb613)
  • use the shared tokenizer for SQL and identifier matching (#817) (7c77b8b)

Features

  • advanced object-browser search (regex + type filter) on an account-wide backend query (#855) (#857) (4ae3a56)
  • configurable file naming and grouping for overloaded functions/procedures in DDL export (#869) (9c141a9), closes #864 #863
  • create folders/files at the file-explorer root (#848) (#851) (8c740e0)
  • export function/procedure bodies as dollar-quoted ($$…$$) (#870) (eb8d7aa), closes #865
  • insert placeholders at the caret in the DDL export path template (#872) (13a00b4), closes #866
  • manage ALTER USER variants (reset/rename/abort, policies, tags, MFA, delegated auth) in User Properties (#826) (#835) (c7ec227)
  • manage key-pair auth (both RSA slots, rotate/remove) in User Properties (#833) (06af4d8), closes #824
  • modern one-click Windows NSIS installer (#843) (093c818)
  • more Query History filters (status, type, duration, database/schema) (#827) (#836) (60e71ac)
  • multi-select database nodes in the sidebar tree (#861) (57abd25)
  • show full tab title tooltip when truncated in Active Files panel (#829) (#838) (824abe4)
  • tags editor in Properties modals for all taggable object types (#850) (#853) (f5f9a6f)
  • VS Code-style preview tabs from the file browser (#849) (#852) (a628e07)

Performance Improvements