Skip to content

Releases: SpollaL/datasight

0.7.0 - 2026-05-18

Choose a tag to compare

@github-actions github-actions released this 18 May 16:17

Release Notes

Added

  • datasight browse now lists every entry. Plain text and non-array JSON open in a new text viewer with scroll, search (/, n/N), line numbers, word wrap (w), and pretty-printed JSON. Binary files render dimmed and surface a status message on Enter.
  • T → Theme hint added to the Normal and Filter mode shortcut bars so the theme picker is discoverable in the standard viewer.

Changed

  • Expanded crates.io package description to list all supported formats, features, and cloud backends. Keywords swapped to csv / parquet / tui / dataframe / cli; added development-tools category.

Download datasight 0.7.0

File Platform Checksum
datasight-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
datasight-x86_64-apple-darwin.tar.xz Intel macOS checksum
datasight-x86_64-pc-windows-msvc.zip x64 Windows checksum
datasight-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
datasight-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.6.1 - 2026-05-08

Choose a tag to compare

@github-actions github-actions released this 08 May 10:20

Release Notes

Fixed

  • Sync Cargo.lock to package version so cargo install --git from the v0.6.0 tag no longer fails on the lockfile mismatch.

Download datasight 0.6.1

File Platform Checksum
datasight-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
datasight-x86_64-apple-darwin.tar.xz Intel macOS checksum
datasight-x86_64-pc-windows-msvc.zip x64 Windows checksum
datasight-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
datasight-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.6.0 - 2026-05-06

Choose a tag to compare

@github-actions github-actions released this 06 May 21:16

Release Notes

Added

  • datasight browse subcommand — file browser TUI with split-pane navigation and live preview. Supports local filesystem, Azure Blob Storage (behind --features azure), and S3 (behind --features aws).
  • Base16 theme system — 9 built-in color schemes. Press t in normal mode to cycle themes, use ~/.config/datasight/state.toml for persistence.

Fixed

  • CSV schema inference now correctly promoted to Decimal dtype for columns with decimal values.
  • Full CSV schema inference fixed to avoid treating free-text columns as dates.

Download datasight 0.6.0

File Platform Checksum
datasight-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
datasight-x86_64-apple-darwin.tar.xz Intel macOS checksum
datasight-x86_64-pc-windows-msvc.zip x64 Windows checksum
datasight-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
datasight-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0 - 2026-04-23

Choose a tag to compare

@github-actions github-actions released this 23 Apr 18:12

Release Notes

Added

  • Numeric Y-axis scale on line/bar/histogram plots with K/M suffix formatting.
  • Plot a column against its row index — press i in pick-Y mode.
  • Searchable column inspector: press / in unique values mode to filter the list by substring; press / in column inspector (i) to search columns by name.

Download datasight 0.5.0

File Platform Checksum
datasight-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
datasight-x86_64-apple-darwin.tar.xz Intel macOS checksum
datasight-x86_64-pc-windows-msvc.zip x64 Windows checksum
datasight-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
datasight-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.1 - 2026-04-22

Choose a tag to compare

@github-actions github-actions released this 22 Apr 10:05

Release Notes

Fixed

  • Group-by view no longer collapses when cycling the sort direction or clearing sorts; filters are now keyed by column name so they survive the pre-/post-aggregation schema switch.
  • update_filter rebuilds the full pipeline (raw filter → group-by → aggregate filter → sort) so filters can target either raw or aggregated columns without conflict.

Added

  • Automatic date detection for non-ISO formats (MM/DD/YYYY, MM-DD-YYYY, DD-Mon-YYYY, DD Mon YYYY). String columns that parse cleanly are promoted to Date so chronological sort works.
  • Ambiguity guard: slash-date columns in which every row has day ≤ 12 are kept as strings rather than silently coerced to the wrong calendar convention.

Changed

  • Disabled Polars' built-in CSV date auto-detect in favour of the post-load helper so the ambiguity guard applies consistently, with byte-level pre-filter and 32-row sampling so free-text columns skip the date check in microseconds.

Download datasight 0.4.1

File Platform Checksum
datasight-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
datasight-x86_64-apple-darwin.tar.xz Intel macOS checksum
datasight-x86_64-pc-windows-msvc.zip x64 Windows checksum
datasight-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
datasight-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 18:32

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 20:43

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Apr 08:25

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 18:14

0.1.0 - 2026-03-23

Choose a tag to compare

@github-actions github-actions released this 23 Mar 21:41

Release Notes

Added

  • Vim-style navigation (hjkl, g/G, PageUp/PageDown)
  • Search within a column (/, n/N)
  • Multi-column filtering with comparison operators — > 30, = Engineering, != 0 (f, F)
  • Unique values popup — searchable overlay showing distinct values sorted by frequency; press Enter to apply as a filter (u)
  • Sort by any column (s)
  • Group-by with per-column aggregations (b, a, B)
  • Column plot — line, bar, or histogram chart (p, t)
  • Column Inspector — schema and stats for every column (i)
  • Column stats popup (S)
  • In-app help popup with scrolling (?)
  • Autofit column width (_, =)
  • CSV and Parquet file support via Polars
  • Catppuccin Mocha theme with zebra-striped rows
  • Viewport-windowed rendering for large files

Download datasight 0.1.0

File Platform Checksum
datasight-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
datasight-x86_64-apple-darwin.tar.xz Intel macOS checksum
datasight-x86_64-pc-windows-msvc.zip x64 Windows checksum
datasight-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
datasight-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum