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