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