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