Skip to content

Releases: Zowe-Java-SDK/ZosShell

ZosShell 5.0.2 Release

20 Apr 04:01

Choose a tag to compare

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.

ZosShell 5.0.1 Release

03 Apr 19:40

Choose a tag to compare

ZosShell 5.0.1 Release

New minor release ZosShell 5.0.1.

All the changes for this release is documented here #291

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.1.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-5.0.1.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.

ZosShell 5.0.0 — Major Release

25 Mar 04:12
ef7fe64

Choose a tag to compare

ZosShell 5.0.0 — Major Release

New major release of ZosShell: version 5.0.0! This version includes an architectural refactor and a collection of important improvements and resolved issues.

All the changes for this release is documented here #268

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.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-5.0.0.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.

ZosShell 4.1.0 release

11 Sep 00:30
7fcec43

Choose a tag to compare

This release is a bump up to version 4.

It consists internal changes to support the new zowe-client-java-sdk version 5 and a few bug fixes.

See the following issues were included:

#256
#255
#254

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-4.1.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-4.1.0.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.

ZosShell 3.3.0 release

21 Jun 05:03

Choose a tag to compare

This release contains some internal code improvements, enhancements and bug fixes.

Following issues were included:

#251
#250
#249
#253
#252

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-3.3.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-3.3.0.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.

ZosShell 3.2.0 release

07 Jun 00:00

Choose a tag to compare

This release contains internal enhancements, bug fixes and a new feature, see the issues noted below for details.

Following issues were included:

#247
#248
#246
#245

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-3.2.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-3.2.0.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.

ZosShell 3.1.2 release

01 Jun 18:45

Choose a tag to compare

This release contains a bug fix and an enhancement, see the issues noted below for details.

Following issues were included:

#244
#243

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-3.1.2.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-3.1.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.

ZosShell 3.1.1 release

30 May 18:02

Choose a tag to compare

This release contains improvements to the DOWNLOAD command.

Following issues were included:

#242
#241

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-3.1.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-3.1.0.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.

ZosShell 3.1.0 release

28 May 01:35

Choose a tag to compare

This release contains some internal code improvements, enhancements and bug fixes.

Following issues were included:

#239
#240

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-3.1.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-3.1.0.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.

ZosShell 3.0.2 release

23 May 01:45

Choose a tag to compare

This release contains some internal code improvements, an enhancement, and bug fixes.

Following issues were included:

#238
#237
#236
#221

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-3.0.2.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-3.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.