Releases: JohnstonCode/svn-scm
Releases · JohnstonCode/svn-scm
v1.5.0
v1.4.6
Bug Fixes
- @JohnstonCode fixed #82. Checks encoding guess is above 0.8 confidence
v1.4.5
Bug Fixes
- @edgardmessias fixed regex to catch all conflict files
- @JohnstonCode fixed right click menu on changes to split the options.
v1.4.4
Bug Fixes
- @edgardmessias fixed error showing in developer tools
- @edgardmessias Removed conflict files from not tracked files
v1.4.3
Bug Fixes
- @JohnstonCode fixed #70 branch change not working in none root folders
v1.4.2
Bug Fixes
- @edgardmessias fixed #69 source control not working in subfolder of project
v1.4.1
Bug Fixes
- @edgardmessias Not check SVN version if folder not contains ".svn" folder
- @edgardmessias Fixed ignored folder for multifolder svn to work with Windows
- @JohnstonCode Possible fix for #67
v1.4.0
What's New
- @edgardmessias Added support to configure non-standard layout. To configure,
edit the options:- "svn.layout.trunk" : Relative path for 'trunk' in SVN URL, 'null' to
disable. (Ex.: 'trunk', 'main') - "svn.layout.branches" : Relative path for 'branches' in SVN URL, 'null' to
disable. (Ex.: 'branches', 'versions') - "svn.layout.tags" : Relative path for 'tags' in SVN URL, 'null' to disable.
(Ex.: 'tags', 'stamps')
- "svn.layout.trunk" : Relative path for 'trunk' in SVN URL, 'null' to
- @edgardmessias Added support to configure diff changes. To configure, edit the
options:- "svn.diff.withHead" : Show diff changes using latest revision in the
repository. Set false to use latest revision in local folder
- "svn.diff.withHead" : Show diff changes using latest revision in the
- @JohnstonCode Commit info message now shows what revision it was
- @JohnstonCode Added svn update to scm title commands
- @JohnstonCode Added confirmation message to revert command
- @edgardmessias Added support for multiple svn folders. To configure, edit the
options:- "svn.multipleFolders.enabled" : Allow to find subfolders using SVN
- "svn.layout.depth" : Maximum depth to find subfolders using SVN
- "svn.multipleFolders.ignore" : Folders to ignore using SVN (Ex.:
'**/vendor', '**/node_modules')
- @edgardmessias Added support for enable/disable without reload window,
Bug Fixes
- @edgardmessias Fixed config option form svn path
- @JohnstonCode Fixed conflicted files not having an icon
- @edgardmessias Reduced calls to branch listings
- @edgardmessias Fixed SVN revert for multiple svn folders
v1.3.2
v1.3.1
Bug Fixes
- @edgardmessias fixed #45 failed match