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