Skip to content

Commit 6047189

Browse files
committed
released v1.29.0
1 parent 35522c3 commit 6047189

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# **v1.29.0**
2+
3+
## What's New
4+
5+
* @edgardmessias Improved commits
6+
* @edgardmessias Added config option to count pending changes
7+
18
# **v1.28.0**
29

310
## What's New

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ Example:
106106
|`svn.detectExternals`|Controls whether to automatically detect svn externals.|`true`|
107107
|`svn.sourceControl.combineExternalIfSameServer`|Combine the svn external in the main if is from the same server.|`false`|
108108
|`svn.sourceControl.countUnversioned`|Allow to count unversioned files in status count|`true`|
109+
|`svn.sourceControl.countIgnoreOnCommit`|Allow to count ignored files to commit in status count|`false`|
109110
|`svn.log.length`|Number of commit messages to log|`50`|
110111
|`svn.showOutput`|Show the output window when the extension starts|`false`|
111112
|`svn.conflicts.autoResolve`|Set file to status resolved after fix conflictss|`false`|
112113
|`svn.update.ignoreExternals`|Set to ignore externals definitions on update (add --ignore-externals)|`true`|
113114
|`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`|
114-
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
115+
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svn-scm",
33
"displayName": "SVN",
44
"description": "Integrated Subversion source control",
5-
"version": "1.28.0",
5+
"version": "1.29.0",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.18.0"

0 commit comments

Comments
 (0)