Skip to content

Commit

Permalink
bump to 4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Sep 24, 2022
1 parent 6361d49 commit 6fcb221
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Etc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.12_0
4.4.13_0
6 changes: 5 additions & 1 deletion docs/release_note_en.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[top](../readme.md) > English / [Japanese](release_note_ja.md)

NYAGOS 4.4.13\_0
================
on Sep.24,2022

* Fix: Unhandled exception in gopkg.in/yaml.v3 ( https://github.com/nyaosorg/nyagos/security/dependabot/1 )
* (#420) Add: support for building on macOS (Thanks to @zztkm)
* (#421) Fix: environemt variables which batchfiles remove were not erased.(Thanks to @tsuyoshicho)
* (#422) Fix: when %PROMPT% contained $h, the edit start position shifted to the right.(Thanks to Matsuyanagi)
* (#422) Fix: when %PROMPT% contained $h, the edit start position shifted to the right.(Thanks to @Matsuyanagi)
* Fix: when terminal's background-color was white, characters in the readline was invisible. (Use not white but terminal's default color for foreground color)
* Improved the problem that timeout does not work well in command name completion.
* Move sub-packages into internal folder
Expand Down
6 changes: 5 additions & 1 deletion docs/release_note_ja.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[top](../readme_ja.md) > [English](release_note_en.md) / Japanese

NYAGOS 4.4.13\_0
================
(2022.09.24)

* セキュリティー警告対応のため、gopkg.in/yaml.v3 に依存するモジュールを直接利用しないようにした( https://github.com/nyaosorg/nyagos/security/dependabot/1 )
* (#420) macOS でのビルドをサポート (Thanks to @zztkm)
* (#421) バッチファイルが環境変数を削除した時、それが反映されていない問題を修正(Thanks to @tsuyoshicho)
* (#422) プロンプトに$hを使った時、編集開始位置が右にずれる不具合を修正(Thanks to Matsuyanagi)
* (#422) プロンプトに$hを使った時、編集開始位置が右にずれる不具合を修正(Thanks to @Matsuyanagi)
* 端末の背景色が白の時、入力文字が全く見えない不具合を修正(端末デフォルト文字色を使用)
* コマンド名補完において、タイムアウトが効きづらい問題を改善
* サブパッケージを internal フォルダー以下へ移動
Expand Down

0 comments on commit 6fcb221

Please sign in to comment.