Skip to content

Commit 82c7ebf

Browse files
committed
prepare release 0.2.10
1 parent 9b4e43f commit 82c7ebf

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

releases.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
releases:
2+
- label: v0.2.10
3+
minJosmVersion: 18427
4+
description: |
5+
**BugFix**: #97 - Can't load josm object as ES Module
6+
* ES module system now more reliable on the windows platform
7+
28
- label: v0.2.9
39
minJosmVersion: 18427
410
description: |
511
**Feature request**: #106 - monospace font in stack console log
612
**BugFix**: #97 - Can't load josm object as ES Module (partially solved on Windows platform)
713
8-
914
- label: v0.2.8
1015
minJosmVersion: 18427
1116
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.10, \
56
v0.2.9, \
67
v0.2.6, \
78
v0.2.5, \
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<h1>Release v0.2.10</h1>
6+
7+
<ul>
8+
<li><strong>Bug Fix</strong>: <a href="https://github.com/Gubaer/josm-scripting-plugin/issues/97">#97: Can't load josm object as ES Module</a>
9+
<li>
10+
<li>improved loading <strong>standard</strong> ES modules on the Windows platform</li>
11+
<li>improved loading <strong>custom</strong> ES modules on the Windows platform</li>
12+
</li>
13+
</li>
14+
</ul>
15+
16+
<p class="warning">
17+
The <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html">JavaScript API V2</a>
18+
is deprecated.
19+
<br/>
20+
End of 2023 it will be removed from the scripting plugin. Consider to migrate your scripts to the
21+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
22+
</p>
23+
24+
<p class="warning">
25+
Support for <a href="https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html">Mozilla Rhino</a>
26+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html">JavaScript API V1</a>
27+
is deprecated.
28+
<br/>
29+
End of 2023 it will be removed from the scripting plugin. Consider to migrate your scripts to the
30+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html">GraalJS engine</a>
31+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
32+
</p>
33+
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)