File tree 3 files changed +34
-1
lines changed
src/main/resources/release-notes 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ releases:
4
4
description : |
5
5
* **New**: when scripts are run from the scripting console, errors are now
6
6
displayed in an error console
7
-
7
+
8
8
- label : v0.2.2
9
9
minJosmVersion : 18427
10
10
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.3, \
5
6
v0.2.2, \
6
7
v0.2.0
7
8
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments