From ea1b76a5ef828b860fe03a76b65965d7add8e0d8 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 11:59:28 +0200 Subject: [PATCH 1/4] Update app.component.ts Signed-off-by: 1000TurquoisePogs --- webClient/src/app/app.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webClient/src/app/app.component.ts b/webClient/src/app/app.component.ts index 5f10c90e..9b37ff20 100644 --- a/webClient/src/app/app.component.ts +++ b/webClient/src/app/app.component.ts @@ -39,13 +39,13 @@ export class AppComponent { `{"type":"connect", "connectionSettings":{ "host":"localhost", - "port":23, + "port":992, "deviceType":5, "alternateHeight":60, "alternateWidth":132, "oiaEnabled": true, "security": { - "type":0 + "type":"tls" } }}`; From a6118a03f5a536cee8619e82d27431fad0568585 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:12:04 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f5b226..39a790b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the sample angular app will be documented in this file. +## 2.18.5 +- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#135](https://github.com/zowe/sample-angular-app/pull/135)) + ## 2.0.1 - Bugfix: Schema file was not included, preventing installation as a component - Bugfix: Manifest build content template was never resolved, so it has been removed. From 226ef55559875e2e41ce5ed6f30ad485d21ca5eb Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:13:57 +0200 Subject: [PATCH 3/4] Delete sample-angular-app.ppf Signed-off-by: 1000TurquoisePogs --- sample-angular-app.ppf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sample-angular-app.ppf diff --git a/sample-angular-app.ppf b/sample-angular-app.ppf deleted file mode 100644 index 8e9dd800..00000000 --- a/sample-angular-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - From 676f5d0ccf90ae32ede2fe2741b69fac2f4021bd Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:14:10 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a790b0..ec9ec8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the sample angular app will be documented in this file. -## 2.18.5 +## 2.18.6 - Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#135](https://github.com/zowe/sample-angular-app/pull/135)) ## 2.0.1