File tree 3 files changed +38
-1
lines changed
src/main/resources/release-notes
3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
7
- label : v0.2.4
3
8
minJosmVersion : 18427
4
9
description : |
Original file line number Diff line number Diff line change 2
2
#
3
3
# comma-separated list of available release notes
4
4
release-notes =\
5
+ v0.2.5, \
5
6
v0.2.4, \
6
7
v0.2.3, \
7
8
v0.2.2, \
8
- v0.2.0
9
+ v0.2.0
9
10
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments