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 11releases :
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+
29 - label : v0.2.3
310 minJosmVersion : 18427
411 description : |
Original file line number Diff line number Diff line change 22#
33# comma-separated list of available release notes
44release-notes =\
5+ v0.2.4, \
56 v0.2.3, \
67 v0.2.2, \
78 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