Skip to content

Commit

Permalink
1.1.4 (#20)
Browse files Browse the repository at this point in the history
* removing Bitlang updates

* this is not necessary

* Update README.md

Co-authored-by: Zeibura Kathau <zeibura.kathau@broadcom.com>
  • Loading branch information
zimlu02 and zeibura authored Aug 11, 2020
1 parent 5854c34 commit e20b271
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.4] 2020-08-11

- Removing Bitlang extension
- Readme update

## [1.1.3] 2020-07-08

- Readme update
Expand Down
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ With the Code4z extension pack you can:
- Issue TSO commands.

## What’s New
* 2020-08-03 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (1.8) now allows extenders to load saved profile sessions upon their activation. For a comprehensive list of updates, see the [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).

* 2020-07-07 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) (0.12) now supports locally stored copybooks.

* 2020-07-02 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) (0.10) includes the following updates:
Expand All @@ -30,16 +32,6 @@ With the Code4z extension pack you can:
* Use any Endevor profiles that you have created in the CLI in Explorer for Endevor.
* Deprecation of support for CA Endevor Bridge for Git mappings.

* 2020-07-01 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (1.7) includes the following updates:

* Credentials check feature that allows users to update their credentials if they receive an authorization error.
* Profile validation feature that checks whether a profile is valid.
* Editing of search filters.
* Editing of ASCII files in USS.
* And more

For the comprehensive list of updates, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).

## Prerequisites

* Java JRE version 11 or higher with the PATH variable correctly configured. For more information, see the [Java documentation](https://www.java.com/en/download/help/path.xml).
Expand All @@ -53,8 +45,6 @@ With the Code4z extension pack you can:

COBOL Language Support provides autocomplete, highlighting and diagnostic features for COBOL code and copybooks.

The Code4z package includes a bitlang [COBOL extension](https://marketplace.visualstudio.com/items?itemName=bitlang.cobol) which provides an enhanced experience while working with COBOL Language Support and enables syntax coloring.

> How can we improve COBOL Language Support? [Let us know on our Git repository](https://github.com/eclipse/che-che4z-lsp-for-cobol/issues)
### Features
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code4z-extension-pack",
"displayName": "Code4z",
"description": "Mainframe pack for developers working with the z/OS applications",
"version": "1.1.3",
"version": "1.1.4",
"publisher": "broadcomMFD",
"icon": "icon.png",
"galleryBanner": {
Expand Down Expand Up @@ -43,7 +43,6 @@
"Zowe.vscode-extension-for-zowe",
"broadcomMFD.explorer-for-endevor",
"broadcomMFD.hlasm-language-support",
"broadcomMFD.debugger-for-mainframe",
"bitlang.cobol"
"broadcomMFD.debugger-for-mainframe"
]
}

0 comments on commit e20b271

Please sign in to comment.