Skip to content

v1.4.0

Latest

Choose a tag to compare

@Maxteabag Maxteabag released this 18 Apr 19:56
· 9 commits to main since this release
c77ea60

v1.4.0

New database providers

  • Added adapters for Impala, osquery, and SurrealDB.

Features

  • Moved config storage to the XDG config directory, with
    automatic migration from ~/.sqlit. Thanks @ermengchao and
    @hrfried. #180, #174, #129
  • Added password_command support for fetching passwords at
    connect time, including CLI flags for database and SSH
    passwords. Thanks @augustocdias. #165, #138
  • Added Vim visual modes in the query editor. Thanks
    @chasleslr. #172
  • Added more Vim-style navigation in the results view.
    Thanks @bussnet. #181, #170
  • Added x and ^ keybindings in non-insert mode. Thanks
    @msoos. #140
  • Updated the Nix flake to include bundled database drivers
    by default, plus a helper for custom driver sets. Thanks
    @joonnna and @sitaktif. #178, #154, #126
  • Improved autocomplete dropdown sizing for long
    suggestions. Thanks @hexycat. #173
  • Empty result sets now still show column headers. #176

Bug fixes

  • Improved Teradata query classification and metadata
    handling. Thanks @ErwonB. #135
  • Fixed PostgreSQL hangs when selecting bytea columns.
    Thanks @AlexZeitler. #171, #161
  • Fixed silent process-worker hangs caused by pickle
    failures. Thanks again @AlexZeitler. #177
  • Corrected the D1 adapter endpoint. Thanks @jegork. #179,
    #159
  • Fixed HANA column lookup on HANA Cloud. Thanks
    @Pineappletooth. #182, #153
  • Fixed Telescope errors on fresh start with no active
    connection. #164
  • Fixed clipped last rows in stacked result tables. Thanks
    @Mrthnx. #163, #132