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