Skip to content

Commit

Permalink
Merge pull request #523 from IBM/v2.11.0
Browse files Browse the repository at this point in the history
Upgrade to v2.11.0
  • Loading branch information
SanjulaGanepola authored Jul 10, 2024
2 parents 9584dde + 1042a11 commit 5e0fe68
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Change Log

All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file.

## `2.11.0`
* Add scanning for sub projects
* Create `.gitignore` file when creating a new project
* Add all inline actions to right-click menu
* Fix error handling of invalid `iproj.json` file
* Fix syncing of `LIBL` and `CURLIB`
* Fix minor job log issues, update decorations, add new tree view badge
* Update wording from failed jobs to failed objects
* Add event for `buildMap` changes
* Fix library commands in Object Browser
* Add Code4i tooltips for libraries, objects, members, and ifs files
* Fix Db2i commands being contributed to variable tree items
* Check `preUsrlibl` and `postUsrlibl` before adding to library list
### Housekeeping
* Bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.16.0
* Bump @typescript-eslint/parser from 7.10.0 to 7.16.0
* Bump tar from 7.1.0 to 7.4.0
* Bump @types/node from 20.12.12 to 20.14.10
* Bump braces from 3.0.2 to 3.0.3
* Bump webpack from 5.91.0 to 5.92.1
* Bump @halcyontech/vscode-ibmi-types from 2.10.1 to 2.11.0
* Bump actions/github-script from 5 to 7
* Bump esbuild-loader from 4.1.0 to 4.2.0
* Bump typescript from 5.4.5 to 5.5.3

## `2.10.5`
* Update ARCAD link to project mode page
* Fix debug to use the project's library list and current library
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.5",
"version": "2.11.0",
"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.5",
"version": "2.11.0",
"author": {
"name": "IBM",
"url": "https://github.com/IBM"
Expand Down

0 comments on commit 5e0fe68

Please sign in to comment.