File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed
src/main/resources/release-notes Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1
1
releases :
2
+ - label : v0.2.4
3
+ minJosmVersion : 18427
4
+ description : |
5
+ **New**: improved feedback in case of errors when running a script
6
+ **Bug fix**: fix bug with loading syntax style rules
7
+ **Bug fix**: fix bug with displaying the menu of most recently run scripts
8
+
2
9
- label : v0.2.3
3
10
minJosmVersion : 18427
4
11
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.4, \
5
6
v0.2.3, \
6
7
v0.2.2, \
7
8
v0.2.0
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+ </ head >
4
+ < body >
5
+ < h1 > Release v0.2.4</ h1 >
6
+
7
+ < ul >
8
+ < li > < strong > New</ strong > : improved feedback in case of errors when running a script</ li >
9
+ < li > < strong > Bug fix</ strong > : fix bug in loading syntax style rules</ li >
10
+ < li > < strong > Bug fix</ strong > : fix bug with displaying the menu of most recently run scripts</ li >
11
+ </ ul >
12
+
13
+ < p class ="warning ">
14
+ The < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html "> JavaScript API V2</ a >
15
+ is deprecated.
16
+ < br />
17
+ End of 2022 it will be removed from the scripting plugin. Consider to migrate your scripts to the
18
+ < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html "> JavaScript API V3</ a > .
19
+ </ p >
20
+
21
+ < p class ="warning ">
22
+ Support for < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html "> Mozilla Rhino</ a >
23
+ and the < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html "> JavaScript API V1</ a >
24
+ is deprecated.
25
+ < br />
26
+ End of 2022 it will be removed from the scripting plugin.
27
+ Consider to migrate your scripts to the
28
+ < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html "> GraalJS engine</ a >
29
+ and the < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html "> JavaScript API V3</ a > .
30
+ </ p >
31
+
32
+ </ body >
33
+ </ html >
You can’t perform that action at this time.
0 commit comments