Skip to content

Releases: JohnstonCode/svn-scm

v1.5.0

16 Aug 07:37
Compare
Choose a tag to compare

What's New

v1.4.6

16 Aug 07:37
Compare
Choose a tag to compare

Bug Fixes

v1.4.5

16 Aug 07:37
Compare
Choose a tag to compare

Bug Fixes

v1.4.4

16 Aug 07:36
Compare
Choose a tag to compare

Bug Fixes

v1.4.3

16 Aug 07:36
Compare
Choose a tag to compare

Bug Fixes

v1.4.2

16 Aug 07:35
Compare
Choose a tag to compare

Bug Fixes

v1.4.1

16 Aug 07:35
Compare
Choose a tag to compare

Bug Fixes

v1.4.0

16 Aug 07:35
Compare
Choose a tag to compare

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

v1.3.2

16 Aug 07:34
Compare
Choose a tag to compare

Bug Fixes

  • Fixed #44 wrong command attached to input box

v1.3.1

16 Aug 07:34
Compare
Choose a tag to compare

Bug Fixes