Skip to content

Commit 343f851

Browse files
committed
Bump to v0.27.4
1 parent 7e41aff commit 343f851

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

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.4
6+
-------
7+
Feb 14, 2026
8+
59
- `edit` statement: Restore row deletion commands (`dd`, `dr`):
610
Fixed a keybinding conflict that rendered row deletion unavailable. The `d` key has been unassigned from the "Set Null" function to restore the `dd` and `dr` commands, following specification changes in Csvi. Field Null assignment remains available via the `x` key. (#35)
711
- `edit` statement: Prevent creation of empty lines at the end of the editable CSV content. ([csvi#79])

release_note_ja.md

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

5+
v0.27.4
6+
-------
7+
Feb 14, 2026
8+
59
- `edit`文: 行削除コマンド(`dd`, `dr`)の復旧
610
レコードの削除操作(`dd`, `dr`)を再び利用可能にした。以前のバージョンでは、Null設定機能を `d` キーにも割り当てていたため、Csvi側の仕様変更(`D` の廃止)に伴い、行削除が実行できない状態になっていた。今回、`d` へのNull設定機能を解除することでこの競合を解消した。※Null設定機能は、引き続き `x` キーで利用可能。 (#35)
711
- `edit`文: 編集対象の CSV データ末尾に空行が生成されないようにした。([csvi#79])

0 commit comments

Comments
 (0)