Skip to content

Commit e20b271

Browse files
zimlu02zeibura
andauthored
1.1.4 (#20)
* removing Bitlang updates * this is not necessary * Update README.md Co-authored-by: Zeibura Kathau <[email protected]>
1 parent 5854c34 commit e20b271

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.4] 2020-08-11
2+
3+
- Removing Bitlang extension
4+
- Readme update
5+
16
## [1.1.3] 2020-07-08
27

38
- Readme update

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ With the Code4z extension pack you can:
2121
- Issue TSO commands.
2222

2323
## What’s New
24+
* 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).
25+
2426
* 2020-07-07 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) (0.12) now supports locally stored copybooks.
2527

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

33-
* 2020-07-01 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (1.7) includes the following updates:
34-
35-
* Credentials check feature that allows users to update their credentials if they receive an authorization error.
36-
* Profile validation feature that checks whether a profile is valid.
37-
* Editing of search filters.
38-
* Editing of ASCII files in USS.
39-
* And more
40-
41-
For the comprehensive list of updates, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
42-
4335
## Prerequisites
4436

4537
* 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).
@@ -53,8 +45,6 @@ With the Code4z extension pack you can:
5345

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

56-
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.
57-
5848
> How can we improve COBOL Language Support? [Let us know on our Git repository](https://github.com/eclipse/che-che4z-lsp-for-cobol/issues)
5949
6050
### Features

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code4z-extension-pack",
33
"displayName": "Code4z",
44
"description": "Mainframe pack for developers working with the z/OS applications",
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"publisher": "broadcomMFD",
77
"icon": "icon.png",
88
"galleryBanner": {
@@ -43,7 +43,6 @@
4343
"Zowe.vscode-extension-for-zowe",
4444
"broadcomMFD.explorer-for-endevor",
4545
"broadcomMFD.hlasm-language-support",
46-
"broadcomMFD.debugger-for-mainframe",
47-
"bitlang.cobol"
46+
"broadcomMFD.debugger-for-mainframe"
4847
]
4948
}

0 commit comments

Comments
 (0)