Skip to content

Commit

Permalink
released v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode committed Apr 10, 2018
1 parent 35522c3 commit 6047189
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# **v1.29.0**

## What's New

* @edgardmessias Improved commits
* @edgardmessias Added config option to count pending changes

# **v1.28.0**

## What's New
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ Example:
|`svn.detectExternals`|Controls whether to automatically detect svn externals.|`true`|
|`svn.sourceControl.combineExternalIfSameServer`|Combine the svn external in the main if is from the same server.|`false`|
|`svn.sourceControl.countUnversioned`|Allow to count unversioned files in status count|`true`|
|`svn.sourceControl.countIgnoreOnCommit`|Allow to count ignored files to commit in status count|`false`|
|`svn.log.length`|Number of commit messages to log|`50`|
|`svn.showOutput`|Show the output window when the extension starts|`false`|
|`svn.conflicts.autoResolve`|Set file to status resolved after fix conflictss|`false`|
|`svn.update.ignoreExternals`|Set to ignore externals definitions on update (add --ignore-externals)|`true`|
|`svn.default.encoding`|Encoding of svn output if the output is not utf-8. When this parameter is null, the encoding is automatically detected. Example: 'windows-1252'.|`null`|
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svn-scm",
"displayName": "SVN",
"description": "Integrated Subversion source control",
"version": "1.28.0",
"version": "1.29.0",
"publisher": "johnstoncode",
"engines": {
"vscode": "^1.18.0"
Expand Down

0 comments on commit 6047189

Please sign in to comment.