Skip to content

Commit ae7970e

Browse files
authored
New version: TeraTermProject.teraterm5 version 5.5.1
1 parent 353129c commit ae7970e

File tree

4 files changed

+133
-0
lines changed

4 files changed

+133
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: TeraTermProject.teraterm5
5+
PackageVersion: 5.5.1
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
Scope: machine
9+
InstallerSwitches:
10+
Silent: /Silent
11+
SilentWithProgress: /Silent
12+
ReleaseDate: 2025-11-17
13+
InstallationMetadata:
14+
DefaultInstallLocation: '%ProgramFiles%\teraterm5'
15+
Installers:
16+
- Architecture: x86
17+
InstallerUrl: https://github.com/TeraTermProject/teraterm/releases/download/v5.5.1/teraterm-5.5.1-x86.exe
18+
InstallerSha256: 992150DF0899AE5D3517523F485AEE15BAEDC45FC0388101B8608623A098971D
19+
ProductCode: '{07A7E17A-F6D6-44A7-82E6-6BEE528CCA2A}_is1'
20+
AppsAndFeaturesEntries:
21+
- ProductCode: '{07A7E17A-F6D6-44A7-82E6-6BEE528CCA2A}_is1'
22+
- Architecture: x64
23+
InstallerUrl: https://github.com/TeraTermProject/teraterm/releases/download/v5.5.1/teraterm-5.5.1-x64.exe
24+
InstallerSha256: FE1F8170E22F4BB76C1A13C04E8C394D64B9C633683DF2D006ACE39CA7F97F57
25+
ProductCode: '{3F29ABAB-6EEF-40BF-B1EA-ACA276CB133B}_is1'
26+
AppsAndFeaturesEntries:
27+
- ProductCode: '{3F29ABAB-6EEF-40BF-B1EA-ACA276CB133B}_is1'
28+
- Architecture: arm64
29+
InstallerUrl: https://github.com/TeraTermProject/teraterm/releases/download/v5.5.1/teraterm-5.5.1-arm64.exe
30+
InstallerSha256: A558576648D4DBDA6F1BE24F676943DF6E7FBBE2CE214ECC5F6F04889843F4EB
31+
ProductCode: '{9D4C2E5D-2AA7-4041-A098-E6750542350E}_is1'
32+
AppsAndFeaturesEntries:
33+
- ProductCode: '{9D4C2E5D-2AA7-4041-A098-E6750542350E}_is1'
34+
ManifestType: installer
35+
ManifestVersion: 1.10.0
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: TeraTermProject.teraterm5
5+
PackageVersion: 5.5.1
6+
PackageLocale: en-US
7+
Publisher: TeraTerm Project
8+
PublisherUrl: https://github.com/TeraTermProject
9+
PublisherSupportUrl: https://github.com/TeraTermProject/teraterm/issues
10+
PackageName: Tera Term 5
11+
PackageUrl: https://teratermproject.github.io/index-en.html
12+
License: 3-clause BSD license
13+
LicenseUrl: https://github.com/TeraTermProject/teraterm/blob/HEAD/LICENSE.md
14+
CopyrightUrl: https://teratermproject.github.io/manual/5/en/about/copyright.html
15+
ShortDescription: open-source, free, software terminal emulator
16+
Moniker: teraterm5
17+
Tags:
18+
- teraterm
19+
- teraterm5
20+
ReleaseNotes: |-
21+
Tera Term (Ver 5.5.1), TTSSH (Ver 3.5.1)
22+
主な変更点
23+
- Kermit, Quick-VAN, YMODEM, ZMODEM 送信時にファイルを複数選択したとき、Tera Term がクラッシュする不具合を修正した。 (issue #9, #942)
24+
- YMODEM 受信時にキャンセル受信処理が実装されていない問題を修正した。 (issue #786)
25+
- SCPファイル転送が低速になった問題を修正した。3.4.1 (Tera Term 5.4.1)からの不具合。 (issue #883)
26+
すべての変更については、変更履歴を確認してください。
27+
https://teratermproject.github.io/manual/5/ja/about/history.html#teraterm_5.5.1
28+
Major changes
29+
- Fixed Tera Term crashes when selecting multiple files using Kermit or Quick-VAN or YMODEM or ZMODEM send. (issue #9, #942)
30+
- Fixed CANCEL is not implemented when YMODEM receiving. (issue #786)
31+
- Fixed an issue where SCP file transfer became slow. This bug was introduced in 3.4.1 (Tera Term 5.4.1). (issue #883)
32+
To check all changes, see the changelog.
33+
https://teratermproject.github.io/manual/5/en/about/history.html#teraterm_5.5.1
34+
- installer
35+
teraterm-5.5.1-x64.exe
36+
teraterm-5.5.1-x86.exe
37+
teraterm-5.5.1-arm64.exe
38+
- portable ZIP
39+
teraterm-5.5.1-x64.zip
40+
teraterm-5.5.1-x86.zip
41+
teraterm-5.5.1-arm64.zip
42+
ReleaseNotesUrl: https://github.com/TeraTermProject/teraterm/releases/tag/v5.5.1
43+
Documentations:
44+
- DocumentLabel: MACRO Help
45+
DocumentUrl: https://teratermproject.github.io/manual/5/en/macro/
46+
- DocumentLabel: Tera Term Help
47+
DocumentUrl: https://teratermproject.github.io/manual/5/en/
48+
ManifestType: defaultLocale
49+
ManifestVersion: 1.10.0
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: TeraTermProject.teraterm5
5+
PackageVersion: 5.5.1
6+
PackageLocale: ja-JP
7+
Publisher: TeraTerm Project
8+
PublisherUrl: https://github.com/TeraTermProject
9+
PublisherSupportUrl: https://github.com/TeraTermProject/teraterm/issues
10+
PackageName: Tera Term 5
11+
PackageUrl: https://teratermproject.github.io/index.html
12+
License: 三条項BSDライセンス
13+
LicenseUrl: https://github.com/TeraTermProject/teraterm/blob/HEAD/LICENSE.md
14+
CopyrightUrl: https://teratermproject.github.io/manual/5/ja/about/copyright.html
15+
ShortDescription: オープンソースでフリーソフトウェアのターミナルエミュレーター
16+
Tags:
17+
- teraterm
18+
- teraterm5
19+
ReleaseNotes: |-
20+
Tera Term (Ver 5.5.0), TTSSH (Ver 3.5.0)
21+
主な変更点
22+
- x64, arm64 バイナリを作成するようにした。 (issue #228)
23+
- シリアルポートの送信待ち時間を設定するマクロコマンド setserialdelaychar, setserialdelayline を追加した。 (issue #437)
24+
- SSH2 の curve25519-sha256, curve25519-sha256@libssh.org 鍵交換方式に対応した。 (issue #89)
25+
すべての変更については、変更履歴を確認してください。
26+
https://teratermproject.github.io/manual/5/ja/about/history.html#teraterm_5.5.0
27+
- installer
28+
teraterm-5.5.0-x86.exe
29+
teraterm-5.5.0-x64.exe
30+
teraterm-5.5.0-arm64.exe
31+
- portable ZIP
32+
teraterm-5.5.0-x86.zip
33+
teraterm-5.5.0-x64.zip
34+
teraterm-5.5.0-arm64.zip
35+
Documentations:
36+
- DocumentLabel: MACRO ヘルプ
37+
DocumentUrl: https://teratermproject.github.io/manual/5/ja/macro/
38+
- DocumentLabel: Tera Term ヘルプ
39+
DocumentUrl: https://teratermproject.github.io/manual/5/ja/
40+
ManifestType: locale
41+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: TeraTermProject.teraterm5
5+
PackageVersion: 5.5.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)