Skip to content

Releases: nyaosorg/nyagos

4.0.0_0

21 Oct 22:28
Compare
Choose a tag to compare
  • Add acknowledgements and dedication.

4.0.0_RC2

19 Oct 10:48
Compare
Choose a tag to compare
  • ドキュメントとヘルプを最新化(しただけ)

4.0.0_RC1

17 Oct 10:48
Compare
Choose a tag to compare

文字通りの 4.0.0 の RC1 です。

- 新バージョン表記向けにビルドスクリプト等を修正

20141014

14 Oct 13:27
Compare
Choose a tag to compare
  • bindkey 関数の this.text に与えるコマンドラインの長さを取り違えていた点を修正(#21)

20141013

13 Oct 14:52
Compare
Choose a tag to compare
  • ヒストリ置換で !str と !?str? をサポート
  • nyagos.gethistory() 関数を追加

20141012-2

12 Oct 09:22
Compare
Choose a tag to compare
  • nyagos.bindkey("...",function(this) ...end) の this にメンバーを追加
    • this.pos … バイト数で数えたカーソル位置(先頭は 1 になります)
    • this.text … utf8 で表現された現在の入力テキスト
    • this:call("FUNCNAME") ... this.call("BACKWARD_DELETE_CHAR") のように機能を呼び出す
    • this:insert("TEXT") ... TEXT をカーソル位置に挿入
  • 戻り値として以下を認識させるようにした
    • true : 入力内容確定(Enter押下と同じ)
    • false : 入力内容破棄(Ctrl-C押下と同じ)
    • nil : 特に何もしない

20141012

11 Oct 15:09
Compare
Choose a tag to compare
  • nyagos.bindkey("キー名",function() ~ end) をサポート
    • 戻り値に文字列を返すと、カーソル位置に挿入する機能だけ

20141011

11 Oct 01:18
Compare
Choose a tag to compare
  • 機能名を全て bash 風に変更
  • キー名・機能名ともに、大文字・小文字、 _-を区別しないようにした。
  • クリアではない、入力破棄を用意。Ctrl-C にアサイン

20101010

10 Oct 03:25
Compare
Choose a tag to compare
  • Ctrl-C へマッピングが出来ない問題を修正(#19)

20141009-2

09 Oct 01:23
Compare
Choose a tag to compare
  • パイプラインが動作しなくなっていた不具合を修正

a8f87db 、Release 20141009 にてエンバグ )