Skip to content

Commit 9f62e8a

Browse files
committed
Release notes: mentioned a panic in filename completion
1 parent b13de99 commit 9f62e8a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

release_note_en.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
( **English** / [Japanese](release_note_ja.md) )
2+
3+
### Bug fixes
4+
5+
- `host` and `start`: Fixed a panic in filename completion when the last token was an empty string.
6+
(#4, [go-readline-ny#10], Fixed in go-readline-ny v1.21.1 )
7+
8+
[go-readline-ny#10]: https://github.com/nyaosorg/go-readline-ny/pull/10
9+
10+
### Specification changes
11+
112
- Pressing `r` in the `desc` command without a table name now launches the `edit` command for the table under the cursor.
213
- Pressing `Enter` in the `desc` command without a table name now launches `desc` command for the table under the cursor.
314
- Running `edit` without arguments now opens a table selection mode.

release_note_ja.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
( [English](release_note_en.md) / **Japanese** )
2+
3+
### 不具合修正
4+
5+
- `host`文, `start`文: 最後のトークンが空文字列のときにファイル名補完で panic が発生する問題を修正
6+
(#4, [go-readline-ny#10], go-readline-ny v1.21.1 にて修正)
7+
8+
[go-readline-ny#10]: https://github.com/nyaosorg/go-readline-ny/pull/10
9+
10+
### 仕様変更
11+
112
- テーブル名指定なしの `desc` コマンド中に `r` を押下すると、`edit (カーソル行のテーブル名)` を起動するようにした
213
- テーブル名指定なしの `desc` コマンド中に `Enter` を押下すると、`desc (カーソル行のテーブル名)` を起動するようにした
314
- 引数なしで `edit` コマンドが起動された時、カーソルでテーブルを選択するモードを起動するようにした。

0 commit comments

Comments
 (0)