From abf2eddf8dae3e9b9e2acccc1f61bf14f27bda39 Mon Sep 17 00:00:00 2001 From: zmatsuo <6488847+zmatsuo@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:04:52 +0900 Subject: [PATCH] fix history #255 --- doc/en/html/about/history.html | 4 ---- doc/ja/html/about/history.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html index dbeabbeb9..103f43be4 100644 --- a/doc/en/html/about/history.html +++ b/doc/en/html/about/history.html @@ -81,10 +81,6 @@

YYYY.MM.DD (Ver 5.7.0 not released yet)

Previously, since short filename,SFN (DOS filename, 8.3 format) is used, "ttxtest.dll-" was treated as "TTXTEST.DLL" and loaded. -
  • - Changed DPI awareness setting to process-wide instead of GUI thread only. - (issue #1314) -
  • When Terminal ID is "dumb", Output timestamps to both the VT window and log file when logging. diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html index 1b4ae35e9..96e6a6dac 100644 --- a/doc/ja/html/about/history.html +++ b/doc/ja/html/about/history.html @@ -81,10 +81,6 @@

    YYYY.MM.DD (Ver 5.7.0 not released yet)

    従来はショートファイル名,SFN(DOSファイル名,8.3形式)で扱っていたため、 "ttxtest.dll-" は "TTXTEST.DLL" として扱われ、ロードされていた。
  • -
  • - 高DPI設定をGUIスレッドのみではなく、プロセス全体で行うようにした。 - (issue #1314) -
  • Terminal ID が "dumb" の時、 ログ取得時のタイムスタンプをVT Windowとログファイルへ出力するようにした。