All Versions
12
Latest Version
Avg Release Cycle
20 days
Latest Release
1552 days ago
Changelog History
Page 1
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.