VERSION 1.2.1: drawEllipse3D
[nikiroo-utils.git] / changelog
CommitLineData
ef13cd7f
NR
1Version 1.1.2
2-------------
3
4New drawEllipse3D method
5 ...in UIUtils
6
b3aad1f9
NR
7Version 1.1.1
8-------------
9
10Add 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
86057589
NR
14Version 1.1.0
15-------------
16
17Add 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
22Version 1.0.0
23-------------
24
25Add 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
b607df60
NR
29Version 0.9.7
30-------------
31
32Improve 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
39Reoarganize some methods from String to IO
40
21ec27d6
NR
41Version 0.9.6
42-------------
43
44New test system
45 Now some unit tests have been added, as well as the support classes
46
2cce3dcb
NR
47Version 0.9.5
48-------------
49
50Resource 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
72c32e88
NR
55Version 0.9.4
56-------------
57
58Compatibility bug
59 Again... because of some useless imports made there for a wrong jDoc
60 comment
61
62Version 0.9.3
63-------------
64
65Compatibility 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
71Version 0.9.2
72-------------
73
74Initial version
75 ...on GIT