Skip to content

Commit

Permalink
Update to 2.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula <Sanjula.Ganepola@ibm.com>
  • Loading branch information
SanjulaGanepola committed May 7, 2024
1 parent b91c4c4 commit d36c52a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,36 @@
# Change Log

All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file.
## `2.10.2`
* Fix incorrect category for job log commands
* Publish to Open VSX before the Marketplace

## `2.10.1`
* Fix missing string for translation

## `2.10.0`
* Now requires vscode_ibmi 2.10.1
* Update types for Code for i 2.10.1 as there has been an API change to getObjectList()
* Disable connect to previous connection in Merlin

## `2.9.1`
* Allow debugging multiple programs

## `2.9.0`
* Depend on `Code for i` 2.9.0
* Added debug as Service Entry Point (SEP) to debug menu
* Disable Download member functionality in Merlin
* Set LIBL and CURLIB in .env whenever they are updated by project so Code 4 i actions run correctly

## `2.6.8`
* Add merlin context value and suppress the upload member action in the cloud context

## `2.6.7`
* Make version optional in .ibmi.json to avoid errors on `Migrate source`
* fix source orbit enablement for Migrate Source
* Describe deployment methods more clearly
* Fix `IBM i Job og` view actions and document thoroughly

## `2.6.6`
* Issue 377 support doublequoted libraries
* Issue 360 When running build current action, active editor path not used
Expand All @@ -32,6 +42,7 @@ All notable changes to the "vscode-ibmi-projectexplorer" extension will be docum
* Bump esbuild-loader from 4.0.3 to 4.1.0
* Bump typescript from 5.3.3 to 5.4.2
* Bump @typescript-eslint/eslint-plugin

## `2.6.5`
* Update `iproj.json` and `.env` after renaming/deleting library
* Identify and filter out PRD libraries as they are side effect of command to query the library list
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publisher": "IBM",
"license": "Apache-2.0",
"version": "2.10.1",
"version": "2.10.2",
"repository": {
"url": "https://github.com/IBM/vscode-ibmi-projectexplorer"
},
Expand Down
4 changes: 2 additions & 2 deletions types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibm/vscode-ibmi-projectexplorer-types",
"description": "Type definitions for the IBM i Project Explorer API",
"version": "2.10.1",
"version": "2.10.2",
"author": {
"name": "IBM",
"url": "https://github.com/IBM"
Expand Down

0 comments on commit d36c52a

Please sign in to comment.