Skip to content

v0.7.1

Choose a tag to compare

@hymkor hymkor released this 04 May 03:13
· 736 commits to master since this release
  • Update importing libraries
    • go-readline-ny from v0.10.1 to v0.11.2
    • go-multiline-ny from v0.6.7 to v0.7.0
      • Ctrl-B can move cursor to the end of the previous line when cursor exists at the beginning of the line
      • Ctrl-F can move cursor to the beginning of the next line when cursor exists at the end of the line

  • インポートしているライブラリを更新
    • go-readline-ny from v0.10.1 to v0.11.2
    • go-multiline-ny from v0.6.7 to v0.7.0
      • 行頭にカーソルがあるとき、← や Ctrl-B でも前の行末にカーソルを移動できるようにした。
      • 行末にカーソルがあるとき、→ や Ctrl-F でも次の行頭にカーソルを移動できるようにした。