Skip to content

Commit cc0cfe4

Browse files
committed
prepare release v0.2.5
1 parent 5aa5ea7 commit cc0cfe4

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

releases.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
releases:
2+
- label: v0.2.5
3+
minJosmVersion: 18427
4+
description: |
5+
**Bug fix**: fix #96 - scripting.graalvm.es-module-repositories entries not read by plugin
6+
27
- label: v0.2.4
38
minJosmVersion: 18427
49
description: |

src/main/resources/release-notes/release-notes.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
#
33
# comma-separated list of available release notes
44
release-notes=\
5+
v0.2.5, \
56
v0.2.4, \
67
v0.2.3, \
78
v0.2.2, \
8-
v0.2.0
9+
v0.2.0
910

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<h1>Release v0.2.5</h1>
6+
7+
<ul>
8+
<li><strong>Bug fix</strong>: fix #96 - scripting.graalvm.es-module-repositories entries not read by plugin</li>
9+
</ul>
10+
11+
<p class="warning">
12+
The <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html">JavaScript API V2</a>
13+
is deprecated.
14+
<br/>
15+
End of 2022 it will be removed from the scripting plugin. Consider to migrate your scripts to the
16+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
17+
</p>
18+
19+
<p class="warning">
20+
Support for <a href="https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html">Mozilla Rhino</a>
21+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html">JavaScript API V1</a>
22+
is deprecated.
23+
<br/>
24+
End of 2022 it will be removed from the scripting plugin.
25+
Consider to migrate your scripts to the
26+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html">GraalJS engine</a>
27+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
28+
</p>
29+
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)