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