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