Version 1.1.0: Add progress reporting, move to ui package
[nikiroo-utils.git] / changelog
CommitLineData
86057589
NR
1Version 1.1.0
2-------------
3
4Add progress reporting, move to ui package
5 A new progress reporting system (and tests) in the new ui package
6 (some other classes have been moved into ui, too: WrapLayout and
7 UIUtils)
8
9Version 1.0.0
10-------------
11
12Add WrapLayout and UIUtils
13 A FlowLayout that automatically wrap to the next line (from existing
14 code found on internet) and a method to set a fake-native look & feel
15
b607df60
NR
16Version 0.9.7
17-------------
18
19Improve toImage and allow non-resetable InputStreams
20 ...though they are then automatically saved onto disk then re-opened,
21 then the file is deleted at the end of the process -- bad perfs
22 Worse, it does it even if no EXIF metadata are present (because it
23 cannot know that before reading the Stream, and cannot save a
24 partially, non-resetable Stream to disk)
25
26Reoarganize some methods from String to IO
27
21ec27d6
NR
28Version 0.9.6
29-------------
30
31New test system
32 Now some unit tests have been added, as well as the support classes
33
2cce3dcb
NR
34Version 0.9.5
35-------------
36
37Resource bundle bug
38 UTF-8 strings were sometimes wrangled
39 It is fixed by using a Bundle#Control, whih sadly is only available in
40 Java 1.6+
41
72c32e88
NR
42Version 0.9.4
43-------------
44
45Compatibility bug
46 Again... because of some useless imports made there for a wrong jDoc
47 comment
48
49Version 0.9.3
50-------------
51
52Compatibility bug
53 The library did not work with JDK versions prior to 1.8 because
54 of a dependency on Base64
55 A new (public domain) class was used instead, which is compatible with
56 Java 1.5 this time
57
58Version 0.9.2
59-------------
60
61Initial version
62 ...on GIT