1.0.0
[nikiroo-utils.git] / changelog
CommitLineData
b607df60
NR
1Version 0.9.7
2-------------
3
4Improve 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
11Reoarganize some methods from String to IO
12
21ec27d6
NR
13Version 0.9.6
14-------------
15
16New test system
17 Now some unit tests have been added, as well as the support classes
18
2cce3dcb
NR
19Version 0.9.5
20-------------
21
22Resource 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
72c32e88
NR
27Version 0.9.4
28-------------
29
30Compatibility bug
31 Again... because of some useless imports made there for a wrong jDoc
32 comment
33
34Version 0.9.3
35-------------
36
37Compatibility 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
43Version 0.9.2
44-------------
45
46Initial version
47 ...on GIT