Fix \t handling bug in Bundle
[nikiroo-utils.git] / changelog
1 Version 1.2.2
2 -------------
3
4 Fix bug in Bundle regarding \t handling
5 ...tests should be written (later)
6
7 Version 1.2.1
8 -------------
9
10 New drawEllipse3D method
11 ...in UIUtils
12
13 Version 1.1.1
14 -------------
15
16 Add 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
20 Version 1.1.0
21 -------------
22
23 Add 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
28 Version 1.0.0
29 -------------
30
31 Add 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
35 Version 0.9.7
36 -------------
37
38 Improve 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
45 Reoarganize some methods from String to IO
46
47 Version 0.9.6
48 -------------
49
50 New test system
51 Now some unit tests have been added, as well as the support classes
52
53 Version 0.9.5
54 -------------
55
56 Resource 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
61 Version 0.9.4
62 -------------
63
64 Compatibility bug
65 Again... because of some useless imports made there for a wrong jDoc
66 comment
67
68 Version 0.9.3
69 -------------
70
71 Compatibility 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
77 Version 0.9.2
78 -------------
79
80 Initial version
81 ...on GIT