Skip to content

v1.8.1

Compare
Choose a tag to compare
@hymkor hymkor released this 26 Apr 02:46
· 88 commits to master since this release
  • Fix: crashed on starting csvi with no arguments
  • Fix: a cell were not flipped when the cursor was in a cell with no text.
  • Fix: the foreground color was not black, but gray.
  • Change the case STDOUT or STDERR is used on no arguments to make the content of foo.txt becomes foo\r\n when executing echo "foo" | csvi -auto "w|-|q|y" > foo.txt

  • 引数なしで csvi を起動すると落ちる問題を修正
  • テキストがないセルにカーソルがある時にセルが反転しない問題を修正
  • カーソルの文字色が黒ではなく灰色になっていた不具合を修正
  • echo "foo" | csvi -auto "w|-|q|y" > foo.txt で foo.txt が foo\r\n になるように、引数ゼロ時の標準出力と標準エラー出力の使い分けを変更した。