Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
v.1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed Nov 5, 2020
1 parent ca1ac60 commit 6a3b5d9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.4.6</version>
<version>1.4.7</version>
</parent>

<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.4.6</version>
<version>1.4.7</version>
</parent>

<artifactId>gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.4.6</version>
<version>1.4.7</version>
</parent>

<artifactId>impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.4.6</version>
<version>1.4.7</version>
</parent>

<packaging>nbm</packaging>
Expand Down
17 changes: 17 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ OpenIDE-Module-Name: Git
OpenIDE-Module-Display-Category: ADITO / VCS
OpenIDE-Module-Long-Description: Git Support for NetBeans IDE.
<p style="font-weight: bold;">Changelog</p>
<p style="font-weight: bold;">v.1.4.7</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
<ul>
<li>The auto-resolve in merges is a lot faster in general and also skips huge files, making it faster still. The auto-resolve for huge files may come back later on, if the performance is acceptable for them</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Both the diff and the merge windows now have better information about where each version of the change is coming from (e.g. the name of the branch instead of YOURS/THEIRS)</li>
<li>Improvements to the calculation time of the positions of the changes in a diff or merge. This does not 100% fix the problem with bad scrolling behaviour, if you have the feeling that scrolling is not behaving the way it should try and resize the window. This should fix the issue</li>
<li>Double-clicking on a conflict in the merge window now triggers the manual resolve action</li>
<li>The diff window is now set to always start on the left side if the text is too big to fit into the ScrollPane</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
<ul>
<li>Fix: Deadlock when trying to push a branch whose name does not match the name of the tracked remote branch</li>
<li>Fix: If two versions are the same in a diff, the notification about that fact is missing</li>
</ul>
<p style="font-weight: bold;">v.1.4.6</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.adito.git</groupId>
<artifactId>adito-nb-git</artifactId>
<packaging>pom</packaging>
<version>1.4.6</version>
<version>1.4.7</version>

<properties>
<netbeans.version>RELEASE90a</netbeans.version>
Expand Down

0 comments on commit 6a3b5d9

Please sign in to comment.