Skip to content

Commit

Permalink
release_note: wrote about Ctrl-C and foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Mar 31, 2024
1 parent 653a7cf commit 5fdd74b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release_note_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions docs/release_note_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

## ドキュメント

Expand Down

0 comments on commit 5fdd74b

Please sign in to comment.