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

Commit

Permalink
v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed Oct 4, 2022
1 parent 2e8bc9f commit 79c6082
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IntegrationTests/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.9.4</version>
<version>1.9.5</version>
</parent>

<packaging>jar</packaging>
Expand Down
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.9.4</version>
<version>1.9.5</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.9.4</version>
<version>1.9.5</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.9.4</version>
<version>1.9.5</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.9.4</version>
<version>1.9.5</version>
</parent>

<packaging>nbm</packaging>
Expand Down
13 changes: 13 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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;">v1.9.5</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Added buttons for resolving both sides of a conflict in a merge at once</li>
<li>The table that shows the merge conflicts now keeps its selection when the contents of the table are changed and retains focus after a conflict is resolved</li>
<li>Added additional logging to the actions that are performed prior to a push</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
<ul>
<li>Fix: Accepting resolveable conflicts with imports leads to a disconnect between displayed content and actual content of the textPanes</li>
<li>Fix: Discarding changes from the right side of a merge can lead to wrong indices for the changed chunks</li>
<li>Fix: In some circumstances the calculation of the chunks can lead to an Exception that prevents displaying all other chunks</li>
</ul>
<p style="font-weight: bold;">v1.9.4</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.9.4</version>
<version>1.9.5</version>

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

0 comments on commit 79c6082

Please sign in to comment.