Changelog

v2.4.4

This release upgrades the DuckDB API to latest version. For most users, it won’t affect anything, but this change fixes a bunch of edge cases.

Note: On Windows, this may result in asking you to install MSVC++ (a required dependency).

Other Improvements

  • Fix: duplicate column name in select query doesn’t render data correctly
  • Fix: JSON import can fail with EACESS
  • Fix: editing table name on windows fails with zombie focus input

v2.4.3

  • Fix: upgrading to Pro and sending feedback gives no response
  • Fix: during import, changed table name is not used as final table name

v2.4.2

This release a few bugs related to editing values from table view.

  • Fix: wrong default value when editing values
  • Fix: bottom margin appears when editing values
  • Fix: table view can sometimes return blank
  • Fix: preview table in Import is not using full height of the modal

v2.4.1

This is major release that radically improves the UI and adds some important features. The old UI was inconsistent, used custom fonts, and didn’t look close to a native desktop experience. This release fixes all these problems.

Other Improvements

  • Dark mode support: New UI Supports dark mode.
  • Tabs support: Multiple queries can now be run in parallel, thanks to tabs support
  • Prettifier: Queries can now be indented using a button.
  • Keyboard shortcuts: The app is now much more keyboard-friendly, allowing you to do major actions through keyboard.

v2.3.0

  • Feature: directly open compressed files (.csv,.zip,.csv.gz)
  • Feature: directly import CSV files from Finder/Explorer using “Open With”.
  • Feature: Add table filters in UI.
  • Fix: opening large JSON files crashes the app.
  • Fix: resizing can accidentally sort columns
  • FIx: displaying large values can make table loading slow

v2.2.0

  • Fix: importing JSON can fail with an error
  • Feature: Edits via Table Viewer are now buffered and can be confirmed or discarded in a single action
  • Feature: Row selections support arrow keys, Ctr/Cmd, and shift.

v2.1.3

  • Fix: issue with xlsx import
  • Fix: data types with excel sheets not recognized properly
  • Fix: issue with newline-delimited json import

v2.1.2

  • Fix: favoriting queries can fail
  • Feature: JSON view of schema during data import (lets you modify schema without using UI)

v2.1.1

  • feat: add favorite queries
  • feat: add support for exporting as a table
  • fix: selecting a query executes that single query

v2.0.2

  • Fixes a bug where CSV parsing doesn’t go ahead correctly

v2.0.1

Fixes a bug with tab delimeter not working


v2.0.0

  • adds autocomplete
  • various UI fixes
  • 10x faster imports

v1.0.9

  • fix auto-update

v1.0.8

  • fix: pro users are shown “Upgrade to Pro” button

v1.0.7

  • add an option to send feedback
  • feature: add support for theming in charts
  • fix: background color not copied when exporting charts

v1.0.6

  • Major performance improvements
  • Table UI now shows time and progress
  • Switching tables and queries preserves their state
  • Fix: date strings not being parsed correctly
  • Fix: handle large value cells better
  • Fix: bug with editing ‘date’ type through UI

v1.0.5

  • Fix: invalid labels in horizontal orientation
  • Fix: xaxis labels overflow if they are too long
  • Feature: primary color of chart acts as theme color.

v1.0.4

  • Fix JSON data breaks Import Process
  • Fix: Pie chart not respecting theme colors
  • Fix: queries that return objects cause an error

1.0.2

  • Fix: a crash when starting TextQuery for first time
  • Fix: dbl-clicking topbar hides the window
  • Fix: updates-check throwing an error when ‘offline’
  • Feature: Use a better color component for chart colors that support opacity
  • Improve performance while importing CSVs

v1.0.1

  • fixed a bug where releaseTo is shown even if the the product is free

First Release - 1.0.0

  • Major bug fixes and features
  • First version with free limit and paid upgrade