Skip to content

Tags: danvergara/dblab

Tags

v0.50.0

Toggle v0.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve editor bugs (#367)

* fix(bubbletui): append new content from the query history

* fix(bubbletui): fix cursor handling after deleting the current line

v0.49.0

Toggle v0.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: toggle fullscreen in resultset and editor only (#363)

* Feat: toggle fullscreen in resultset and editor only

* fixing test, and adding test for fullscreen

* use esc to exit from fullscreen

* fix exit from history and help

* docs: adding screenshots and docs updated

v0.48.1

Toggle v0.48.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix go top and bottom keymap in the sidebar (#361)

* fix(keymap): Fix go top and bottom keymap

* docs: Update docs with mappings changes

v0.48.0

Toggle v0.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: update documentation with the granula per-panel keymaps (#357)

* docs: update documentation with the granula per-panel keymaps

* docs: add the query history key binding

* docs(screenshotse): update screenshots

* docs(assets): update assets

v0.47.4

Toggle v0.47.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bubbletui): remove annoying keymaps (#351)

v0.47.3

Toggle v0.47.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: default schema management (#344)

* fix(form): add the schema input for drivers that need it

* fix(client): avoid setting set the schema if it was not provided by the user (#345)

---------

Co-authored-by: Raul <56479285+raulpy271@users.noreply.github.com>

v0.47.2

Toggle v0.47.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: default schema management (#344)

* fix(form): add the schema input for drivers that need it

* fix(client): avoid setting set the schema if it was not provided by the user (#345)

---------

Co-authored-by: Raul <56479285+raulpy271@users.noreply.github.com>

v0.47.1

Toggle v0.47.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: sqlite status bar display (#341)

v0.47.0

Toggle v0.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add help modal docs (#340)

* docs(readme): update readme with the latest changes

* docs(docs): update the docs website files

v0.46.0

Toggle v0.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: execute query at cursor only (#330)

* Feat: Execute query at cursor only

* Fix tests

* refactor(editor): make the queryAtCursor function returns the line the cursor is on

* fix(editor): check if the query is empty

---------

Co-authored-by: Daniel Omar Vergara Pérez <daniel.omar.vergara@gmail.com>