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

Commit

Permalink
Showing 6 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.3.11</version>
<version>1.4.0</version>
</parent>

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

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

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

<packaging>nbm</packaging>
20 changes: 20 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
@@ -6,6 +6,26 @@ 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.0</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
<ul>
<li>Reworked the Diff and Merge Dialogs
<ul>
<li>The conflict resolution dialog for one file now has the dialog options "Accept Yours" and "Accept Theirs"</li>
<li>The used whitespace treatment is shown in both the Diff and Merge Dialogs</li>
<li>Diff and Merge now show changes on a word-basis instead of only line-based. This is represented by using two different shades of color: A brighter one for the lines, a darker one for the individual changed words</li>
<li>Because of the word-based resolution on changes, some changes that were conflicts in a Merge can now be resolved</li>
<li>Conflicting changes are now calculated such that the conflicting changes affect the same lines in the fork-point</li>
<li>Accepting both sides of a conflict now results in the second accepted side being appended after the first side, instead of overwriting it</li>
<li>If there are two changes that are identical (one from each side), accepting one automatically sets the other as accepted as well. Those changes are not marked as conflicting</li>
<li>Improved the visuals of the Merge and Diff dialog</li>
</ul>
</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>The whitespace treatment used for diffs and merges can be set in the git settings</li>
</ul>
<p style="font-weight: bold;">v.1.3.11</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
<ul>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<groupId>de.adito.git</groupId>
<artifactId>adito-nb-git</artifactId>
<packaging>pom</packaging>
<version>1.3.11</version>
<version>1.4.0</version>

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

0 comments on commit 3006301

Please sign in to comment.