Skip to content

Commit 0cba21d

Browse files
authored
2.1.0 release (#65)
* Update README.md * Update README.md * Update CHANGELOG.md Signed-off-by: Zeibura Kathau <zeibura.kathau@broadcom.com> Signed-off-by: Zeibura Kathau <zeibura.kathau@broadcom.com>
1 parent 67065ef commit 0cba21d

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.1.0] 2023-01-25
2+
3+
- Day 1 task checklist walkthrough added
4+
- Readme update
5+
16
## [2.0.1] 2022-10-06
27

38
- ZE v2 conformance

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Code4z extension pack simplifies your common workflows and enables you to wo
2424
- With Zowe Explorer you can allocate, copy, rename, and edit mainframe data sets in VS Code and save them to the mainframe.
2525
- The Data Editor for Mainframe extension enables you to edit VSAM data sets, apply record layouts, and filter records using selection criteria.
2626
- **Testing tools** for CICS and Batch programs.
27-
- The Debugger for Mainframe extension enables you to debug CICS and Batch applications that are written in COBOL.
27+
- The Debugger for Mainframe extension enables you to debug CICS and Batch applications that are written in COBOL and High-Level Assembler Language.
2828
- With Abend Analyzer for Mainframe you can view abend reports and symbolic data.
2929
- The HLASM Language Support extension enables you to trace Assembler macros interactively.
3030
- **Source code management** integrated with Endevor.
@@ -55,19 +55,25 @@ The Code4z extension pack simplifies your common workflows and enables you to wo
5555
* Run the tests again.
5656

5757
## What’s New
58-
* 2022-09-08 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) version 2.3.0, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
59-
* 2022-08-31 - [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) version 1.4.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.hlasm-language-support/changelog).
60-
* 2022-08-12 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) version 1.2.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.explorer-for-endevor/changelog).
61-
* 2022-07-11 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) version 1.6.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.debugger-for-mainframe/changelog).
58+
* 2023-01-18 - [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) version 1.6.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.hlasm-language-support/changelog).
59+
* 2023-01-13 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) version 1.7.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.debugger-for-mainframe/changelog).
60+
* 2022-12-15 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) version 2.5.0, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
61+
* 2022-12-08 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) version 1.1.1, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.cobol-language-support/changelog).
62+
* 2022-11-24 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) version 1.3.2, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.explorer-for-endevor/changelog).
63+
* 2022-11-16 - [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) version 1.0.4, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.ccf/changelog).
6264
* 2022-06-30 - [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) version 1.0.1, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.abend-analyzer/changelog).
63-
* 2022-06-29 - [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) version 1.0.2, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.ccf/changelog).
64-
* 2022-06-29 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) version 1.0.2, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.cobol-language-support/changelog).
6565
* 2022-04-28 - New extensions [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) (version 1.0.0) and [Data Editor for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.data-editor-for-mainframe) (version 1.0.0) added to the Code4z package.
6666

6767
## Prerequisites
6868

6969
* Individual extension prerequisites are detailed in the individual readme files linked below.
7070

71+
## Getting Started
72+
73+
Code4z includes a Day 1 Task Checklist walkthrough, which guides you through the first tasks to perform after you install the extension pack.
74+
75+
To launch the walkthrough, open **Get Started** from the **Help** menu, and select **Code4z Day 1 Task Checklist** under **Walkthroughs**.
76+
7177
## [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support)
7278

7379
[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/broadcomMFD.cobol-language-support?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support)
@@ -198,8 +204,8 @@ Debugger for Mainframe provides the debugging interface to [InterTest™ for CIC
198204
199205
### Features
200206

201-
* Debug COBOL code for applications running in a CICS region.
202-
* Debug COBOL code for Batch applications.
207+
* Debug COBOL and HLASM code for applications running in a CICS region.
208+
* Debug COBOL and HLASM code for Batch applications.
203209

204210
### Videos
205211

0 commit comments

Comments
 (0)