Skip to content

Commit 9f2abf5

Browse files
committed
updated changelog and package.json for v.1.4.0
1 parent 639f41d commit 9f2abf5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# **v1.4.0 under development**
1+
# **v1.5.0 UNDER DEVELOPMENT**
2+
3+
# **v1.4.0**
24

35
## What's New
46

@@ -17,12 +19,12 @@
1719
* @JohnstonCode Commit info message now shows what revision it was
1820
* @JohnstonCode Added svn update to scm title commands
1921
* @JohnstonCode Added confirmation message to revert command
20-
* @edgardmessias Added support for multiple svn folders. To configure,
21-
edit the options:
22+
* @edgardmessias Added support for multiple svn folders. To configure, edit the
23+
options:
2224
* "svn.multipleFolders.enabled" : Allow to find subfolders using SVN
2325
* "svn.layout.depth" : Maximum depth to find subfolders using SVN
24-
* "svn.multipleFolders.ignore" : Folders to ignore using SVN
25-
(Ex.: '\*\*/vendor', '\*\*/node_modules')
26+
* "svn.multipleFolders.ignore" : Folders to ignore using SVN (Ex.:
27+
'\**/vendor', '\**/node_modules')
2628
* @edgardmessias Added support for enable/disable without reload window,
2729

2830
## Bug Fixes

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.3.2",
5+
"version": "1.4.0",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.17.0"

0 commit comments

Comments
 (0)