Commit | Line | Data |
---|---|---|
b771aed5 NR |
1 | # nikiroo-utils |
2 | ||
40fe10ff | 3 | ## Version 4.5.2 |
3f277541 NR |
4 | |
5 | - Serial: fix b64/not b64 error | |
b6200792 NR |
6 | - Serial: perf improvement |
7 | - Base64: perf improvement | |
875fbf21 | 8 | - new: Proxy selector |
3f277541 | 9 | |
96d4aebe NR |
10 | ## Version 4.5.1 |
11 | ||
12 | - Progress: fix deadlock in rare cases | |
13 | ||
a359464f NR |
14 | ## Version 4.5.0 |
15 | ||
16 | - Base64: allow access to streams | |
17 | - Deprecated: do not use our on deprecated functions | |
18 | - Serial: fix ZIP/noZIP error | |
19 | ||
bb60bd13 NR |
20 | ## Version 4.4.5 |
21 | ||
22 | - Base64: allow access to not-zipped Base64 utilities | |
23 | - Justify text: better handling of full text lines | |
24 | - jDoc: improve | |
25 | - IOUtils: new convenience method for reading a File into bytes | |
26 | ||
903453a2 NR |
27 | ## Version 4.4.4 |
28 | ||
29 | - Java 1.6: fix bad dependency so it can compiles on 1.6 again | |
30 | - TempFilesTest: fix test | |
31 | - Serial: fix for some constructors | |
32 | - Serial: better default choice for ZIP/noZIP content | |
33 | ||
3232fdd1 NR |
34 | ## Version 4.4.3 |
35 | ||
36 | - Test assertions: fix files/dir content comparison code | |
37 | ||
d62784c7 NR |
38 | ## Version 4.4.2 |
39 | ||
40 | - Test assertions: can now compare files/dir content | |
41 | ||
8d56ee50 NR |
42 | ## Version 4.4.1 |
43 | ||
44 | - Image: fix undocumented exception on save images | |
45 | - TempFiles: crash early on error | |
46 | ||
c022aaa5 | 47 | ## Version 4.4.0 |
ce060f5a | 48 | |
c022aaa5 NR |
49 | - Text justification: now supports bullet lists and HR lines |
50 | - Text justification: fix a bug with dashes (-) and a crash | |
ce060f5a | 51 | - Image to text converion fixes |
c022aaa5 NR |
52 | - Serial: now supports anonymous inner classes |
53 | - Test: now allow an Exception argument to the "fail(..)" command | |
54 | - Downloader: add an optional cache | |
55 | - Cache: auto-clean when saving | |
56 | - Bridge: fix a NPE when tracing | |
57 | - New: justify, img2aa and bridge tools (see package Main) | |
58 | ||
ce060f5a | 59 | |
4110f63b NR |
60 | ## Version 4.3.0 |
61 | ||
62 | - New: IOUtils.Unzip() | |
f6d228ae | 63 | - TestCase: better message for lists comparisons |
4110f63b | 64 | |
e772626b NR |
65 | ## Version 4.2.1 |
66 | ||
67 | - Fix small bug in Downloader | |
68 | ||
1ca23ef7 | 69 | ## Version 4.2.0 |
9695f591 | 70 | |
1ca23ef7 | 71 | - New getLanguage() in TransBundle |
9695f591 | 72 | |
6f0d5ab1 NR |
73 | ## Version 4.1.0 |
74 | ||
75 | - New TempFiles (Image.java now uses it instead of memory) | |
76 | - Auto cache cleaning + better errors in ImageUtilsAndroid | |
77 | - New String justification options | |
78 | ||
e8aa5bf9 NR |
79 | ## Version 4.0.1 |
80 | ||
81 | - Android compatibility (see configure.sh --android=yes) | |
82 | ||
80500544 NR |
83 | ## Version 4.0.0 |
84 | ||
85 | - Deplace all dependencies on java.awt into its own package (ui) | |
86 | ||
f4053377 NR |
87 | ## Version 3.1.6 |
88 | ||
89 | - Fix Serialiser issue with custom objects and String in a custom object | |
90 | - Fix Progress/ProgressBar synchronisation issues | |
91 | - Fix Bridge default maxPrintSize parameter | |
92 | ||
d827da2a NR |
93 | ## Version 3.1.5 |
94 | ||
95 | - Fix Cache with no-parent file | |
96 | - Fix Progress (Error <> RuntimeException) | |
97 | ||
0ff71477 NR |
98 | ## Version 3.1.4 |
99 | ||
100 | - Fix error handling for tracers in Server | |
101 | ||
4b7d32e7 NR |
102 | ## Version 3.1.3 |
103 | ||
104 | - Fix ImageUtils.fromStream with non-resetable streams | |
105 | ||
217a3310 NR |
106 | ## Version 3.1.2 |
107 | ||
108 | - Fix Server regarding the client version passed to the handler | |
109 | - Improve ServerBridge options | |
110 | ||
452f38c8 NR |
111 | ## Version 3.1.1 |
112 | ||
113 | - Some fixes and trace handling changes in ServerBridge | |
114 | - Some fixes in Import/Export (objects serialisation) | |
115 | ||
8537d55a NR |
116 | ## Version 3.1.0 |
117 | ||
118 | - New ServerBridge (including tests) | |
119 | ||
79ce1a49 | 120 | ## Version 3.0.0 |
f157aed8 NR |
121 | |
122 | - jDoc | |
123 | - Fix bugs in Server (it was not possible to send objects back to client) | |
79ce1a49 NR |
124 | - Improve code in Server (including tests), breaks API |
125 | - Remove some deprecated things | |
f157aed8 | 126 | |
530d4062 NR |
127 | ## Version 2.2.3 |
128 | ||
129 | - Fix in readSmallStream | |
130 | - Change traces handling | |
131 | ||
2ee6c205 NR |
132 | ## Version 2.2.2 |
133 | ||
134 | - New method in Cache: manually delete items | |
135 | ||
5e66d142 NR |
136 | ## Version 2.2.1 |
137 | ||
138 | - Small fixes, especially in Progress | |
139 | ||
16c492f5 NR |
140 | ## Version 2.2.0 |
141 | ||
142 | - New classes: | |
143 | - Downloader: download URL from recalcitrant websites | |
144 | - Cache: manage a local cache | |
145 | ||
3f8349b7 NR |
146 | ## Version 2.1.0 |
147 | ||
148 | - Better IOUtils | |
149 | ||
b771aed5 NR |
150 | ## Version 2.0.0 |
151 | ||
152 | - API change | |
153 | - IOUtils is now split between itself and ImageUtils -- some changes required in dependant projects | |
154 | - Some slight renaming in StringUtils/IOUtils/ImageUtils | |
155 | ||
156 | - New class ImageText | |
157 | - To create ASCII art | |
158 | ||
159 | ## Version 1.6.3 | |
160 | ||
161 | - Version.java | |
162 | - Fix toString issues + test + update scripts | |
163 | ||
164 | ## Version 1.6.2 | |
165 | ||
166 | - Version.java | |
167 | - Now supports "tag" on the versions (i.e., 0.0.4-niki1 -> tag is "niki", tagVersion is 1) | |
168 | ||
169 | ## Version 1.6.1 | |
170 | ||
171 | - Serialisation utilities | |
172 | - Now supports enums and BufferedImages | |
173 | ||
174 | ## Version 1.6.0 | |
175 | ||
176 | - Serialisation utilities | |
177 | - Server class to send/receive objects via network easily | |
178 | - Serialiser now supports Arrays + fixes | |
179 | ||
180 | ## Version 1.5.1 | |
181 | ||
182 | - Serialisation utilities | |
183 | - SerialUtils is now public and can be used to dynamically create an Object | |
184 | - The Importer is now easier to use | |
185 | ||
186 | ## Version 1.5.0 | |
187 | ||
188 | - Bundles: change in Bundles and meta data | |
189 | - The meta data is more complete now, but it breaks compatibility with both Bundles and @Meta | |
190 | - A description can now be added to a bundle item in the graphical editor as a tooltip | |
191 | ||
192 | - Serialisation utilities | |
193 | - A new set of utilities to quickly serialise objects | |
194 | ||
195 | ## Version 1.4.3 | |
196 | ||
197 | - Bugfix: unhtml | |
198 | - Also replace non-breakable spaces by normal spaces | |
199 | ||
200 | ## Version 1.4.2 | |
201 | ||
202 | - Bugfix: Deltree | |
203 | - Deltree was not OK for files... | |
204 | ||
205 | ## Version 1.4.1 | |
206 | ||
207 | - Progress | |
208 | - Better handling of min==max case | |
209 | - New methods .done() and .add(int step) | |
210 | ||
211 | ## Version 1.4.0 | |
212 | ||
213 | - R/W Bundles | |
214 | - Bundle is now Read/Write | |
215 | ||
216 | - Bundle Configuration | |
217 | - New UI controls to configure the Bundles graphically | |
218 | ||
219 | ## Version 1.3.6 | |
220 | ||
221 | - Fix for Java 1.6 compat | |
222 | - Java 1.6 cannot compile it due to variables with ambigous names (which | |
223 | - Java 1.8 can identify) | |
224 | ||
225 | ## Version 1.3.5 | |
226 | ||
227 | - Improve ProgressBar UI | |
228 | - It now shows all the progression bars of the different steps of progression at the same time | |
229 | ||
230 | ## Version 1.3.4 | |
231 | ||
232 | - Improve TestCase error reporting | |
233 | - We know display the full stack trace even for AssertionErrors | |
234 | ||
235 | - Extends Version | |
236 | - ...with new methods: isOlderThan(Version) and isNewerThan(Version) | |
237 | ||
238 | ## Version 1.3.3 | |
239 | ||
240 | - New Version class | |
241 | - Which can parse versions from the running program | |
242 | ||
243 | ## Version 1.2.3 | |
244 | ||
245 | - Add openResource and getVersion in IOUtils | |
246 | - The file VERSION is supposed to exist | |
247 | ||
248 | - Give more informartion on AssertErrors | |
249 | - The TestCase were not always helpful in case of AssertExceptions; they now print the stacktrace (they only used to do it for non-assert exceptions) | |
250 | ||
251 | - Fix configure.sh | |
252 | - The VERSION file was not added, the Main method was not the correct one (so it was not producing working runnable JAR, yet it stated so) | |
253 | ||
254 | ## Version 1.2.2 | |
255 | ||
256 | - Fix bug in Bundle regarding \t handling | |
257 | - ...tests should be written (later) | |
258 | ||
259 | ## Version 1.2.1 | |
260 | ||
261 | - New drawEllipse3D method | |
262 | - ...in UIUtils | |
263 | ||
264 | ## Version 1.1.1 | |
265 | ||
266 | - Add UI component for Progress | |
267 | - Still a WIP, it only show the current progress bar, still not the children bars (it's planned) | |
268 | ||
269 | ## Version 1.1.0 | |
270 | ||
271 | - Add progress reporting, move to ui package | |
272 | - A new progress reporting system (and tests) in the new ui package (some other classes have been moved into ui, too: WrapLayout and UIUtils) | |
273 | ||
274 | ## Version 1.0.0 | |
275 | ||
276 | - Add WrapLayout and UIUtils | |
277 | - A FlowLayout that automatically wrap to the next line (from existing code found on internet) and a method to set a fake-native look & feel | |
278 | ||
279 | ## Version 0.9.7 | |
280 | ||
281 | - Improve toImage and allow non-resetable InputStreams | |
282 | - ...though they are then automatically saved onto disk then re-opened, then the file is deleted at the end of the process -- bad perfs | |
283 | - Worse, it does it even if no EXIF metadata are present (because it cannot know that before reading the Stream, and cannot save a partially, non-resetable Stream to disk) | |
284 | ||
285 | - Reoarganize some methods from String to IO | |
286 | ||
287 | ## Version 0.9.6 | |
288 | ||
289 | - New test system | |
290 | - Now some unit tests have been added, as well as the support classes | |
291 | ||
292 | ## Version 0.9.5 | |
293 | ||
294 | - Resource bundle bug | |
295 | - UTF-8 strings were sometimes wrangled | |
296 | - It is fixed by using a Bundle#Control, whih sadly is only available in Java 1.6+ | |
297 | ||
298 | ## Version 0.9.4 | |
299 | ||
300 | - Compatibility bug | |
301 | - Again... because of some useless imports made there for a wrong jDoc comment | |
302 | ||
303 | ## Version 0.9.3 | |
304 | ||
305 | - Compatibility bug | |
306 | - The library did not work with JDK versions prior to 1.8 because of a dependency on Base64 | |
307 | - A new (public domain) class was used instead, which is compatible with Java 1.5 this time | |
308 | ||
309 | ## Version 0.9.2 | |
310 | ||
311 | - Initial version | |
312 | - ...on GIT | |
313 |