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