Skip to content

Commit

Permalink
chore(release): v2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Aug 7, 2021
1 parent 6a02815 commit 653709e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# VSCODE-TASKEXPLORER CHANGE LOG

## Version 2.4.0 (August 7th, 2021)

### Bug Fixes

- **Tree:** tree does not populate if not visible when task scan completes.

### Features

- **Providers:** add support for python pipenv pipfile scripts [closes #155]

### Refactoring

- **Settings:** default 'keepTermOnStop' to true
- **Logging:** further improve readability

### Build System

- the vsix installer is not being published as a github release asset

## Version 2.3.2 (July 2nd, 2021)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "vscode-taskexplorer",
"version": "2.3.2",
"version": "2.4.0",
"displayName": "Task Explorer",
"description": "Tasks management for npm, vscode, yarn, ant, gradle, grunt, gulp, batch, bash, make, maven, python, perl, powershell, ruby, and nsis",
"icon": "res/gears-r-colors.png",
Expand Down

0 comments on commit 653709e

Please sign in to comment.