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

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed Oct 5, 2022
1 parent 287ce41 commit 001566c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.adito.aditoweb.nbm</groupId>
<artifactId>nodejs</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<packaging>nbm</packaging>

<properties>
Expand Down
11 changes: 11 additions & 0 deletions src/main/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ OpenIDE-Module-Layer: de/adito/aditoweb/nbm/nodejs/layer.xml
OpenIDE-Module-Short-Description: NodeJS & TypeScript Support for ADITO Designer
OpenIDE-Module-Long-Description: NodeJS & TypeScript Support for ADITO Designer
<p style="font-weight: bold;">Changelog</p>
<p style="font-weight: bold;">v1.4.5</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
<ul>
<li>Added actions to ignore warnings. An overview over the ignored warnings is available in the options, ignored warnings can be unignored there too.</li>
<li>Terminate NodeJS scripts gracefully on exit/close</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Added a notification if a npm install is required</li>
<li>Added an error notification if downloading of the nodejs bundle fails</li>
</ul>
<p style="font-weight: bold;">v1.4.4</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
Expand Down

0 comments on commit 001566c

Please sign in to comment.