1.1.1: add UI component for Progress
[nikiroo-utils.git] / changelog
CommitLineData
b3aad1f9
NR
1Version 1.1.1
2-------------
3
4Add 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
86057589
NR
8Version 1.1.0
9-------------
10
11Add 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
16Version 1.0.0
17-------------
18
19Add 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
b607df60
NR
23Version 0.9.7
24-------------
25
26Improve 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
33Reoarganize some methods from String to IO
34
21ec27d6
NR
35Version 0.9.6
36-------------
37
38New test system
39 Now some unit tests have been added, as well as the support classes
40
2cce3dcb
NR
41Version 0.9.5
42-------------
43
44Resource 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
72c32e88
NR
49Version 0.9.4
50-------------
51
52Compatibility bug
53 Again... because of some useless imports made there for a wrong jDoc
54 comment
55
56Version 0.9.3
57-------------
58
59Compatibility 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
65Version 0.9.2
66-------------
67
68Initial version
69 ...on GIT