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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed Oct 15, 2020
1 parent 6f88383 commit e40627d
Show file tree
Hide file tree
Showing 6 changed files with 18 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.5</version>
<version>1.4.6</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.5</version>
<version>1.4.6</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.5</version>
<version>1.4.6</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.5</version>
<version>1.4.6</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;">v.1.4.6</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>The plugin can now differentiate between a fatch or pull that failed because of a cancelled auth dialog and a fatch or pull that failed due to an invalid URL</li>
<li>If there are no files to commit, the commit action now shows a notification about that fact instead of showing an empty commit dialog</li>
<li>The dialog asking for the SSH key now only enables the "OK" button if the content of the field for the key is an existing file</li>
<li>The list of branches displayed when creating a new project from an existing Git repository is now ordered alphabetically</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
<ul>
<li>Fix: Annotate uses a Comparator that includes trailing whitespaces, leading to lots of un-annotated lines that should be annotated</li>
<li>Fix: The Annotate popup did not work for the first opened file after the designer start</li>
</ul>
<p style="font-weight: bold;">v.1.4.5</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.5</version>
<version>1.4.6</version>

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

0 comments on commit e40627d

Please sign in to comment.