-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-CHANGES.xml
173 lines (173 loc) · 9.99 KB
/
README-CHANGES.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.jwheatsheaf" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2020-03-28T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="1.0.0">
<c:changes>
<c:change date="2020-03-28T00:00:00+00:00" summary="Initial public release"/>
</c:changes>
</c:release>
<c:release date="2020-03-28T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="1.0.1">
<c:changes>
<c:change date="2020-03-28T00:00:00+00:00" summary="Add missing package exports to module descriptors"/>
</c:changes>
</c:release>
<c:release date="2020-03-28T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="1.0.2">
<c:changes>
<c:change date="2020-03-28T00:00:00+00:00" summary="Ensure CSS stylesheets are passed to any dialogs opened by the chooser">
<c:tickets>
<c:ticket id="4"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2020-03-29T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="1.0.3">
<c:changes>
<c:change date="2020-03-29T00:00:00+00:00" summary="Show the full paths of files/directories in tooltips">
<c:tickets>
<c:ticket id="5"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2020-04-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2020-04-04T00:00:00+00:00" summary="Move implementation classes in the ui module into an internal non-exported package"/>
</c:changes>
</c:release>
<c:release date="2020-04-10T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="2.0.1">
<c:changes>
<c:change date="2020-04-10T00:00:00+00:00" summary="Enable CheckStyle to enforce code style"/>
</c:changes>
</c:release>
<c:release date="2021-05-18T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="3.0.0">
<c:changes>
<c:change date="2021-04-10T00:00:00+00:00" summary="Allow the escape key to close file choosers">
<c:tickets>
<c:ticket id="14"/>
</c:tickets>
</c:change>
<c:change date="2021-04-10T00:00:00+00:00" summary="Allow for specifying an initial filename in choosers">
<c:tickets>
<c:ticket id="15"/>
</c:tickets>
</c:change>
<c:change date="2021-04-10T00:00:00+00:00" summary="Allow for specifying custom dialog titles">
<c:tickets>
<c:ticket id="8"/>
</c:tickets>
</c:change>
<c:change date="2021-04-10T00:00:00+00:00" summary="Make the default filters part of the public API">
<c:tickets>
<c:ticket id="10"/>
</c:tickets>
</c:change>
<c:change date="2021-04-11T00:00:00+00:00" summary="Add an optional home directory button">
<c:tickets>
<c:ticket id="12"/>
</c:tickets>
</c:change>
<c:change date="2021-04-11T00:00:00+00:00" summary="Enable sorting of directory items">
<c:tickets>
<c:ticket id="22"/>
</c:tickets>
</c:change>
<c:change date="2021-04-11T00:00:00+00:00" summary="Allow for setting a default file filter">
<c:tickets>
<c:ticket id="9"/>
</c:tickets>
</c:change>
<c:change date="2021-04-29T00:00:00+00:00" summary="Add support for glob-based filters">
<c:tickets>
<c:ticket id="19"/>
</c:tickets>
</c:change>
<c:change date="2021-04-29T00:00:00+00:00" summary="Improve filename field behaviour">
<c:tickets>
<c:ticket id="28"/>
</c:tickets>
</c:change>
<c:change date="2021-05-01T00:00:00+00:00" summary="Allow for including ".." in directory listings">
<c:tickets>
<c:ticket id="23"/>
</c:tickets>
</c:change>
<c:change date="2021-05-01T00:00:00+00:00" summary="Improve "select directly" dialog behaviour">
<c:tickets>
<c:ticket id="29"/>
</c:tickets>
</c:change>
<c:change date="2021-05-01T00:00:00+00:00" summary="Fix the size formatter">
<c:tickets>
<c:ticket id="30"/>
</c:tickets>
</c:change>
<c:change date="2021-05-01T00:00:00+00:00" summary="Use the default filesystem by default">
<c:tickets>
<c:ticket id="21"/>
</c:tickets>
</c:change>
<c:change date="2021-05-02T00:00:00+00:00" summary="Add the ability to specify custom strings">
<c:tickets>
<c:ticket id="7"/>
</c:tickets>
</c:change>
<c:change date="2021-05-02T00:00:00+00:00" summary="Add the ability to confirm file selections">
<c:tickets>
<c:ticket id="17"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2024-05-16T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jwheatsheaf" version="4.0.0">
<c:changes>
<c:change compatible="false" date="2022-02-13T00:00:00+00:00" summary="Require JDK 17"/>
<c:change date="2022-02-13T00:00:00+00:00" summary="Fix a silently failing OK button">
<c:tickets>
<c:ticket id="34"/>
</c:tickets>
</c:change>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.openjfx:javafx-controls 19 → 20."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.openjfx:javafx-fxml 19 → 20."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.openjfx:javafx-graphics 19 → 20."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.openjfx:javafx-swing 19 → 20."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-api 5.9.1 → 5.9.2."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine 5.9.1 → 5.9.2."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update nl.jqno.equalsverifier:equalsverifier 3.12.3 → 3.14.1."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.slf4j:slf4j-api 2.0.6 → 2.0.7."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic 1.4.5 → 1.4.6."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.mockito:mockito-core 4.10.0 → 5.3.0."/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update com.github.marschall:memoryfilesystem 2.4.0 → 2.5.0."/>
<c:change date="2023-05-20T00:00:00+00:00" summary="Update com.github.marschall:memoryfilesystem 2.6.0 → 2.6.1."/>
<c:change date="2023-05-20T00:00:00+00:00" summary="Update com.io7m.primogenitor:com.io7m.primogenitor.support 7.5.0 → 7.7.0."/>
<c:change date="2023-05-20T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-api 5.9.2 → 5.9.3."/>
<c:change date="2023-05-20T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine 5.9.2 → 5.9.3."/>
<c:change date="2023-05-25T00:00:00+00:00" summary="Refactored test suite to use xoanon instead of TestFX."/>
<c:change compatible="false" date="2023-05-26T00:00:00+00:00" summary="File choosers no longer require a Stage argument."/>
<c:change date="2024-05-13T00:00:00+00:00" summary="Update org.mockito:mockito-core:5.8.0 → 5.12.0."/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.io7m.jaffirm:com.io7m.jaffirm.core:4.0.0 → 4.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.io7m.junreachable:com.io7m.junreachable.core:4.0.0 → 4.0.2"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.github.marschall:memoryfilesystem:2.7.0 → 2.8.0"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.junit:junit-bom:5.10.1 → 5.10.2"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-controls:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-fxml:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-graphics:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-swing:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.io7m.xoanon:com.io7m.xoanon.extension:1.0.0 → 1.0.1"/>
<c:change compatible="false" date="2024-05-16T00:00:00+00:00" summary="Require JDK 21."/>
</c:changes>
</c:release>
<c:release date="2024-07-09T12:14:47+00:00" is-open="true" ticket-system="com.github.io7m.jwheatsheaf" version="4.0.1">
<c:changes>
<c:change date="2024-07-09T00:00:00+00:00" summary="Update com.io7m.xoanon:com.io7m.xoanon:1.0.1 → 2.0.0"/>
<c:change date="2024-07-09T12:14:47+00:00" summary="Switch to using development versions of JavaFX, but not exposing them as a transitive dependency."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.jwheatsheaf" url="https://www.github.com/io7m-com/jwheatsheaf/issues/"/>
</c:ticket-systems>
</c:changelog>