-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathreleases.yml
182 lines (146 loc) · 5.96 KB
/
releases.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
releases:
# next release
- label: v0.3.3
minJosmVersion: 18905
description: |
testing
# current release
- label: v0.3.2
minJosmVersion: 18427
description: |
**Minor**: upgraded dependencies to latest version
**FeatureRequest**: #111: Hotkeys
- label: v0.3.1
minJosmVersion: 18427
description: |
**Feature request**: menu entries for most recently run scripts remember the scripting engine, see #107
**Minor**: toolbar buttons for custom script files are not supported anymore, see #107
**Bug fix**: removed download URL for the Groovy scripting language engine
- label: v0.3.0
minJosmVersion: 18427
description: |
**Major**: the scripting plugin now requires Java 17
**Major**: the scripting plugin now requires GraalJS 23.0.x
**Major**: the Rhino scripting engine has been removed from the scripting plugin
**Major**: the JavaScript API V1 has been removed from the scripting plugin
**Major**: the JavaScript API V2 has been removed from the scripting plugin
- label: v0.2.10
minJosmVersion: 18427
description: |
**BugFix**: #97 - Can't load josm object as ES Module
* ES module system now more reliable on the windows platform
- label: v0.2.9
minJosmVersion: 18427
description: |
**Feature request**: #106 - monospace font in stack console log
**BugFix**: #97 - Can't load josm object as ES Module (partially solved on Windows platform)
- label: v0.2.8
minJosmVersion: 18427
description: |
**Bug fix**: fix #104 - Console.clear() doesn't work
- label: v0.2.7
minJosmVersion: 18427
description: |
**Bug fix**: fix [trac issue #22342][trac-22342]
[trac-22342]: https://josm.openstreetmap.de/ticket/22342
- label: v0.2.6
minJosmVersion: 18427
description: |
**Bug fix**: fix ClassNotFoundException when running on a stock JDK without GraalJS
- label: v0.2.5
minJosmVersion: 18427
description: |
**Bug fix**: fix #96 - scripting.graalvm.es-module-repositories entries not read by plugin
- label: v0.2.4
minJosmVersion: 18427
description: |
**New**: improved feedback in case of errors when running a script
**Bug fix**: fix bug with loading syntax style rules
**Bug fix**: fix bug with displaying the menu of most recently run scripts
- label: v0.2.3
minJosmVersion: 18427
description: |
* **New**: when scripts are run from the scripting console, errors are now
displayed in an error console
- label: v0.2.2
minJosmVersion: 18427
description: |
* adds support for [ECMAScript Modules (ES Modules)][es-modules-doc]
* adds [API V3][api-v3-doc] based on ES Modules
* [API V2][api-v2-doc] is **deprecated** and will be removed end of 2022
[api-v2-doc]: https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html
[api-v3-doc]: https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html
[es-modules-doc]: https://gubaer.github.io/josm-scripting-plugin/docs/v3/modules.html
- label: v0.2.1
minJosmVersion: 18427
description: |
* fix for [trac issue 22129][trac-22129]
* include `Plugin-Minimum-Java-Version=11` in plugin manifest
[trac-22129]: https://josm.openstreetmap.de/ticket/22129
- label: v0.2.0
minJosmVersion: 18427
description: |
* major cleanup
* **New**: requires Java 11
* **New**: supports [GraalJS with a stock JDK][graaljs-stocksdk-doc]
* **New**: supports [GraalJS in JOSM running with GraalVM][graaljs-graalvm-doc]
* Support for built-in Mozilla Rhino and [JavaScript API V1][api-v1-doc] is [deprecated][rhino-deprecated-doc]
* **New**: Introduces new [JavaScript API V2][api-v2-doc], to be used with [GraalJS][graaljs-doc]
[graaljs-stocksdk-doc]:https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html#running-josm-with-a-stock-jdk-and-graaljs-as-java-library
[graaljs-graalvm-doc]:https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html#running-josm-with-the-graalvm-jdk
[rhino-deprecated-doc]:https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html
[api-v2-doc]: https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html
[api-v1-doc]: https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html
[graaljs-doc]:https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html
- label: 30796
minJosmVersion: 14256
description: update and add i18n resources
- label: 30787
minJosmVersion: 14155
description: "fix #71 Access to plugin class loader"
- label: 30785
minJosmVersion: 13265
description: update translations
- label: 30780
minJosmVersion: 13265
description: "patches #64 and #65 provided by floscher"
- label: 30775
minJosmVersion: 13007
description: "fix #59 Possible bug when updating coordinates of elements"
- label: 30773
minJosmVersion: 12891
description: keep up with refactorings in JOSM
- label: 30772
minJosmVersion: 12875
description: keep up with refactorings in JOSM
- label: 30771
minJosmVersion: 12681
description: keep up with refactorings in JOSM
- label: 30768
minJosmVersion: 10966
description: "fix #54 Api.downloadObject ignores version parameter and always download\
\ latest"
- label: 30730
minJosmVersion: 10526
description: built with Java 8
- label: 30723
minJosmVersion: 8906
description: "fix #34, fix #35, fix documentation issues"
- label: 30710
minJosmVersion: 8024
description: plugin can be loaded without restart
- label: 30702
minJosmVersion: 7347
description: "download scripting engines reworked, code cleaned up (Java7 features)"
- label: 30604
minJosmVersion: 6912
description: "fixed #23"
- label: 30590
minJosmVersion: 6088
description: fixed build issue
- label: 30540
minJosmVersion: 5464
- label: 30000
minJosmVersion: 5315
- label: 26007
minJosmVersion: 4878