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