Skip to content

v1.21.0

Pre-release
Pre-release

Choose a tag to compare

@hymkor hymkor released this 24 Jan 11:46
· 166 commits to master since this release

Changes in v1.21.0 (English)

  • Print the value of -delimiter on the status line (#57)
  • README: Normalize naming: use "Csvi" for the application name and csvi for the command (#58)
  • Update startup message to use "Csvi" instead of "csvi" (#58)
  • Internal: slightly improved handling of halfwidth voiced sound marks during truncation. (#59)
    • Work around width miscalculation by inserting U+007F before them
  • Internal: "internal/nonblock": (*NonBlock) TryFetch now returns os.ErrDeadlineExceeded instead of io.EOF when a timeout occurs. (#61)
  • Display a text animation while waiting for a save operation to complete. (#62)

Changes in v1.21.0 (Japanese)

  • -delimiter で設定した値を、ステータスラインに表示するようにした (#57)
  • README: アプリケーション名としては「Csvi」、コマンド名としては csvi に統一 (#58)
  • 起動時メッセージでは「csvi」ではなく「Csvi」を使うようにした (#58)
  • 内部変更: 半角カナの濁音を含む文字列の切り詰め処理をわずかに改善 (#59)
    • 濁音記号の前に U+007F を挿入し、幅の誤計測を回避
  • 内部変更: "internal/nonblock": (*NonBlock) TryFetch がタイムアウト時に io.EOF ではなく os.ErrDeadlineExceeded を返すように変更 (#61)
  • 保存処理の待ち時間中にテキストアニメーションを表示するようにした (#62)