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