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