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