File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed
src/main/resources/release-notes Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 11releases :
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 : |
Original file line number Diff line number Diff line change 22#
33# comma-separated list of available release notes
44release-notes =\
5+ v0.2.9, \
56 v0.2.6, \
67 v0.2.5, \
78 v0.2.4, \
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments