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

Commit

Permalink
chore: version 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed Aug 28, 2023
1 parent 8a4ef4b commit 9c10754
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.9</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Added hotkey and toolbar button for the action that deploys changed files (default hotkey: shift + alt + F8)</li>
<li>Auto-resolve no longer ignores files based on size (implemented due to perfomance), but on the number of changed lines</li>
<li>In merges that contain conflicting files, the commit dialog is now always shown and contains a pre-formed commit message with the list of conflicting files</li>
<li>Improved asynchronous icon loading so that once loading the real icon is done, the real icon is always shown</li>
<li>Improved the time it takes trees to expand its nodes. This is especially notable in large datasets</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
<ul>
<li>Fix: In a merge, import conflict chunks can't be resolved/accepted</li>
<li>Fix: Possible exception when closing the diff window</li>
</ul>
<p style="font-weight: bold;">v1.9.8</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 @@ -14,7 +14,7 @@
<maven.plugin.version>3.2.0</maven.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<revision>1.9.8</revision>
<revision>1.9.9</revision>
</properties>

<modules>
Expand Down

0 comments on commit 9c10754

Please sign in to comment.