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