Skip to content

Commit 84b748a

Browse files
committed
add release notes
1 parent 29f5699 commit 84b748a

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ releases:
44
description: |
55
* **New**: when scripts are run from the scripting console, errors are now
66
displayed in an error console
7-
7+
88
- label: v0.2.2
99
minJosmVersion: 18427
1010
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.3, \
56
v0.2.2, \
67
v0.2.0
78

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

0 commit comments

Comments
 (0)