Skip to content

v1.20.0

Pre-release
Pre-release

Choose a tag to compare

@hymkor hymkor released this 17 Jan 11:54
· 207 commits to master since this release

Changes in v1.20.0 (English)

  • Pressing Shift+R now edits the current cell using the editor specified by the -exteditor option. If not specified, it behaves the same as r and uses the built-in readline. (#43)
  • Add -o option 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 -delimiter option 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)