Tera Termの個人的な作業用リポジトリ
Revisión | ebda78e3eb23ea91596489554be0b8b319ef757b (tree) |
---|---|
Tiempo | 2023-10-15 14:01:53 |
Autor | nmaya <nmaya@user...> |
Commiter | nmaya |
bump up the version. 4.107
git-svn-id: svn+ssh://svn.osdn.net/svnroot/ttssh2/branches/4-stable@11001 f5f01b69-1e22-0410-acbf-894ab4bd6246
@@ -31,7 +31,7 @@ | ||
31 | 31 | |
32 | 32 | <h2 id="teraterm">Tera Term</h2> |
33 | 33 | |
34 | -<h3 id="teraterm_4.107">2023.xx.xx (Ver 4.107)</h3> | |
34 | +<h3 id="teraterm_4.107">2023.10.15 (Ver 4.107)</h3> | |
35 | 35 | <ul class="history"> |
36 | 36 | <li>Changes |
37 | 37 | <ul> |
@@ -3337,7 +3337,7 @@ SYNOPSIS: | ||
3337 | 3337 | |
3338 | 3338 | <h2 id="ttssh">TTSSH</h2> |
3339 | 3339 | |
3340 | -<h3 id="ttssh_2.93">2023.xx.xx (Ver 2.93 not released)</h3> | |
3340 | +<h3 id="ttssh_2.93">2023.10.15 (Ver 2.93)</h3> | |
3341 | 3341 | <ul class="history"> |
3342 | 3342 | <li>Changes |
3343 | 3343 | <ul> |
@@ -5195,7 +5195,7 @@ SYNOPSIS: | ||
5195 | 5195 | |
5196 | 5196 | <h2 id="ttmenu">TeraTerm Menu</h2> |
5197 | 5197 | |
5198 | -<h3 id="ttmenu_1.17">2023.xx.xx (Ver 1.17 not released)</h3> | |
5198 | +<h3 id="ttmenu_1.17">2023.10.15 (Ver 1.17)</h3> | |
5199 | 5199 | <ul class="history"> |
5200 | 5200 | <li>TeraTerm Menu can pass an argument that is over 260 bytes to ttermpro.exe now.</li> |
5201 | 5201 | </ul> |
@@ -5398,7 +5398,7 @@ SYNOPSIS: | ||
5398 | 5398 | </ul> |
5399 | 5399 | |
5400 | 5400 | <h2 id="ttyrec">TTXttyrec</h2> |
5401 | -<h3 id="ttyrec_1.05">2023.xx.xx (Ver 1.05)</h3> | |
5401 | +<h3 id="ttyrec_1.05">2023.10.15 (Ver 1.05)</h3> | |
5402 | 5402 | <ul class="history"> |
5403 | 5403 | <li>Fixed [Replay again] is not working when playing from command line.</li> |
5404 | 5404 | <li>added support for playing tty file while another Tera Term is playing same tty file</li> |
@@ -31,7 +31,7 @@ | ||
31 | 31 | |
32 | 32 | <h2 id="teraterm">Tera Term</h2> |
33 | 33 | |
34 | -<h3 id="teraterm_4.107">2023.xx.xx (Ver 4.107)</h3> | |
34 | +<h3 id="teraterm_4.107">2023.10.15 (Ver 4.107)</h3> | |
35 | 35 | <ul class="history"> |
36 | 36 | <li>変更 |
37 | 37 | <ul> |
@@ -3343,7 +3343,7 @@ | ||
3343 | 3343 | |
3344 | 3344 | <h2 id="ttssh">TTSSH</h2> |
3345 | 3345 | |
3346 | -<h3 id="ttssh_2.93">2023.xx.xx (Ver 2.93 not released)</h3> | |
3346 | +<h3 id="ttssh_2.93">2023.10.15 (Ver 2.93)</h3> | |
3347 | 3347 | <ul class="history"> |
3348 | 3348 | <li>変更 |
3349 | 3349 | <ul> |
@@ -5202,7 +5202,7 @@ | ||
5202 | 5202 | |
5203 | 5203 | <h2 id="ttmenu">TeraTerm Menu</h2> |
5204 | 5204 | |
5205 | -<h3 id="ttmenu_1.17">2023.xx.xx (Ver 1.17 not released)</h3> | |
5205 | +<h3 id="ttmenu_1.17">2023.10.15 (Ver 1.17)</h3> | |
5206 | 5206 | <ul class="history"> |
5207 | 5207 | <li>260 文字以上の引数を ttermpro.exe に渡せるようにした。</li> |
5208 | 5208 | </ul> |
@@ -5405,7 +5405,7 @@ | ||
5405 | 5405 | </ul> |
5406 | 5406 | |
5407 | 5407 | <h2 id="ttyrec">TTXttyrec</h2> |
5408 | -<h3 id="ttyrec_1.05">2023.xx.xx (Ver 1.05)</h3> | |
5408 | +<h3 id="ttyrec_1.05">2023.10.15 (Ver 1.05)</h3> | |
5409 | 5409 | <ul class="history"> |
5410 | 5410 | <li>コマンドラインから再生したとき、[Replay again] が使えなかった問題を修正した。</li> |
5411 | 5411 | <li>ttyファイルを再生中に、別のTera Termから同じttyファイルを再生できるようにした。</li> |
@@ -1,5 +1,5 @@ | ||
1 | 1 | #define AppName "Tera Term" |
2 | -#define AppVer "4.107-RC4" | |
2 | +#define AppVer "4.107" | |
3 | 3 | ;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', ''); |
4 | 4 | |
5 | 5 | [InnoIDE_PreCompile] |