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

Commit 001566c

Browse files
committed
v1.4.5
1 parent 287ce41 commit 001566c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>de.adito.aditoweb.nbm</groupId>
1212
<artifactId>nodejs</artifactId>
13-
<version>1.4.4</version>
13+
<version>1.4.5</version>
1414
<packaging>nbm</packaging>
1515

1616
<properties>

src/main/nbm/manifest.mf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ OpenIDE-Module-Layer: de/adito/aditoweb/nbm/nodejs/layer.xml
66
OpenIDE-Module-Short-Description: NodeJS & TypeScript Support for ADITO Designer
77
OpenIDE-Module-Long-Description: NodeJS & TypeScript Support for ADITO Designer
88
<p style="font-weight: bold;">Changelog</p>
9+
<p style="font-weight: bold;">v1.4.5</p>
10+
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
11+
<ul>
12+
<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>
13+
<li>Terminate NodeJS scripts gracefully on exit/close</li>
14+
</ul>
15+
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
16+
<ul>
17+
<li>Added a notification if a npm install is required</li>
18+
<li>Added an error notification if downloading of the nodejs bundle fails</li>
19+
</ul>
920
<p style="font-weight: bold;">v1.4.4</p>
1021
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
1122
<ul>

0 commit comments

Comments
 (0)