Skip to content

v1.4.0

Compare
Choose a tag to compare
@JohnstonCode JohnstonCode released this 16 Aug 07:35
· 1390 commits to master since this release

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')
  • @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
  • @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