Version 1.1.0: Add progress reporting, move to ui package
[nikiroo-utils.git] / changelog
1 Version 1.1.0
2 -------------
3
4 Add 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
9 Version 1.0.0
10 -------------
11
12 Add 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
16 Version 0.9.7
17 -------------
18
19 Improve 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
26 Reoarganize some methods from String to IO
27
28 Version 0.9.6
29 -------------
30
31 New test system
32 Now some unit tests have been added, as well as the support classes
33
34 Version 0.9.5
35 -------------
36
37 Resource 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
42 Version 0.9.4
43 -------------
44
45 Compatibility bug
46 Again... because of some useless imports made there for a wrong jDoc
47 comment
48
49 Version 0.9.3
50 -------------
51
52 Compatibility 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
58 Version 0.9.2
59 -------------
60
61 Initial version
62 ...on GIT