Releases: brettmcc/tads
Releases · brettmcc/tads
Release list
Tads 0.15.0
What's new in 0.15
Graphite dark theme
- New "Graphite" dark look across the whole app: chrome, data grid, dialogs, histograms, and filter editors, with dark native widgets and scrollbars.
- Base font is now 12px Segoe UI with a slimmer status bar.
Stata Browse-style grid
- Row-number column with click-to-select, plus active row/column highlights.
- Cell-contents bar above the grid shows the focused cell's value as plain text.
- Leftmost column stays frozen during horizontal scrolling.
Performance
- Adjacent grid pages are prefetched and stale fetches dropped, so deep scrolling through multi-million-row parquet files stays smooth.
- Faster startup: the window appears only when painted, and DuckDB and other heavy modules load in the background.
- DuckDB now uses N-1 threads so heavy statistics don't starve the UI.
In-memory parquet
- New "In memory" footer toggle materializes a parquet file into an in-memory DuckDB table for faster queries.
- Pre-flight size estimate warns before oversized loads; spill and RAM metrics warn when the in-memory copy underperforms.
Quality of life
- Startup without a file shows an "Open Dataset" button instead of a native dialog.
- Data sources panel: hover "x" closes a connection; hover tooltip shows the full file path.
- Command bar: Tab completes to the longest common prefix before opening the menu.
- CSV import handles non-UTF-8 encodings (UTF-16, Latin-1) and surfaces open errors instead of a blank grid.
- Tads is registered in Explorer's "Open with" list for supported file types.
- The Windows installer is DPI-aware (no more blurry rendering on 4K displays).
Under the hood
- The embeddable web-viewer surface was removed; Tads is desktop-only now.
- Quick Start guide rewritten with a new Stata Bar section.
Tads 0.14.0
First packaged release of Tads — a desktop viewer for huge Parquet/CSV/DuckDB/SQLite files with a Stata-style command bar (summarize, tabulate, browse, keep/drop, ...), built on Tad + DuckDB.
Downloads
| Platform | File | Notes |
|---|---|---|
| Windows 10/11 | Tads.Setup.0.14.0.exe |
NSIS wizard; unsigned, so SmartScreen may warn (More info → Run anyway) |
| macOS — Apple Silicon (M1+) | Tads-0.14.0-arm64.dmg |
unsigned; right-click → Open on first launch, or xattr -dr com.apple.quarantine /Applications/Tads.app |
| macOS — Intel | Tads-0.14.0.dmg |
same as above |
| Debian/Ubuntu | tads_0.14.0_amd64.deb |
sudo apt install ./tads_0.14.0_amd64.deb |
| Any Linux | tads-0.14.0.tar.bz2 |
unpack and run tads |
Windows users can alternatively winget install BrettMcCully.Tads once microsoft/winget-pkgs#399350 is merged.
See the README for full installation instructions.