Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stef-levesque committed Apr 18, 2019
1 parent c8c9165 commit 1da591f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## [3.2.0] - 2019-04-17

* Add command `delete` (#106, thanks @howardcvalve)
* Ignore changelist with prefix (#131, thanks @forgottenski)
* Hide non workspace files (#134, thanks @tw1nk)
* Option to hide shelved files and empty changelists
* Throttle all perforce commands via bottleneck (#137, #147, thanks @pjdanfor)

## [3.1.0] - 2017-12-17

* Add `Revert Unchanged` for file and changelist (#77)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ Perforce integration for Visual Studio Code
|`perforce.scmFileChanges` |`boolean` |Open file changes when selected in SCM Explorer
|`perforce.ignoredChangelistPrefix` |`string` |Specifies the prefix of the changelists to be ignored.
|`perforce.hideNonWorkspaceFiles` |`boolean` |Hide non workspace files in the SCM Explorer. Default changelist only submits files that are opened in current workspace. Warning: If you submit other changelists than the default it will submit files that are not visible.

|`perforce.hideShelvedFiles` |`boolean` |Hide shelved files in the SCM Explorer.
|`perforce.hideEmptyChangelists` |`boolean` |Hide changelists with no file in the SCM Explorer.
| 
|`perforce.bottleneck` |`object` |**Experimental** Throttle all perforce commands via bottleneck.

## Activation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "perforce",
"displayName": "Perforce for VS Code",
"description": "Perforce integration with VS Code's SCM features",
"version": "3.1.0",
"version": "3.2.0",
"publisher": "slevesque",
"license": "LICENSE.md",
"categories": [
Expand Down Expand Up @@ -635,7 +635,7 @@
"@types/node": "^8.0.8",
"@types/tmp": "^0.0.33",
"typescript": "^2.0.3",
"vscode": "^1.1.6"
"vscode": "^1.1.33"
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
Expand Down

0 comments on commit 1da591f

Please sign in to comment.