Release Notes 1.1.4.3
Metadata
This release documentation version 1.0.
Release | 1.1.4.3 |
---|---|
Release date | 2024-06-28 |
Log Server version | 1.1.4.3+1.1.4.3-18e6845 |
HostScreen Server version | 1.1.4.3+1.1.4.3-0b4d9a2 |
Web Terminal Hub version | 1.1.4.3+1.1.4.3-c4c347e |
Web Terminal Client version | 1.1.4.3+1.1.4.3-d5b2f44f |
Management Console | 1.1.4.3+1.1.4.3-ff5f4f5 |
Log Viewer | 1.1.4.3+1.1.4.3-dd17df5 |
.NET Platform
.NET Release | 8.0.6 |
---|---|
.NET Runtime | 8.0.6 |
ASP.NET Core Runtime | 8.0.6 |
Notable changes | Link |
Web Terminal Client Renderer File Names (checksum)
Location: Program Files\Flynet\Jubilant\WebTerminal\web
renderer.2b40fffc4614a3bfab13.js | renderer.2b1093a1f85b7f211136.js |
renderer.4b7269853ded7ff1a8af.js | renderer.6de4dcfc18d8e189ec9e.js |
renderer.7b60e0ba28d5470bdbc8.js | renderer.8e1c52fae1486d84b902.js |
renderer.854e846020ff37bd1c2d.js | renderer.978ba985dba414cac7f7.js |
renderer.b6e91dce7ab74396b284.js | renderer.b75437dfbc51c4b89507.js |
Upgrade Recommendations
If upgrading from 1.1.4.2, upgrading is only recommended if new features are needed.
If the currently installed build is not 1.1.4.2, please review all the security updates found in intervening version release notes.
Security Notes
This build does not need to fix any known security issues at the time of writing.
.NET Security
.NET 8.0.6 is used this release of Jubilant that includes security updates from Microsoft. Maximum severity: Important.
However the patched component is not used in Jubilant.
Please see these notable changes.
Node Packages Security
There are no fixes required or included in this release.
High Importance Fix Notes
There are no fixes required or included in this release.
In this Release
New
ID | Protocols | Description |
---|---|---|
WTC.182 | 3270 | Disable color personalization UI for users. |
WTC.211 | 3270 | 3270 styling based on field attributes. |
Fix
No fixes supplied in this release.
Security
No security fixes supplied in this release.
Change Notes
WTC.182 - Disable color personalization UI for users
Administrators can disable access to the color personalization UI in the Web Terminal Client.
The setting is found in the settings.json
file which can be found in the default location C:\Program Files\Flynet\Jubilant\WebTerminal\web\settings
.
The AllowColourCustomization
settings can be set to true
or false
.
"AllowColourCustomization": true
WTC.211 - 3270 styling based on field attributes
The foreground and background colours of a field can be configured based on a combination of:
- Protected or unprotected field.
- Normal or bold field.
The Color Personalization UI in the web terminal emulator client has been extended to offer these new settings.
Defaults for these settings are configured in the colourmappings.json
file which can be found in the default location C:\Program Files\Flynet\Jubilant\WebTerminal\web\settings
.
Inside the Colours
array for each color scheme, the following settings have been added to the end:
[
{
"Name": "Default",
"Terminals": [
{
"TerminalType": "3270",
"Colours": [
{
"Name": "UnprotectedNormalBG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
},
{
"Name": "ProtectedNormalFG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
},
{
"Name": "ProtectedNormalBG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
},
{
"Name": "UnprotectedHighlightFG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
},
{
"Name": "UnprotectedHighlightBG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
},
{
"Name": "ProtectedHighlightFG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
},
{
"Name": "ProtectedHighlightBG",
"RemappedColourCode": "#FFFFFF",
"Enabled": false
}
]
}
]
}
]
Installation
Fresh Install
Please see the Jubilant Admin Manual for Fresh Install Instructions.
Upgrade
Note
Please note the specials steps below if upgrading from a 1.0.x build to a 1.1.x or later build.
If upgrading from Jubilant 1.0.x to 1.1.x extra steps must be carried out before and after the install steps below.
Upgrade is carried out using Jubilant scripts.
- Unzip the installer into a folder.
- Close any web browsers.
- Close any Services windows.
- Open PowerShell ISE as Administrator.
- In the PowerShell ISE open the Jubilant PowerShell script: "JubilantUpdate.ps1".
- Run the required script by pressing the green play / run script button on the toolbar.
- The upgrade of Jubilant is complete.
If this is an upgrade from Jubilant 1.0.x to 1.1.x, make sure the after install steps are also completed.
Version Validation
Find out how to validate the installed version.