Skip to content

Commit 2a6e810

Browse files
committed
bump to v0.27.3
1 parent c2a6a97 commit 2a6e810

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

release_note_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Release notes (English)
22
=======================
33
( **English** / [Japanese](release_note_ja.md) )
44

5+
v0.27.3
6+
-------
7+
Feb 6, 2026
8+
59
- Improved single-key input handling so that control key escape sequences (e.g. the Up Arrow `\x1B[A`) are not misinterpreted even when they are split by terminal behavior. As part of this change, the `Esc` key is now always treated as a prefix key. The following internal dependencies were updated: (#29,#30)
610
- Csvi v1.20.1 → v1.21.1
711
- go-multiline-ny v0.22.3 →v0.22.4

release_note_ja.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ Release notes (Japanese)
22
========================
33
( [English](release_note_en.md) / **Japanese** )
44

5+
v0.27.3
6+
-------
7+
Feb 6, 2026
8+
59
- 一文字キー入力で、制御キー入力シーケンス(例:上矢印 `\x1B[A`)が端末仕様により分断されても誤動作しないよう、Esc キーを常にプレフィックスキーとして扱う挙動に改善した。内部的に以下のパッケージを更新した。(#29,#30)
610
- Csvi v1.20.1 → v1.21.1
711
- go-multiline-ny v0.22.3 →v0.22.4
812
- go-readline-ny v1.13.0 → v1.14.1
913
- go-ttyadapter v0.2.0 → v0.3.0
10-
- `edit`: `c``Esc` を廃止。変更の適用を伴う終了も`q` を使用してください。 (#32)
14+
- `edit`: `c``Esc` を廃止。変更の適用を伴う終了も`q` を使用するようにした (#32)
1115

1216
v0.27.2
1317
-------

0 commit comments

Comments
 (0)