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