VERSION 0.9.7: better toImage (allows non resetable streams)
[nikiroo-utils.git] / changelog
1 Version 0.9.7
2 -------------
3
4 Improve toImage and allow non-resetable InputStreams
5 ...though they are then automatically saved onto disk then re-opened,
6 then the file is deleted at the end of the process -- bad perfs
7 Worse, it does it even if no EXIF metadata are present (because it
8 cannot know that before reading the Stream, and cannot save a
9 partially, non-resetable Stream to disk)
10
11 Reoarganize some methods from String to IO
12
13 Version 0.9.6
14 -------------
15
16 New test system
17 Now some unit tests have been added, as well as the support classes
18
19 Version 0.9.5
20 -------------
21
22 Resource bundle bug
23 UTF-8 strings were sometimes wrangled
24 It is fixed by using a Bundle#Control, whih sadly is only available in
25 Java 1.6+
26
27 Version 0.9.4
28 -------------
29
30 Compatibility bug
31 Again... because of some useless imports made there for a wrong jDoc
32 comment
33
34 Version 0.9.3
35 -------------
36
37 Compatibility bug
38 The library did not work with JDK versions prior to 1.8 because
39 of a dependency on Base64
40 A new (public domain) class was used instead, which is compatible with
41 Java 1.5 this time
42
43 Version 0.9.2
44 -------------
45
46 Initial version
47 ...on GIT