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

Commit

Permalink
v.1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed Feb 12, 2021
1 parent 445ebf9 commit ade81fb
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 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.5.0</version>
<version>1.5.1</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.5.0</version>
<version>1.5.1</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.5.0</version>
<version>1.5.1</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.5.0</version>
<version>1.5.1</version>
</parent>

<packaging>nbm</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nbm/src/main/resources/META-INF/adito.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2020.2.1
2020.2.2
20 changes: 20 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
<ul>
<li>Added the "Renormalize" functionality: This action makes it so all files have the lineending in the index that is determined by the gitattributes file. If a file has the wrong lineending in the index, just changing a line and committing does not fix that issue</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Branches with unrelated histories may now be merged</li>
<li>The plugin can now resolve conflicts where one side encloses the other</li>
<li>It is now possible to remove remotes from the Config Dialog. The remotes are also only written to disk upon pressing the Save button instead of immediately after adding the remote</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
<ul>
<li>Fix: The location of the ssh key to use and its passphrase is asked more than once when checking out a project via git</li>
<li>Fix: If a wrong passphrase for a ssh key is stored, it does not get overriden when the user inserts the correct passphrase</li>
<li>Fix: The merge conflict dialogs no longer ignore the setting for the newline treatment</li>
<li>Fix: Potential Nullpointer when working with detached branches</li>
<li>Fix: The "Resolve Conflicts" action does not try and resolve the first file in the list</li>
<li>Fix: Error when retrieving the realm name for github addresses</li>
</ul>
<p style="font-weight: bold;">v.1.5.0</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</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.5.0</version>
<version>1.5.1</version>

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

0 comments on commit ade81fb

Please sign in to comment.