Skip to content

Commit

Permalink
bump to 4.4.1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Feb 15, 2019
1 parent 0595be3 commit 37ac0a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Doc/release_note_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
English / [Japanese](release_note_ja.md)

NYAGOS 4.4.1\_1
===============
on Feb.15,2019

* Made `print(nyagos.complete_for["COMMAND"])` work
* Fix (#356) `type` could output the last line which does not contain LF. (Thx! @spiegel-im-spiegel)
* [zetamatta/go-texts](https://github.com/zetamatta/go-texts) v1.0.1 or laster is required
Expand All @@ -13,7 +17,7 @@ English / [Japanese](release_note_ja.md)

NYAGOS 4.4.1\_0
===============
on Feb.2,2019
on Feb.02,2019

* Support completion for `which`,`set`,`cd`,`pushd`,`rmdir` and `env` command. (Thx! [ChiyosukeF](https://twitter.com/ChiyosukeF))
* Fix (#353) Stopping OpenSSH with Ctrl-C on password prompt, Escape sequences and etc. are disabled. (Restore console mode for stdout after executing command) (Thx! [beepcap](https://twitter.com/beepcap))
Expand Down
4 changes: 4 additions & 0 deletions Doc/release_note_ja.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[English](release_note_en.md) / Japanese

NYAGOS 4.4.1\_1
===============
(2019.02.15)

* `print(nyagos.complete_for["COMMAND"])`が機能するようにした
* (#356) `type` が LF を含まない最終行を表示しない不具合を修正 (Thx! @spiegel-im-spiegel)
*[zetamatta/go-texts](https://github.com/zetamatta/go-texts) v1.0.1~
Expand Down
2 changes: 1 addition & 1 deletion Misc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.1_0
4.4.1_1

0 comments on commit 37ac0a5

Please sign in to comment.