Skip to content

v1.23.1

Choose a tag to compare

@hymkor hymkor released this 21 Mar 06:53
· 23 commits to master since this release

Changes in v1.23.1 (English)

Bug fixes

  • Fix an issue where, if no recognizable line endings are found in the input data, newly created lines were saved without line breaks (#106)
  • Fix an issue where, if no recognizable line endings are found in the input data, the delimiter for newly created lines was always set to tab; it now defaults to tab but respects -c / -t options (#106)

New features

  • Allow canceling save and search operations with Ctrl-C (#105)
  • Add -lf and -crlf options to control the default line ending for newly added lines (#107)

Changes in v1.23.1 (Japanese)

不具合修正

  • 読み込みデータ内に(標準とみなせる)改行コードがない場合、保存ファイルの新規作成行にも改行がなく、列区切り文字もタブ固定になってしまう不具合を修正。 (#106)
  • 読み込みデータ内に(標準とみなせる)改行コードがない場合、新規作成行の改行コードは OS標準の改行コードとし、区切り文字はタブがデフォルトで -c, -t などのオプションに従うものとした。 (#106)

新機能

  • Ctrl-C で保存や検索操作を中断できるようにした (#105)
  • 新規追加行に対するデフォルトの改行コードを制御するオプションとして -lf ・-crlf を追加 (#107)