Skip to content

Commit 125ea41

Browse files
committed
prepare release v0.2.4
1 parent de51430 commit 125ea41

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

releases.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
releases:
2+
- label: v0.2.4
3+
minJosmVersion: 18427
4+
description: |
5+
**New**: improved feedback in case of errors when running a script
6+
**Bug fix**: fix bug with loading syntax style rules
7+
**Bug fix**: fix bug with displaying the menu of most recently run scripts
8+
29
- label: v0.2.3
310
minJosmVersion: 18427
411
description: |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# comma-separated list of available release notes
44
release-notes=\
5+
v0.2.4, \
56
v0.2.3, \
67
v0.2.2, \
78
v0.2.0
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<h1>Release v0.2.4</h1>
6+
7+
<ul>
8+
<li><strong>New</strong>: improved feedback in case of errors when running a script</li>
9+
<li><strong>Bug fix</strong>: fix bug in loading syntax style rules</li>
10+
<li><strong>Bug fix</strong>: fix bug with displaying the menu of most recently run scripts</li>
11+
</ul>
12+
13+
<p class="warning">
14+
The <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html">JavaScript API V2</a>
15+
is deprecated.
16+
<br/>
17+
End of 2022 it will be removed from the scripting plugin. Consider to migrate your scripts to the
18+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
19+
</p>
20+
21+
<p class="warning">
22+
Support for <a href="https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html">Mozilla Rhino</a>
23+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html">JavaScript API V1</a>
24+
is deprecated.
25+
<br/>
26+
End of 2022 it will be removed from the scripting plugin.
27+
Consider to migrate your scripts to the
28+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html">GraalJS engine</a>
29+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
30+
</p>
31+
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)