Skip to content

Releases: subclipse/subclipse

4.3.4

19 Jun 13:44
40b8d90
Compare
Choose a tag to compare
  • Replace deprecated resource view and classes #262
  • Fixed bug in RepositorySorter when branch name contains more than 6 consecutive digits #265

4.3.3

18 Dec 12:03
Compare
Choose a tag to compare
  • Fix NPE in Share Project #151

4.3.2

09 Dec 20:40
Compare
Choose a tag to compare
  • Update SVNKit to 1.10.2
  • Support JavaHL 1.14
  • Remove deprecated Assert class #144
  • Null proof Show Annotations check for open editor that can be used #139
  • Fixes to decorators in Sync view #137
  • Fix repo sorter so that comparison is consistently case insensitive #135
  • Remove references to CloudForge and tigris.org
  • Move build/release process from Travis to Github Actions
  • Store zipped update site with release

4.3.1

09 Dec 17:45
Compare
Choose a tag to compare

Replaced with 4.3.2 (which just includes the zipped update site with the release)

4.3.0

17 Jan 20:47
de5bc5b
Compare
Choose a tag to compare
  • Reorganize JavaHL into a separate feature so we can support either SVN 1.10 or 1.11
  • Expose all JavaHL packages #60
  • add peg revision to URL in pinned externals #68
  • Support SVNKit 1.9.x #76
  • Fix NPE on branch switch #75
  • Case-insensitive repository sorting #36
  • 'Open With' menu for remote files #73 #54
  • Fix NPE on TeamAction.selectionChanged when target part is disposed #77
  • Fix NPE on branch switch when workspace has project with null location #74
  • Fix pre-merge best practices check so that a file external does not cause 'Working copy at a single revision' failure #66
  • Option to compare history view revision or changed path to previous revision on double click #15
  • Fix CommitCommentArea so that commit dialog, commit properties dialog, and other dialogs that use it will respect theme colors #44 #45
  • Detect edits made from compare editor #8
  • Fix compare editor save when left and right sides are swapped #23
  • Enable Compare with Version option for folders #7
  • Fix folder/project revision comparison so that adds/deletes not reversed #6
  • Fix status decoration for symbolic links #84
  • Add preference to disable refresh of status cache #48

4.2.4

26 Apr 17:40
Compare
Choose a tag to compare
  • Update client adapter API to latest build
    • Contains fix for SVNUrl with # in name #33

4.2.3

07 Jul 19:31
Compare
Choose a tag to compare
  • Added support for a JVM property to disable banner ad
  • throw a more specific exception on malformed project reference strings #25
  • replace gif images removed in Eclipse 4.7 #43

4.2.2

13 Dec 15:36
Compare
Choose a tag to compare
  • CommitOperation: fix double-free on disposed SVN client #14

4.2.1

06 Nov 16:48
Compare
Choose a tag to compare
  • Added set-version.sh script to assist with starting a new version
  • Fixed missing console messages #10

4.2.0

10 Sep 14:32
Compare
Choose a tag to compare

Moved project to Github and pruned out binaries and some of the old content.
Split svnClientAdapter and svnAnt into their own repositories. Rearranged
folder structure to take advantage of all of this and setup build using Maven
and Tycho. Setup automated builds using TravisCI and post snapshots and
release builds to Bintray.

As part of moving the build to Tycho, made some additional changes that just
made this easier:

  • Updated minimum required Eclipse version to 4.2/Juno
  • Updated Java requirement to Java 1.6 or later
  • Increased Subclipse version number to 4.2.0
  • Simplified feature/plugin structure. Everything required is part of the Subclipse feature. This might have some impact on upgrades.
  • Moved the CollabNet Merge plugin into this repository and included it in the feature.
  • Setup a repository for m2eclipse plugin and include it on our update site

Fixes:

  • Fix NPE after attempting to switch to bad URL (1654)
  • Fix recursive revert of folders that were removed outside Eclipse (1649)