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