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