Woops again...
[nikiroo-utils.git] / changelog
1 Version 1.3.3
2 -------------
3
4 New Version class
5 Which can parse versions from the running program
6
7 Version 1.2.3
8 -------------
9
10 Add openResource and getVersion in IOUtils
11 The file VERSION is supposed to exist
12
13 Give 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
18 Fix 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
22 Version 1.2.2
23 -------------
24
25 Fix bug in Bundle regarding \t handling
26 ...tests should be written (later)
27
28 Version 1.2.1
29 -------------
30
31 New drawEllipse3D method
32 ...in UIUtils
33
34 Version 1.1.1
35 -------------
36
37 Add 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
41 Version 1.1.0
42 -------------
43
44 Add 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
49 Version 1.0.0
50 -------------
51
52 Add 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
56 Version 0.9.7
57 -------------
58
59 Improve 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
66 Reoarganize some methods from String to IO
67
68 Version 0.9.6
69 -------------
70
71 New test system
72 Now some unit tests have been added, as well as the support classes
73
74 Version 0.9.5
75 -------------
76
77 Resource 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
82 Version 0.9.4
83 -------------
84
85 Compatibility bug
86 Again... because of some useless imports made there for a wrong jDoc
87 comment
88
89 Version 0.9.3
90 -------------
91
92 Compatibility 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
98 Version 0.9.2
99 -------------
100
101 Initial version
102 ...on GIT