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