Skip to content

Releases: TomekNocon/tplot

0.1.1 - 2026-05-02

02 May 16:19

Choose a tag to compare

Release Notes

Added

  • Homebrew formula auto-published to tomeknocon/homebrew-tap on each
    release. Install via brew install tomeknocon/tap/tplot (or the
    shorter brew install tplot after a one-time brew tap tomeknocon/tap).

Install tplot 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TomekNocon/tplot/releases/download/v0.1.1/tplot-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install TomekNocon/tap/tplot

Download tplot 0.1.1

File Platform Checksum
tplot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tplot-x86_64-apple-darwin.tar.xz Intel macOS checksum
tplot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.0 - 2026-05-01

02 May 11:39

Choose a tag to compare

Release Notes

Added

  • 16 chart types covering common analysis needs:
    bar, hist, line, scatter, sparkline, heatmap, box, area, candlestick,
    treemap, violin, ridgeline, sankey, table, summary.
  • Storytelling layer: focal/context palette (burnt orange focal, gray
    context), trust-score gate (max ≥ 1.5× median), and embedded one-line
    takeaway. --neutral, --focus, --annotate, --no-takeaway flags
    for fine control.
  • Hybrid renderers — half-blocks (▀▄█), vertical-blocks (▁▂▃▄▅▆▇█),
    and Braille (2×4 dots) — auto-selected based on chart type.
  • Image protocols: Kitty graphics protocol, iTerm2 inline-image (OSC 1337),
    auto-detected via OSC capability probing with timeouts.
  • Theme detection (light/dark) via $COLORFGBG and $TERM_PROGRAM.
  • Single-line tplot summary chart, designed for inline rendering in
    Claude Code where multi-line output is collapsed behind Ctrl+O.
  • JSON ChartSpec dispatch via tplot json for programmatic input.
  • Per-renderer ANSI escape compaction (3.2-13.6× byte reduction in tests).
  • Three palettes: signature, editorial, colorblind-safe.
  • 348 tests across the 5-crate workspace.

Install tplot 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TomekNocon/tplot/releases/download/v0.1.0/tplot-installer.sh | sh

Download tplot 0.1.0

File Platform Checksum
tplot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tplot-x86_64-apple-darwin.tar.xz Intel macOS checksum
tplot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum