Skip to content

Releases: antonycourtney/tad

Tad 0.13.0

18 Oct 04:34
Compare
Choose a tag to compare

What's Changed

  • Updated to latest DuckDb (0.9.1)
  • Better error handling when DuckDb extensions can't be downloaded to enable Tad use behind corp firewalls
  • Interactive column histograms for numeric columns
  • Improved date / time rendering (by @hamilton)
  • Direct copy/paste to Excel and Google Sheets
  • String filters are now case insensitive
    Full Changelog: v0.12.0...v0.13.0

Tad 0.12.0

06 Mar 18:08
Compare
Choose a tag to compare

What's Changed

  • Updated to latest DuckDb (0.7.1)
  • Binary releases now include native build for Apple Silicon (M1/M2)
  • Reloading an updated CSV/Parquet file will re-import the file (based on checking file modification time)

Full Changelog: v0.11.0...v0.12.0

Tad 0.11.0

21 Dec 14:54
Compare
Choose a tag to compare

What's Changed

  • Update to use latest DuckDb (0.6.1), Electron (22.0.0), React (18) and Blueprint
  • Enable automatic tooltips for long text columns
  • Treat filters as form so we can press enter to submit by @gempir in #172
  • Added content zoom modifiers. by @scmanjarrez in #182
  • Internal / Experimental: Embeddable TadViewerPane React component
  • Internal: migrate from node-duckdb to duckdb-async

New Contributors

Full Changelog: v0.10.1...v0.11.0

Tad 0.10.1

16 Jun 13:39
Compare
Choose a tag to compare

New Features / Bug Fixes

  • No longer requires Admin rights to install on Windows (#96)
  • Built and tested on macOS 11 (Big Sur) and macOS 12 (Monterey) (#169)
  • Numbers are now right-aligned for easier visual scanning of magnitude (#166)
  • Separate menu options for "Open File..." and "Open Directory..." for better open dialog behavior on Windows and Linux

Tad 0.10.0

19 Apr 17:56
Compare
Choose a tag to compare

New Features

  • Tad now uses DuckDb instead of SQLite, enabling much better load times and interactive performance, especially for large data files.
  • Added direct support for Parquet and compressed CSV files.
  • Added a new Data Sources sidebar showing available tables, data files and folders, and allowing fast switching between them.
  • Tad can open DuckDb and SQLite Database files:
    $ tad myDatabase.duckdb
    or
    $ tad myDatabase.sqlite
  • Ability to open filesystem directories directly for quick browsing and exploration of collections of tabular data files.

Internal Changes

This release is a major restructuring and rewrite of the Tad internals:

  • Implementation now structured as a Lerna monorepo, split into 12 sub-modules.
  • Implementation ported to TypeScript and UI code updated to React Hooks
  • Main pivot table React component (tadviewer) built as an independent module, enabling embedding in other applications
  • Experimental proof-of-concept packaging of Tad as a web app and a reference web server, illustrating how Tad could be deployed on the web.
  • Experimental proof-of-concept support for other database backends (Snowflake, BigQuery, AWS Athena)

0.9.0

25 Nov 19:48
Compare
Choose a tag to compare
v0.9.0

Add electron-version step to pipeline

0.8.5

28 Jun 13:16
Compare
Choose a tag to compare
v0.8.5

Add additional build targets on Linux

0.8.4

29 May 15:38
Compare
Choose a tag to compare
v0.8.4

bump electron-builder version

0.8.3

18 Apr 04:18
Compare
Choose a tag to compare
v0.8.3

changes for 0.8.3 release

0.8.2

12 Apr 14:49
Compare
Choose a tag to compare
v0.8.2

bump version to 0.8.2, update release notes