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