diff --git a/docs/release_note_en.md b/docs/release_note_en.md index 43d3844a..0cbba398 100644 --- a/docs/release_note_en.md +++ b/docs/release_note_en.md @@ -43,6 +43,14 @@ They support Windows 7, 8.1, 10, 11, WindowsServer 2008 or later, and Linux. * Fix: the subcommand completion for scoop did not work because the filename of executable was `scoop.exe` that should be `scoop.cmd`. * Fix the problem that prompt is not displayed on Linux ( The .nyagos sample should have defined nyagos.env.PROMPT, but nyagos.env.prompt was defined ) +* Fix: the loop to input commands for `foreach` could not be stopped with Ctrl-C + ( This problem was included in the commit [8bf0a2acb25b152d3d40c188de09858c2ef572ae] of version [4.4.6\_2]. See also issue [#383] and [4.4.6\_0] ) + +[8bf0a2acb25b152d3d40c188de09858c2ef572ae]: https://github.com/nyaosorg/nyagos/commit/8bf0a2acb25b152d3d40c188de09858c2ef572ae +[4.4.6\_2]: https://github.com/nyaosorg/nyagos/releases/tag/4.4.6_2 +[4.4.6\_0]: https://github.com/nyaosorg/nyagos/releases/tag/4.4.6_0 +[#383]: https://github.com/nyaosorg/nyagos/issues/383 + ## Documents diff --git a/docs/release_note_ja.md b/docs/release_note_ja.md index 982a15c8..faf4fac9 100644 --- a/docs/release_note_ja.md +++ b/docs/release_note_ja.md @@ -42,6 +42,13 @@ * scoop.cmd であるべき scoop の実行ファイル名が scoop.exe になっていてサブコマンド名補完できない問題を修正した * Linux でプロンプトが表示されない問題を修正 (デフォルトの .nyagos で nyagos.env.prompt を設定していたが、Linux では環境変数の英大文字・小文字を区別するので、nyagos.env.PROMPT でなければいけなかった) +* `foreach` で繰り返すコマンド入力のループ を Ctrl-C で中断できない不具合を修正 + (本問題は [4.4.6\_2] のコミット[8bf0a2acb25b152d3d40c188de09858c2ef572ae] で混入した模様。[#383]と[4.4.6\_0] も参照のこと) + +[8bf0a2acb25b152d3d40c188de09858c2ef572ae]: https://github.com/nyaosorg/nyagos/commit/8bf0a2acb25b152d3d40c188de09858c2ef572ae +[4.4.6\_2]: https://github.com/nyaosorg/nyagos/releases/tag/4.4.6_2 +[4.4.6\_0]: https://github.com/nyaosorg/nyagos/releases/tag/4.4.6_0 +[#383]: https://github.com/nyaosorg/nyagos/issues/383 ## ドキュメント