v1.21.0
Pre-release
Pre-release
Changes in v1.21.0 (English)
- Print the value of
-delimiteron the status line (#57) - README: Normalize naming: use "Csvi" for the application name and
csvifor 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) TryFetchnow returnsos.ErrDeadlineExceededinstead ofio.EOFwhen 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)