Releases: zerochae/dbab.nvim
Releases · zerochae/dbab.nvim
v1.2.0
v1.1.0
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
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)