Next | Query returned 21 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-27 10:47:45 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.8.1

 - Fix rendering of consecutive newlines
 - Fix clipboard support on Wayland (@ram02z)
 - Allow opting out of clipboard feature
   2024-03-24 16:30:51 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.8.0

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)
   2024-02-25 16:45:07 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
csvlens: update to 0.7.0.

# v0.7.0

* 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
   2024-01-14 21:09:39 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.6.0

v0.6.0
 - 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
   2024-01-07 21:07:06 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.5.1

v0.5.1
 - Fix panic caused by unicode and newline
   2024-01-01 20:06:08 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.5.0

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
   2023-12-10 23:11:11 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.4.0

This release adds support for the following:
 - Show help page with key bindings (H)
 - Scroll to left most and right most columns (Ctrl + ← or Ctrl + →)
 - Scroll forward and backward half a window (Ctrl + d or Ctrl + u)
 - Resize columns (< or >)
 - Reset to default view (r)
   2023-10-22 21:32:21 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.3.2

v0.3.2
 - Fix incorrectly truncated content due to highlighting
 - Fix potential overflow panic
   2023-08-28 10:21:39 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.3.1

 - Fix unicode handling in SpansWrapper
 - Fix row height calculation to use usable column widths
 - Reduce default value for maximum column width fraction
   2023-08-01 10:03:27 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.3.0

v0.3.0
 - Support line wrapping for displaying long or multiline content

Next | Query returned 21 messages, browsing 1 to 10 | Previous