Skip to content

Releases: YS-L/csvlens

v0.10.1

15 Sep 05:48
Compare
Choose a tag to compare

Release Notes

  • Fix --echo-column option error

Download csvlens 0.10.1

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

v0.10.0

04 Aug 05:50
Compare
Choose a tag to compare

Release Notes

  • Improve horizontal space utilization when rendering wide columns
  • Support toggling sort direction
  • Accept tab delimiter specified as -d \t without quotes
  • Add library target

Download csvlens 0.10.0

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

v0.9.1

22 May 11:05
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue with finding and filtering using an empty cell leading to incorrect matches
  • Fixed certain Shift key-related key bindings not functioning correctly on Windows (Issue #82)

Download csvlens 0.9.1

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

v0.9.0

28 Apr 08:49
Compare
Choose a tag to compare

Release Notes

  • Improve scrolling responsiveness for large csv
  • Find and filter using selected cell (# and @) to search for exact matches
  • Fix rendering of cursor in input prompt
  • Fix app freeze on line wrap in some cases
  • Fix potential overflow when subtracting durations in Windows (#77)
  • Fix rendering of right border with irregular columns (#73)
  • Fix misspelling (#72 by @theKnightsOfRohan)

Download csvlens 0.9.0

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

v0.8.1

25 Mar 16:09
Compare
Choose a tag to compare

Release Notes

  • Fix rendering of consecutive newlines
  • Fix clipboard support on Wayland (@ram02z)
  • Allow opting out of clipboard feature

Download csvlens 0.8.1

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

v0.8.0

24 Mar 05:23
Compare
Choose a tag to compare

Release Notes

This release adds support for the following:

  • Find and filter within the selected column
  • Find and filter using the selected cell (# and @)
  • Wrap lines by words (toggled via -W)
  • Copy selected cell to clipboard (y)

Download csvlens 0.8.0

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

v0.7.0

24 Feb 14:32
Compare
Choose a tag to compare

Release Notes

  • Support sorting rows by a column (Shift + ↓ or Shift + j)
  • Support CSV without headers via --no-headers
  • Add --columns, --filter, and --find options for filtering rows and columns

Download csvlens 0.7.0

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

v0.6.0

14 Jan 06:57
Compare
Choose a tag to compare

Release Notes

  • Accept "\t" for tab as delimiter argument (#49 by @peterjc)
  • Add -t flag for tsv files (#47 by @JojiiOfficial)
  • Print lower level causes on error

Download csvlens 0.6.0

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

v0.5.1

07 Jan 14:18
Compare
Choose a tag to compare

Release Notes

  • Fix panic caused by unicode and newline

Download csvlens 0.5.1

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

v0.5.0

01 Jan 15:59
Compare
Choose a tag to compare

Release Notes

  • Migrate to Ratatui (#42 by @joshka)
  • Better readline support using tui-input (move cursor forward / backward, jump to the start, etc)
  • Improve buffer history to retrieve more than just the last input

Download csvlens 0.5.0

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