Skip to content

Commit

Permalink
bump to v4.4.15_1
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed May 2, 2024
1 parent 1b816aa commit 110a264
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release_note_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[top](../readme.md) > English / [Japanese](release_note_ja.md)

NYAGOS 4.4.15\_1
================
May.02, 2024

The binaries of this version are built with Go 1.20.14
They support Windows 7, 8.1, 10, 11, WindowsServer 2008 or later, and Linux.

* (#442) Move back `aliasandset.lua` to `nyagos.d/` and enable to use the Lua codes like `set "ENV=VALUE"` and `alias "NAME=DEFINE"`. In 4.4.15\_0, it was put on `nyagos.d/catalog/` and `require "aliasandset"` was neccessary to use (Thx @naoyaikeda)
* Fix: the day of the week part of %DATE% was incorrect
(%DATE% was expected like `2024/04/19 金`, but `2024/04/19 1919`)
Expand Down
7 changes: 7 additions & 0 deletions docs/release_note_ja.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[top](../readme_ja.md) > [English](release_note_en.md) / Japanese

NYAGOS 4.4.15\_1
================
(2024.05.02)

当バージョンのバイナリは Go 1.20.14 でビルドしました。
サポート対象は Windows 7, 8.1, 10, 11, WindowsServer 2008以降, Linux となります。

* (#442) 4.4.15\_0 で `nyagos.d/catalog` 以下へ移動させて自動ロード対象外とした `nyagos.d/aliasandset.lua` を元の場所へ戻し、Luaコード: `set "ENV=VALUE" `, `alias "NAME=DEFINE"` を再び、そのまま使えるようにした (Thx @naoyaikeda )
* Windows の日付の設定に曜日が含まれているとき %DATE% の結果がおかしくなる不具合を修正 (`2024/04/19 金` と出て欲しいのに `2024/04/19 1919` と出てしまう)
* 一行入力のキーハンドル関数の中で `this:replacefrom(0,...)` を呼び出すと、ランタイムエラー: `runtime error: slice bounds out of range [-1:]` でクラッシュする不具合を修正。かわりに {nil,エラーメッセージ} を返すようにした。
Expand Down

0 comments on commit 110a264

Please sign in to comment.