Skip to content

Releases: zerochae/dbab.nvim

v1.2.0

06 Apr 02:34
482e0e5

Choose a tag to compare

1.2.0 (2026-04-06)

Features

  • #3: add help popup (?) and improve sidebar action feedback (c326140)

v1.1.0

26 Feb 07:33
bd1f69a

Choose a tag to compare

1.1.0 (2026-02-26)

Features

  • phase 1 isolate schema cache per connection URL (f2d6394)
  • phase 2 apply tab-aware connection context across UI and completion (d185503)
  • support per-tab connection context and URL-isolated cache (938c387)

Bug Fixes

  • phase 3 avoid zsh glob expansion in cli executor (2e0ae67)

v1.0.0

19 Feb 00:38
ccbe632

Choose a tag to compare

1.0.0 (2026-02-19)

Features

  • add blink.cmp source for SQL autocompletion (3283bd1)
  • add blink.cmp source for SQL autocompletion (bacd39e)
  • config: make keymaps fully configurable and update docs (91082f6)
  • connection: add mariadb support as mysql alias (faceaf1)
  • grid: add result display styles (table, json, vertical, markdown, raw) (18f0fbc)
  • highlights: support highlight overrides via setup config (a4e5747)
  • history: add detailed style with multi-line query display (84ce09c)
  • initial release of dbab.nvim (a46577a)
  • self-contained CLI executor, make vim-dadbod optional (c2939d4)
  • sidebar: centralize icons and add DB brand config (e54c0d2)
  • ui: add flexible layout system with presets (d31dd05)
  • ui: improve result display and winbar alignment (d4a2dcc)

Bug Fixes

  • add DbabClose command and fix No Name buffer on open (da670a4)
  • executor: fallback to mysql if mariadb command is missing (78b9ab2)
  • executor: robust check for mariadb executable before usage (3a9106f)
  • parser: filter out mysql insecure password warning (198c04e)
  • tests: update config tests for flat config structure (3c71093)