Skip to content

Commit

Permalink
Update release_note_*.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jan 25, 2015
1 parent 20406c2 commit 1ceeb6a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions release_note_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Latest
* cd -h , cd ? : print current directory history.
* pwd -N (N:digit): print the N-th previous directory.

Bugfix
------
* Lua-function 'include' didn't report error
* Command-name completion printed same-name in diffent directories.
* ReadLine sometimes left trash at replacing string
* Could not complete path including ./ #45
* Could not broken symbolic link with DEL #44

Trivial fix
-----------
* make.cmd: add echo off a lot
* Let make.cmd on the top directory without arguments copy EXE top

NYAGOS 4.0.4\_0
================
* Support Lua 5.3
Expand Down
13 changes: 13 additions & 0 deletions release_note_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
* cd -h , cd ? : カレントディレクトリのヒストリを表示
* pwd -N (N:数字): N回前のカレントディレクトリを表示

不具合修正
----------
* nyagos.lua で定義されたLua関数 include がエラーを表示しなかった
* コマンド名補完で別ディレクトリの重複する名前を表示していた
* 一行入力で文字列を置き換えた時に末尾にゴミが残る時があった
* ./ を含むパスが補完できなかった
* DELコマンドで壊れたシンボリックリンクを削除できなかった

内部的な修正
------------
* make.cmd でエコーを一部抑制
* トップの make.cmd で実行ファイルをトップにもコピーするようにした。

NYAGOS 4.0.4\_0
================
* Lua 5.3 対応
Expand Down

0 comments on commit 1ceeb6a

Please sign in to comment.