Skip to content

Releases: Maxteabag/sqlit

v1.2.8

17 Jan 10:09

Choose a tag to compare

Fixes #80: disable process worker for DuckDB to avoid file locks.\n\n- add adapter-level process worker support flag\n- prevent worker usage for DuckDB in queries and explorer loads\n- add schema service regression test

v1.2.7

16 Jan 22:03

Choose a tag to compare

sqlit 1.2.7

Fixes

  • Fixed AUR package dependency name - changed python-textual-fastdatatable-latest to python-textual-fastdatatable (#85)
  • Fixed typo in docs: custom themes should be stored in ~/.sqlit/themes (#86)

v1.2.6

10 Jan 17:30

Choose a tag to compare

sqlit 1.2.6

New Features

Interactive JSON Tree View (#78) (Thanks: @the-vampiire)

  • View JSON/JSONB values in an interactive tree with expand/collapse navigation
  • Use t to toggle between raw text and tree view
  • Navigate with j/k, expand/collapse all with z/Z
  • Copy node values or paths with y

Visual Mode for Explorer

  • Select multiple connections using v to enter visual mode
  • Bulk operations: move to folder (m) or delete (d)

Hierarchical Connection Folders

  • Organize connections into folders
  • Primary-colored folder icons (📁) in the explorer tree

Fixes

  • Fixed JSON value viewer crash on certain data types (#78)
  • Fixed Oracle adapter cursor leak causing resource exhaustion. Closes #69
  • Fixed n/N keys blocked in results filter input. Closes #79
  • Hide/show password toggle in connection forms. Closes #75
  • Edge case fixes for Postgres
  • UX improvements for explorer

v1.2.5

09 Jan 22:23

Choose a tag to compare

Add Google BigQuery support with Docker emulator detection.

New

  • BigQuery connections (Application Default or Service Account auth)
  • Docker detection for bigquery-emulator containers
  • Auto-detect local emulator when port is specified

Fixed

  • Skip password prompt for databases that don't require auth

v1.2.4

09 Jan 20:05

Choose a tag to compare

Bug Fixes

  • Hardened incremental results rendering for mixed types (bc6edf1)
  • Added unit test for numeric range incremental rendering (8117d0b)

Fixes #71

v1.2.3

06 Jan 21:38

Choose a tag to compare

Add Nix flake support #49
Fix BigQuery and Redshift wrong installation hints
Add delete-row (Press 'd' on a row to generate DELETE statement) #58

v1.2.2

06 Jan 20:26

Choose a tag to compare

Highlights

  • Add Azure AD Default authentication option (thanks @Eckii24)
  • Allow directory selection for Oracle client path.
  • Handle sudo installs and stream output for clearer install feedback.
  • Centralized mode colors/footer hints and a green bar cursor in insert mode. Cursor is thinner in insert mode: #59

Fixes & Reliability

  • Fix active database overrides across adapters. #4
  • Stabilize incremental results rendering for decimals. #71
  • Fix macOS clipboard fallback. #68
  • Defer restart until after clean shutdown. #65
  • Preserve credentials when saving connections. #72

v1.2.1.5

05 Jan 04:17

Choose a tag to compare

Rename AUR package

v1.2.1.4

05 Jan 04:09

Choose a tag to compare

Fix SQLite demo mock
Prompt warning when Keyring failed
Add option to use plaintext credentials via :credentials [plaintext|keystore]

v1.2.1.3

05 Jan 02:33

Choose a tag to compare

Fix AUR compatibility.
Some latest versions dependencies not published on AUR. This update uses my packages hosted by me on AUR as a temporary solution.