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/-toptions (#106)
New features
- Allow canceling save and search operations with Ctrl-C (#105)
- Add
-lfand-crlfoptions to control the default line ending for newly added lines (#107)
Changes in v1.23.1 (Japanese)
不具合修正
- 読み込みデータ内に(標準とみなせる)改行コードがない場合、保存ファイルの新規作成行にも改行がなく、列区切り文字もタブ固定になってしまう不具合を修正。 (#106)
- 読み込みデータ内に(標準とみなせる)改行コードがない場合、新規作成行の改行コードは OS標準の改行コードとし、区切り文字はタブがデフォルトで
-c,-tなどのオプションに従うものとした。 (#106)