v1.20.0
Pre-release
Pre-release
Changes in v1.20.0 (English)
- Pressing
Shift+Rnow edits the current cell using the editor specified by the-exteditoroption. If not specified, it behaves the same asrand uses the built-in readline. (#43) - Add
-ooption that specifies the filename to write when reading csv from standard input (#45) - Change the save prompt default filename from
-to empty and require explicit input for standard input (#46) - Add
-delimiteroption that specifies the field separator (#47) - Fix display overflow caused by halfwidth kana with voiced/semi-voiced sound marks (#48)
Changes in v1.20.0 (Japanese)
Shift+Rを押下すると、オプション-exteditorで指定されたエディターによりセル内容を編集できるようにした。指定なしの場合はrと同様に内蔵 readline で編集する (#43)- 標準入力から読み取った時の保存ファイル名を指定するオプション
-oを追加 (#45) - 標準入力から読み取った時の保存プロンプトで表示されるデフォルトのファイル名を
-から空に変更し、入力を必須とした (#46) - 区切り文字を指定する
-delimiter stringオプションを追加 (#47) - 半角カナの濁音・半濁音記号が含まれていると表示桁数が超過して表示が乱れる問題を修正 (#48)