ZosShell 5.0.2 Release
New minor release ZosShell 5.0.2.
The following are included in this release:
#294 - Font resize handler reset
#293 - Upgrade Logback from 1.5.25 to 1.5.32 to prevent false startup version mismatch warnings in shaded JAR
#292 - CTRL C key stroke no longer works for copying
See readme.md for further details.
When you download the JAR file, change directory to its location and execute the following command to start the application:
java -jar zosshell-5.0.2.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-5.0.2.jar 2
This will load the second profile defined in config.json at start-up instead of the first one, which is done by default.
Java 11 and higher is required to be installed and setup within your path.