Skip to content

Commit f958f64

Browse files
committed
prepare release 0.2.9
1 parent e162d10 commit f958f64

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-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.9
3+
minJosmVersion: 18427
4+
description: |
5+
**Feature request**: #106 - monospace font in stack console log
6+
**BugFix**: #97 - Can't load josm object as ES Module (partially solved on Windows platform)
7+
8+
29
- label: v0.2.8
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.9, \
56
v0.2.6, \
67
v0.2.5, \
78
v0.2.4, \
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<h1>Release v0.2.9</h1>
6+
7+
<ul>
8+
<li><strong>Feature</strong>: <a href="https://github.com/Gubaer/josm-scripting-plugin/issues/106">#106: monospace font in stack console log</a></li>
9+
<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>
10+
<li>
11+
<li>improved loading standard 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.
30+
Consider to migrate your scripts to the
31+
<a href="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html">GraalJS engine</a>
32+
and the <a href="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html">JavaScript API V3</a>.
33+
</p>
34+
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)