All Versions
12
Latest Version
Avg Release Cycle
20 days
Latest Release
1408 days ago

Changelog History
Page 1

  • v0.8.2 Changes

    June 18, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation problems with TextUI.
  • v0.8.1 Changes

    June 18, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation with Crystal 0.35.
  • v0.8.0 Changes

    April 10, 2020

    ๐Ÿ”„ Changed

    • Compile our own version of libtermibox and static link to it, so there's no need to install termbox anymore.

    ๐Ÿ›  Fixed

    • โšก๏ธ Updated dependencies and fix warning to compile with Crystal 0.34.
    • ๐Ÿ’ป Few UI fixes from TextUi shard.
  • v0.7.0 Changes

    April 01, 2020

    โž• Added

    • โž• Added mouse support to query editor and database list.
    • You can focus query editor, database list and results view with a mouse click.
    • Do not show garbage on screen in some ocasions when viewing a table result cell.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix SQL beautifier doing weird things like transforming "counter" into "COUNTer".
    • Do not highlight SQL comments inside strings.
    • Highlight numbers on SQL editor.
  • v0.6.0 Changes

    February 13, 2020

    โž• Added

    • โž• Added undo/redo to query editor!

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix results box title not being highlighted when focused.
    • ๐Ÿ›  Fix garbage on database list when resizing on certain occasions.
    • Do not crash if the terminal width/height is too tiny.
  • v0.5.1 Changes

    January 19, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿšš TextUI module (code used to render the UI) moved to its own shard.

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ Do not print a stacktrace when passing a invalid parameter.
    • ๐Ÿ’พ Save last used query in the same place for postgres://host/db and postgresql://host/db.
    • ๐Ÿ–จ Do not print ANSI escape sequences when pressing CTRL + LEFT/RIGHT ARROW.
    • Consider ALT key on shortcuts.
  • v0.5.0 Changes

    January 03, 2020

    โž• Added

    • Syntax highlighting!!
    • When query editor focused, CTRL+L clear editor.
    • When query editor focused, CTRL+/ comment/uncomment lines.
    • ๐Ÿ‘‰ Show query excetuion time and number of rows in result set.
    • Page up/down can be used to scroll results table.
    • Page up/down can be used on query editor.
    • Query editor is now scrollable.

    ๐Ÿ›  Fixed

    • Adjust selected item on viewport on database list widget.
    • Do not re-render list widget on each key press.
  • v0.4.0 Changes

    December 17, 2019

    โž• Added

    • ๐Ÿ†• New fancy border box style.
    • Render focused boxes with different colors.
    • Cycle focus on TAB key.
    • ๐Ÿ‘‰ Show full result value when ENTER key is pressed on results table.
    • ๐Ÿ’พ Save editor contents per database URI at exit.
  • v0.3.0 Changes

    December 09, 2019

    โž• Added

    • ๐Ÿ‘‰ Show EXPLAIN queries as a text in result box.
    • ๐Ÿ‘Œ Improved query editor: Show line numbers, has word wrap and a decent cursor navigation.
    • SQL beautifier implemented, still not perfect, but helps!
  • v0.2.1 Changes

    November 18, 2019

    ๐Ÿ”„ Changed

    • User version_from_shard v1.0.0.