diff --git a/target/docs/ChangeLog.htm b/target/docs/ChangeLog.htm index 40abb136..06ff3ca1 100644 --- a/target/docs/ChangeLog.htm +++ b/target/docs/ChangeLog.htm @@ -29,12 +29,13 @@

2.0.17 - 2024年6月5日

DBGp property_getまたはcontext_getの評価中に無視される一時的なブレークポイントをデバッガが削除しないように修正しました。

2.0.16 - 2024年5月30日

-

Fixed load-time errors sent to stdout showing incorrect file/line number in some cases.

-

Fixed ExitApp on load-time error/warning dialogs to use exit code 2.

-

Fixed locating WindowSpy.ahk in Current User (non-admin) installs.

-

Fixed DBGp property_get paging items incorrectly (again).

-

Fixed StrPut failing if Length/Buffer is specified and MultiByteToWideChar doesn't support the WC_NO_BEST_FIT_CHARS flag for the target codepage.

-

Fixed Download to attempt anonymous authentication if the server requests client authentication.

+

stdoutに送信されるロードタイムエラーにファイル/行番号が正しく表示されないことがあった問題を修正しました。

+

ロード時のエラー/警告ダイアログでExitApp関数が終了コード2を使用するように修正しました。

+

カレントユーザー(非管理者)でのインストールでWindowSpy.ahkの場所を修正しました。 +

+

DBGpのproperty_getのページング項目が(再び)間違っていたのを修正しました。

+

Length/Buffer が指定されてMultiByteToWideChar がターゲットコードページのWC_NO_BEST_FIT_CHARSフラグをサポートしていないときにStrPut が失敗するように修正しました。

+

サーバーがクライアント認証を要求したときに、匿名認証を試みるようにダウンロードを修正しました。

2.0.15 - 2024年5月16日

v2.0.14以降、誤ったページングのために、DBGp property_getがプロパティを取得できない問題を修正しました。