From 33a60573ce46704af24cab4d656425c932d075b8 Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 00:03:17 +0900
Subject: [PATCH 1/7] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?=
=?UTF-8?q?=E3=81=AE=E9=A0=86=E7=95=AA=E3=82=92=E4=BF=AE=E6=AD=A3=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
https://teratermproject.github.io/manual/5/ja/reference/develop-release.html#rc-release
---
doc/en/html/about/history.html | 81 +++++++++++++++++-----------------
doc/ja/html/about/history.html | 80 ++++++++++++++++-----------------
2 files changed, 80 insertions(+), 81 deletions(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index 61a96d4bc..d5f85638b 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -36,16 +36,29 @@
YYYY.MM.DD (Ver 5.3 not released yet)
- Changes
- - MACRO: When TTL file is relative path, it is relative from current directory of ttpmacro.
- - MACRO: Added options such as size specification to the listbox command.
+ - Bracket paste behavior can be adjusted with BracketedSupport and BracketedControlOnly .
+
+ - When pasting string from clipboard that does not contain control codes such as line feeds, characters are not outputted twice in the log with the default settings.
+
+
- Use EnableContinuedLineCopy setting when dragging after selecting a word by double click.
- - Show error messagebox when logging cannot be started with LogAutoStart=on
- Right-click(paste) is not disabled even when SelectOnActivate is off.
- - allow users to select creating automatic backup or not by IniAutoBackup when overwriting the ini file.
-
- VTFontSpace can be used to adjust to narrow the space between characters.
- Fixed some Emoji which character widths did not change with Override Emoji Characters width option. (Changed referenced Emoji table.)
+ - VTFontSpace can be used to adjust to narrow the space between characters.
- Only available COM ports are listed.
COM ports that are disabled and failed to initialize are not included.
+ - Display lng file information when LanguageUI is selected. Remove language setting.
+ - Default port settings is moved to General tab of Additional settings dialog.
+ - Download folder setting is moved to General tab of Additional settings dialog.
+ - Add ViewlogEditor argument on Log Tab in Additional settings.
+ - Setup - Font was integrated into Font tab of Additional settings.
+ - Keyboard setting dialog is moved to Keyboard tab of Additional setting dialog.
+ - Add TCP/IP tab of Additional setting dialog.
+
+ - TCP/IP dialog is moved to TCP/IP tab.
+ - Default port settings is moved to TCP/IP tab.
+
+
- improve Broadcast command dialog:
- edit control now support paste by R/M mouse clicking and Shift-INS.
@@ -56,63 +69,49 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- fix left click behavior in the margin of window list.
- - Default port settings is moved to General tab of Additional settings dialog.
- - Display lng file information when LanguageUI is selected. Remove language setting.
- - Bracket paste behavior can be adjusted with BracketedSupport and BracketedControlOnly .
-
- - When pasting string from clipboard that does not contain control codes such as line feeds, characters are not outputted twice in the log with the default settings.
-
-
- - Download folder setting is moved to General tab of Additional settings dialog.
+ - Returned the display position of the message box to its previous behavior (center of the parent window) before 4.103, excluding some message boxes.
+ - Show error messagebox when logging cannot be started with LogAutoStart=on
+ - allow users to select creating automatic backup or not by IniAutoBackup when overwriting the ini file.
- Modified to display SSH authentication banner in VT window regardless of receiving character code.
-
- Keyboard setting dialog is moved to Keyboard tab of Additional setting dialog.
- MACRO: send macro command check data and sends it as text or binary. added sendtext and sendbinary macro command
- - MACRO: password file using aes-256-ctr
-
+
- MACRO: Added options such as size specification to the listbox command.
- added the getttpos command to retrieve the display status, position, and size in the VT window of Tera Term.
- - Add ViewlogEditor argument on Log Tab in Additional settings.
- - Setup - Font was integrated into Font tab of Additional settings.
- - Returned the display position of the message box to its previous behavior (center of the parent window) before 4.103, excluding some message boxes.
- - Add TCP/IP tab of Additional setting dialog.
+
- MACRO: password file using aes-256-ctr
- - TCP/IP dialog is moved to TCP/IP tab.
- - Default port settings is moved to TCP/IP tab.
+ - added the setpassword2, getpassword2, ispassword2 and delpassword2 commands. The contents that is saved with setpassword2 command is protected by a password. This password file is not compatible with prior password file.
-
+ - MACRO: When TTL file is relative path, it is relative from current directory of ttpmacro.
Bug fixes
- - Fixed COM port detection for modem device. Modem device is also detected the same as 4.x now.
- - MACRO: fixed ttermpro.exe does not crash when file specified in the xmodemsend macro command does not exist.
- Fixed text color to be gray instead of black when SGR 1 + SGR 30(Bold + FG Black).
- - Fixed same repeated characters are selected when double click on delimiter character.(Fixed select behavior that changed in 5.2 to be same as before.)
- - MACRO: fixed file name is garbled in status window when Kanji characters are included.
- Fixed to repetition of surrogate pair characters correctly display when "Drawing resized font to fit cell width" is on.
- - Fixed to use EnableContinuedLineCopy setting when double click to select a word. This bug was introduced in 5.2.
- - Fixed window maximization works immediately after startup.
- - MACRO: fixed password file name for getpassword and delpassword macro command is not Unicode compatible.
- - Fixed crash on exit when using /V option of ttermpro.exe.
- Fixed display of combined characters was corrupted.
- - Apply changes even if only NoFrame is changed at Window setup dialog.
- - MACRO: fixed send macro command could not send $00.
- - Fixed focus disappears in SSH Authentication dialog and TAB cannot be used.
- - Added download folder for log saving folder same as Tera Term 4.
+ - Fixed to use EnableContinuedLineCopy setting when double click to select a word. This bug was introduced in 5.2.
+ - Fixed same repeated characters are selected when double click on delimiter character.(Fixed select behavior that changed in 5.2 to be same as before.)
- Fixed wrong characters were sent when transmit character code is JIS.
- Fixed wrong character output at end of line.
- Fixed wrong character output when local echo is on.
- - MACRO: Fixed path of basename and dirname macro commands were not Unicode-compatible.
- - MACRO: Fixed clipb2var is not working.
- - MACRO: Fixed ttpmacro.exe crashes when referencing unsetted string array element.
+ - Fixed COM port detection for modem device. Modem device is also detected the same as 4.x now.
- Fixed doesn't remember the COM port it used on new connection dialog
- Fixed COM port list was not sorted on new connection dialog.
+ - Apply changes even if only NoFrame is changed at Window setup dialog.
+ - Fixed window maximization works immediately after startup.
+ - Added download folder for log saving folder same as Tera Term 4.
+ - Fixed focus disappears in SSH Authentication dialog and TAB cannot be used.
+ - MACRO: fixed send macro command could not send $00.
+ - MACRO: Fixed clipb2var is not working.
+ - MACRO: Fixed path of basename and dirname macro commands were not Unicode-compatible.
+ - MACRO: fixed ttermpro.exe does not crash when file specified in the xmodemsend macro command does not exist.
+ - MACRO: fixed password file name for getpassword and delpassword macro command is not Unicode compatible.
+ - MACRO: Fixed ttpmacro.exe crashes when referencing unsetted string array element.
+ - MACRO: fixed file name is garbled in status window when Kanji characters are included.
@@ -5457,8 +5456,8 @@
- Added LockBox to encrypt and save passwords.
- In the Details dialog, the "use SSH" checkbox no longer turns on when the executable file name includes "ttermpro.exe".
- - Added the risk of information leaks.
- Fixed a typo in the title of the List Configuration dialog. (Cofiguration -> Configuration)
+ - Added the risk of information leaks.
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index 6f4d75e20..edac5689e 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -36,16 +36,29 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- 変更
- - MACRO: TTLファイルを相対パスで指定したとき、ttpmacroのカレントディレクトリ相対で扱うようにした。
- - MACRO: listboxコマンドにサイズ指定等のオプション等を追加した。
+ - ブラケットペーストの動作を BracketedSupport と BracketedControlOnly で調整できるようにした。
+
+ - デフォルト設定で改行などを含まない文字列をクリップボードからペーストしたとき二重にログに出力されなくなった。
+
+
- ダブルクリックでワード選択後のドラッグ時、EnableContinuedLineCopy を反映してするようにした。
- - LogAutoStart=on でログ記録が開始できないとき、エラーメッセージを表示するようにした。
- SelectOnActivate が off でも右クリックによる貼り付けは行われるようにした。
- - iniファイルを上書きする際に自動バックアップを作成するかどうかを IniAutoBackup で設定できるようにした。
- - VTFontSpace で負の値を設定できるようにした。
- Override Emoji Characters widthで文字幅が変化しない絵文字があったので修正した。(参照する絵文字テーブルを変更した。)
+ - VTFontSpace で負の値を設定できるようにした。
- 使用可能なCOMポートのみを一覧に表示するようにした。
無効化、初期化に失敗したCOMポートは含まれないようにした。
+ - LanguageUI選択時にlngファイルの情報を表示するようにした。Language設定を削除した。
+ - Default port 設定を Additional settings の General タブへ移動した。
+ - ダウンロードフォルダの設定を Additional settings の General タブへ移動した。
+ - Additional settings の Log タブに ViewlogEditor の引き数を追加した。
+ - 設定-フォント設定を Additional settings の フォントタブへ統合した。
+ - キーボード設定ダイアログを Additional settings の Keyboard タブへ移動した。
+ - Additional settings に TCP/IP タブ を追加した。
+
+ - TCP/IP setup ダイアログを TCP/IP タブへ移動した。
+ - Default port 設定を TCP/IP タブへ移動した。
+
+
- Broadcast commandダイアログの挙動を改善した。
- リアルタイムモードでは、コマンド入力コントロールで マウス右クリック・中クリック あるいは Shift-INS によりペーストできるようにした。また、この時の改行の確認は各ウィンドウではなくダイアログで行われるようにした。
@@ -56,63 +69,50 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- ウィンドウリストの余白部分で左クリックした時の挙動を修正した。
- - Default port 設定を Additional settings の General タブへ移動した。
- - LanguageUI選択時にlngファイルの情報を表示するようにした。Language設定を削除した。
- - ブラケットペーストの動作を BracketedSupport と BracketedControlOnly で調整できるようにした。
-
- - デフォルト設定で改行などを含まない文字列をクリップボードからペーストしたとき二重にログに出力されなくなった。
-
-
- - ダウンロードフォルダの設定を Additional settings の General タブへ移動した。
+ - メッセージボックスの表示位置を4.103より前の動作(親ウィンドウ中央)に戻した。(一部のメッセージボックスを除く)
+ - LogAutoStart=on でログ記録が開始できないとき、エラーメッセージを表示するようにした。
+ - iniファイルを上書きする際に自動バックアップを作成するかどうかを IniAutoBackup で設定できるようにした。
- SSH認証バナーをVT ウィンドウ内に表示する時、受信文字コードによらず表示できるよう変更した。
- - キーボード設定ダイアログを Additional settings の Keyboard タブへ移動した。
- MACRO: send マクロコマンドは送信データを判定してテキスト又はバイナリとして送信する。sendtext と sendbinary マクロコマンドを追加した。
+ - MACRO: listboxコマンドにサイズ指定等のオプション等を追加した。
+ - MACRO: Tera Term の VT window の表示状態、位置、サイズを取得する getttpos コマンドを追加した。
- MACRO: aes-256-ctrを使用したパスワードファイル
-
- MACRO: Tera Term の VT window の表示状態、位置、サイズを取得する getttpos コマンドを追加した。
-
- - Additional settings の Log タブに ViewlogEditor の引き数を追加した。
- - 設定-フォント設定を Additional settings の フォントタブへ統合した。
- - メッセージボックスの表示位置を4.103より前の動作(親ウィンドウ中央)に戻した。(一部のメッセージボックスを除く)
- - Additional settings に TCP/IP タブ を追加した。
-
- - TCP/IP setup ダイアログを TCP/IP タブへ移動した。
- - Default port 設定を TCP/IP タブへ移動した。
-
+ - MACRO: TTLファイルを相対パスで指定したとき、ttpmacroのカレントディレクトリ相対で扱うようにした。
バグ修正
- - モデムデバイスのCOMポート検出を修正した。4.x と同様にモデムデバイスも検出できるようになった。
- - MACRO: xmodemsendマクロコマンドで指定したファイルが存在しない時、ttermpro.exe がクラッシュしないよう修正した。
- SGR 1 + SGR 30(強調+文字色黒)のとき、文字色を黒ではなく灰色で表示するよう修正した。
- - 区切り文字をダブルクリックしたとき、連続した同一文字を選択するよう修正した(5.2で変わってしまった選択動作を従来と同じ動作となるよう修正した)。
- - MACRO: ステータスウィンドウのマクロファイル名が文字化けする場合があったので修正した。
- "Drawing resized font to fit cell width"がonのとき、サロゲートペアの文字が連続した場合でも正しく表示するよう修正した。
- - ダブルクリックでワード選択時、EnableContinuedLineCopy を反映するよう修正した。5.2でエンバグ。
- - 起動直後のウィンドウ最大化が動作するよう修正した。
- - MACRO: getpassword, delpasswordマクロコマンドのパスワードファイル名がUnicodeに対応していなかったので修正した。
- - ttermpro.exe の /V オプションを使用すると終了時クラッシュする問題を修正した。
- 結合文字の表示が崩れることがあったので修正した。
- - Window setup ダイアログで No Frame だけが変更された場合も変更を適用するようにした。
- - MACRO: send マクロコマンドで $00 を送信できなったので修正した。
- - SSH Authentication ダイアログでフォーカスが消えてTAB等が使えなくなる問題を修正した
- - ログの保存フォルダに、Tera Term 4 と同様にダウンロードフォルダを追加した。
+ - ダブルクリックでワード選択時、EnableContinuedLineCopy を反映するよう修正した。5.2でエンバグ。
+ - 区切り文字をダブルクリックしたとき、連続した同一文字を選択するよう修正した(5.2で変わってしまった選択動作を従来と同じ動作となるよう修正した)。
- 送信文字コードがJISの時、誤った文字を送信することがあったので修正した。
- 行末の文字出力の誤りを修正
- ローカルエコーがON時、正しくエコーされなかったので修正
- - MACRO: basename, dirnameマクロコマンドのパスがUnicodeに対応していなかったので修正した。
- - MACRO: clipb2varが動作しなかったので修正した。
- - MACRO: 文字列配列の未設定要素を参照すると ttpmacro.exe がクラッシュするので修正した。
+ - モデムデバイスのCOMポート検出を修正した。4.x と同様にモデムデバイスも検出できるようになった。
- 新しい接続ダイアログで、直前に使用したCOMポートを選択しなかったので修正した。
- 新しい接続ダイアログで、COMポートリストがソートされなかったので修正した。
+ - Window setup ダイアログで No Frame だけが変更された場合も変更を適用するようにした。
+ - ttermpro.exe の /V オプションを使用すると終了時クラッシュする問題を修正した。
+ - 起動直後のウィンドウ最大化が動作するよう修正した。
+ - ログの保存フォルダに、Tera Term 4 と同様にダウンロードフォルダを追加した。
+ - SSH Authentication ダイアログでフォーカスが消えてTAB等が使えなくなる問題を修正した
+ - MACRO: send マクロコマンドで $00 を送信できなったので修正した。
+ - MACRO: clipb2varが動作しなかったので修正した。
+ - MACRO: basename, dirnameマクロコマンドのパスがUnicodeに対応していなかったので修正した。
+ - MACRO: getpassword, delpasswordマクロコマンドのパスワードファイル名がUnicodeに対応していなかったので修正した。
+ - MACRO: xmodemsendマクロコマンドで指定したファイルが存在しない時、ttermpro.exe がクラッシュしないよう修正した。
+ - MACRO: 文字列配列の未設定要素を参照すると ttpmacro.exe がクラッシュするので修正した。
+ - MACRO: ステータスウィンドウのマクロファイル名が文字化けする場合があったので修正した。
@@ -5466,8 +5466,8 @@
- パスワードを暗号化して保存するLockBoxを追加した。
- Detailsダイアログで実行ファイル名に"ttermpro.exe"か含まれている場合に"use SSH"のチェックボックスがONになる処理をなくした。
- - 情報漏洩のリスクを加筆した。
- List Configurationダイアログのタイトルの誤字を修正した。(Cofiguration -> Configuration)
+ - 情報漏洩のリスクを加筆した。
From 7763465b1e97c6e0b82fa1ddc083ce56c5b1f6b8 Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 00:09:24 +0900
Subject: [PATCH 2/7] =?UTF-8?q?TTSSH=20=E3=81=AE=E5=A4=89=E6=9B=B4?=
=?UTF-8?q?=E5=B1=A5=E6=AD=B4=E3=81=8C=20Tera=20Term=20=E3=81=AE=E4=B8=AD?=
=?UTF-8?q?=E3=81=AB=E3=81=82=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E7=A7=BB?=
=?UTF-8?q?=E5=8B=95=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- #203
- #212
---
doc/en/html/about/history.html | 4 ++--
doc/ja/html/about/history.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index d5f85638b..3b0ecbe0c 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -72,7 +72,6 @@ YYYY.MM.DD (Ver 5.3 not released yet)
Returned the display position of the message box to its previous behavior (center of the parent window) before 4.103, excluding some message boxes.
Show error messagebox when logging cannot be started with LogAutoStart=on
allow users to select creating automatic backup or not by IniAutoBackup when overwriting the ini file.
- Modified to display SSH authentication banner in VT window regardless of receiving character code.
MACRO: send macro command check data and sends it as text or binary. added sendtext and sendbinary macro command
MACRO: Added options such as size specification to the listbox command.
added the getttpos command to retrieve the display status, position, and size in the VT window of Tera Term.
@@ -104,7 +103,6 @@ YYYY.MM.DD (Ver 5.3 not released yet)
Apply changes even if only NoFrame is changed at Window setup dialog.
Fixed window maximization works immediately after startup.
Added download folder for log saving folder same as Tera Term 4.
- Fixed focus disappears in SSH Authentication dialog and TAB cannot be used.
MACRO: fixed send macro command could not send $00.
MACRO: Fixed clipb2var is not working.
MACRO: Fixed path of basename and dirname macro commands were not Unicode-compatible.
@@ -3539,6 +3537,8 @@ YYYY.MM.DD (Ver 3.3 not released yet)
Bug fixes
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index edac5689e..2c51e37c1 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -72,7 +72,6 @@ YYYY.MM.DD (Ver 5.3 not released yet)
メッセージボックスの表示位置を4.103より前の動作(親ウィンドウ中央)に戻した。(一部のメッセージボックスを除く)
LogAutoStart=on でログ記録が開始できないとき、エラーメッセージを表示するようにした。
iniファイルを上書きする際に自動バックアップを作成するかどうかを IniAutoBackup で設定できるようにした。
- SSH認証バナーをVT ウィンドウ内に表示する時、受信文字コードによらず表示できるよう変更した。
MACRO: send マクロコマンドは送信データを判定してテキスト又はバイナリとして送信する。sendtext と sendbinary マクロコマンドを追加した。
MACRO: listboxコマンドにサイズ指定等のオプション等を追加した。
MACRO: Tera Term の VT window の表示状態、位置、サイズを取得する getttpos コマンドを追加した。
@@ -105,7 +104,6 @@ YYYY.MM.DD (Ver 5.3 not released yet)
ttermpro.exe の /V オプションを使用すると終了時クラッシュする問題を修正した。
起動直後のウィンドウ最大化が動作するよう修正した。
ログの保存フォルダに、Tera Term 4 と同様にダウンロードフォルダを追加した。
- SSH Authentication ダイアログでフォーカスが消えてTAB等が使えなくなる問題を修正した
MACRO: send マクロコマンドで $00 を送信できなったので修正した。
MACRO: clipb2varが動作しなかったので修正した。
MACRO: basename, dirnameマクロコマンドのパスがUnicodeに対応していなかったので修正した。
@@ -3548,6 +3546,8 @@ YYYY.MM.DD (Ver 3.3 not released yet)
バグ修正
From 5ecbf710e6fe917c90cfc809014682795149e159 Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 00:13:04 +0900
Subject: [PATCH 3/7] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?=
=?UTF-8?q?=E3=81=AE=20html=20=E6=A7=8B=E9=80=A0=E3=82=92=E4=BF=AE?=
=?UTF-8?q?=E6=AD=A3=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
doc/en/html/about/history.html | 24 ++++++++++++++++--------
doc/ja/html/about/history.html | 22 +++++++++++++++-------
2 files changed, 31 insertions(+), 15 deletions(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index 3b0ecbe0c..7ff44fc48 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -45,8 +45,11 @@ YYYY.MM.DD (Ver 5.3 not released yet)
Right-click(paste) is not disabled even when SelectOnActivate is off.
Fixed some Emoji which character widths did not change with Override Emoji Characters width option. (Changed referenced Emoji table.)
VTFontSpace can be used to adjust to narrow the space between characters.
- Only available COM ports are listed.
- COM ports that are disabled and failed to initialize are not included.
+ Only available COM ports are listed.
+
+ - COM ports that are disabled and failed to initialize are not included.
+
+
Display lng file information when LanguageUI is selected. Remove language setting.
Default port settings is moved to General tab of Additional settings dialog.
Download folder setting is moved to General tab of Additional settings dialog.
@@ -75,11 +78,13 @@ YYYY.MM.DD (Ver 5.3 not released yet)
MACRO: send macro command check data and sends it as text or binary. added sendtext and sendbinary macro command
MACRO: Added options such as size specification to the listbox command.
added the getttpos command to retrieve the display status, position, and size in the VT window of Tera Term.
-
- MACRO: password file using aes-256-ctr
+ MACRO: password file using aes-256-ctr encryption
+
MACRO: When TTL file is relative path, it is relative from current directory of ttpmacro.
@@ -3527,8 +3532,11 @@ YYYY.MM.DD (Ver 3.3 not released yet)
- Changes
- - add support for multiple required authentication.
- auto login, connect from macro and duplicate session are not supported, because TTSSH cannot receive multiple authentication informations from command line parameters.
+ - add support for multiple required authentication.
+
+ - auto login, connect from macro and duplicate session are not supported, because TTSSH cannot receive multiple authentication informations from command line parameters.
+
+
- If option(/f, /ssh-f, /ssh-consume, /keyfile) argument file name is not absolute path, modify it to be treated as a relative path from %APPDATA%\teraterm5\.
- Modified private key file name can use Unicode
@@ -3537,7 +3545,7 @@ YYYY.MM.DD (Ver 3.3 not released yet)
- Bug fixes
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index 2c51e37c1..558d32d3e 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -45,8 +45,11 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- SelectOnActivate が off でも右クリックによる貼り付けは行われるようにした。
- Override Emoji Characters widthで文字幅が変化しない絵文字があったので修正した。(参照する絵文字テーブルを変更した。)
- VTFontSpace で負の値を設定できるようにした。
- - 使用可能なCOMポートのみを一覧に表示するようにした。
- 無効化、初期化に失敗したCOMポートは含まれないようにした。
+ - 使用可能なCOMポートのみを一覧に表示するようにした。
+
+ - 無効化、初期化に失敗したCOMポートは含まれないようにした。
+
+
- LanguageUI選択時にlngファイルの情報を表示するようにした。Language設定を削除した。
- Default port 設定を Additional settings の General タブへ移動した。
- ダウンロードフォルダの設定を Additional settings の General タブへ移動した。
@@ -75,12 +78,14 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- MACRO: send マクロコマンドは送信データを判定してテキスト又はバイナリとして送信する。sendtext と sendbinary マクロコマンドを追加した。
- MACRO: listboxコマンドにサイズ指定等のオプション等を追加した。
- MACRO: Tera Term の VT window の表示状態、位置、サイズを取得する getttpos コマンドを追加した。
- - MACRO: aes-256-ctrを使用したパスワードファイル
+
- MACRO: aes-256-ctr 暗号化を使用したパスワードファイル
-
- MACRO: TTLファイルを相対パスで指定したとき、ttpmacroのカレントディレクトリ相対で扱うようにした。
+ - MACRO: TTLファイルを相対パスで指定したとき、ttpmacroのカレントディレクトリ相対で扱うようにした。
@@ -3536,8 +3541,11 @@ YYYY.MM.DD (Ver 3.3 not released yet)
- 変更
- - 複数認証要求に対応しました。
- コマンドラインオプションで複数の認証情報を受け取れないため、自動ログイン・マクロからの接続・セッションの複製には対応していません。
+ - 複数認証要求に対応しました。
+
+ - コマンドラインオプションで複数の認証情報を受け取れないため、自動ログイン・マクロからの接続・セッションの複製には対応していません。
+
+
- オプション(/f, /ssh-f, /ssh-consume, /keyfile)のファイル名が絶対パスでないときは、%APPDATA%\teraterm5\ からの相対パスとして扱うように変更した。
- 秘密鍵ファイル名にUnicodeを使用できるよう修正した。
From a6fcd47d0e2ec9c2d30d915da0b38043d6c8fb6c Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 00:35:48 +0900
Subject: [PATCH 4/7] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?=
=?UTF-8?q?=E3=81=AE=E8=A1=A8=E7=8F=BE=E3=82=92=E7=B5=B1=E4=B8=80=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
doc/ja/html/about/history.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index 558d32d3e..f00f621a7 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -47,13 +47,13 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- VTFontSpace で負の値を設定できるようにした。
- 使用可能なCOMポートのみを一覧に表示するようにした。
- - 無効化、初期化に失敗したCOMポートは含まれないようにした。
+ - 無効化、初期化に失敗したCOMポートは含まれなくなった。
- LanguageUI選択時にlngファイルの情報を表示するようにした。Language設定を削除した。
- Default port 設定を Additional settings の General タブへ移動した。
- ダウンロードフォルダの設定を Additional settings の General タブへ移動した。
- - Additional settings の Log タブに ViewlogEditor の引き数を追加した。
+ - Additional settings の Log タブに ViewlogEditor の引数を追加した。
- 設定-フォント設定を Additional settings の フォントタブへ統合した。
- キーボード設定ダイアログを Additional settings の Keyboard タブへ移動した。
- Additional settings に TCP/IP タブ を追加した。
@@ -98,8 +98,8 @@
YYYY.MM.DD (Ver 5.3 not released yet)
- 区切り文字をダブルクリックしたとき、連続した同一文字を選択するよう修正した(5.2で変わってしまった選択動作を従来と同じ動作となるよう修正した)。
- 送信文字コードがJISの時、誤った文字を送信することがあったので修正した。
- - 行末の文字出力の誤りを修正
- - ローカルエコーがON時、正しくエコーされなかったので修正
+ - 行末の文字出力の誤りを修正した。
+ - ローカルエコーがON時、正しくエコーされなかったので修正した。
- モデムデバイスのCOMポート検出を修正した。4.x と同様にモデムデバイスも検出できるようになった。
@@ -3541,9 +3541,9 @@ YYYY.MM.DD (Ver 3.3 not released yet)
- 変更
- - 複数認証要求に対応しました。
+
- 複数認証要求に対応した。
- - コマンドラインオプションで複数の認証情報を受け取れないため、自動ログイン・マクロからの接続・セッションの複製には対応していません。
+ - コマンドラインオプションで複数の認証情報を受け取れないため、自動ログイン・マクロからの接続・セッションの複製には対応していない。
- オプション(/f, /ssh-f, /ssh-consume, /keyfile)のファイル名が絶対パスでないときは、%APPDATA%\teraterm5\ からの相対パスとして扱うように変更した。
From 487996cdd120f4a3af4045dc2a80046eda2a2b5c Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 00:55:59 +0900
Subject: [PATCH 5/7] =?UTF-8?q?#170=20=E3=81=AE=E5=A4=89=E6=9B=B4=E3=81=AE?=
=?UTF-8?q?=E5=8A=B9=E6=9E=9C=E3=82=92=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?=
=?UTF-8?q?=E3=81=AB=E8=BF=BD=E8=A8=98=E3=81=97=E3=81=9F=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
doc/en/html/about/history.html | 2 +-
doc/ja/html/about/history.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index 7ff44fc48..e775712ec 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -44,7 +44,7 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- Use EnableContinuedLineCopy setting when dragging after selecting a word by double click.
- Right-click(paste) is not disabled even when SelectOnActivate is off.
- Fixed some Emoji which character widths did not change with Override Emoji Characters width option. (Changed referenced Emoji table.)
- - VTFontSpace can be used to adjust to narrow the space between characters.
+
- To adjust to narrow the space between characters, VTFontSpace became to be able to set negative value.
- Only available COM ports are listed.
- COM ports that are disabled and failed to initialize are not included.
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index f00f621a7..0adc314ab 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -44,7 +44,7 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- ダブルクリックでワード選択後のドラッグ時、EnableContinuedLineCopy を反映してするようにした。
- SelectOnActivate が off でも右クリックによる貼り付けは行われるようにした。
- Override Emoji Characters widthで文字幅が変化しない絵文字があったので修正した。(参照する絵文字テーブルを変更した。)
- - VTFontSpace で負の値を設定できるようにした。
+ - 余白が大きいフォントで文字間を狭くするため、VTFontSpace に負の値を設定できるようにした。
- 使用可能なCOMポートのみを一覧に表示するようにした。
- 無効化、初期化に失敗したCOMポートは含まれなくなった。
From 718da2e94b582ae1a6967a4bf7e4aa1094453ce0 Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 20:44:32 +0900
Subject: [PATCH 6/7] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?=
=?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
https://github.com/TeraTermProject/teraterm/issues/274#issuecomment-2309745604
---
doc/en/html/about/history.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index e775712ec..0e03038d2 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -77,7 +77,7 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- allow users to select creating automatic backup or not by IniAutoBackup when overwriting the ini file.
- MACRO: send macro command check data and sends it as text or binary. added sendtext and sendbinary macro command
- MACRO: Added options such as size specification to the listbox command.
- - added the getttpos command to retrieve the display status, position, and size in the VT window of Tera Term.
+ - MACRO: added the getttpos command to retrieve the display status, position, and size in the VT window of Tera Term.
- MACRO: password file using aes-256-ctr encryption
- added the setpassword2, getpassword2, ispassword2 and delpassword2 commands.
@@ -106,6 +106,7 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- Fixed doesn't remember the COM port it used on new connection dialog
- Fixed COM port list was not sorted on new connection dialog.
- Apply changes even if only NoFrame is changed at Window setup dialog.
+ - Fixed the issue where specifying the /V option with ttermpro.exe would cause a crash upon exit.
- Fixed window maximization works immediately after startup.
- Added download folder for log saving folder same as Tera Term 4.
- MACRO: fixed send macro command could not send $00.
From bf408e5390ac75c2512a8972a5c19101790dccb6 Mon Sep 17 00:00:00 2001
From: zmatsuo <6488847+zmatsuo@users.noreply.github.com>
Date: Tue, 27 Aug 2024 22:57:27 +0900
Subject: [PATCH 7/7] =?UTF-8?q?Default=20port=20=E8=A8=AD=E5=AE=9A?=
=?UTF-8?q?=E3=81=AE=E7=A7=BB=E5=8B=95=E3=82=921=E3=81=A4=E3=81=AB?=
=?UTF-8?q?=E3=81=BE=E3=81=A8=E3=82=81=E3=81=9F=20#274?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- General setup dialog -> General tab -> TCP/IP tab
---
doc/en/html/about/history.html | 3 +--
doc/ja/html/about/history.html | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index 0e03038d2..993ee6aec 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -51,7 +51,6 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- Display lng file information when LanguageUI is selected. Remove language setting.
- - Default port settings is moved to General tab of Additional settings dialog.
- Download folder setting is moved to General tab of Additional settings dialog.
- Add ViewlogEditor argument on Log Tab in Additional settings.
- Setup - Font was integrated into Font tab of Additional settings.
@@ -59,7 +58,7 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- Add TCP/IP tab of Additional setting dialog.
- TCP/IP dialog is moved to TCP/IP tab.
- - Default port settings is moved to TCP/IP tab.
+ - Default port settings is moved to TCP/IP tab from General setup dialog.
- improve Broadcast command dialog:
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index 0adc314ab..34d051200 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -51,7 +51,6 @@
YYYY.MM.DD (Ver 5.3 not released yet)
- LanguageUI選択時にlngファイルの情報を表示するようにした。Language設定を削除した。
- - Default port 設定を Additional settings の General タブへ移動した。
- ダウンロードフォルダの設定を Additional settings の General タブへ移動した。
- Additional settings の Log タブに ViewlogEditor の引数を追加した。
- 設定-フォント設定を Additional settings の フォントタブへ統合した。
@@ -59,7 +58,7 @@ YYYY.MM.DD (Ver 5.3 not released yet)
- Additional settings に TCP/IP タブ を追加した。
- TCP/IP setup ダイアログを TCP/IP タブへ移動した。
- - Default port 設定を TCP/IP タブへ移動した。
+ - Default port 設定を General setup ダイアログから TCP/IP タブへ移動した。
- Broadcast commandダイアログの挙動を改善した。