Version 1.3.4
[nikiroo-utils.git] / changelog
CommitLineData
c108bc7d
NR
1Version 1.3.4
2-------------
3
4Improve TestCase error reporting
5 We know display the full stack trace even for AssertionErrors
6
7Extends Version
8 ...with new methods: isOlderThan(Version) and isNewerThan(Version)
9
b0376a37 10Version 1.3.3
32ae2079
NR
11-------------
12
13New Version class
14 Which can parse versions from the running program
15
16d59378
NR
16Version 1.2.3
17-------------
18
19Add openResource and getVersion in IOUtils
20 The file VERSION is supposed to exist
21
22Give 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
27Fix 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
009196a4
NR
31Version 1.2.2
32-------------
33
34Fix bug in Bundle regarding \t handling
35 ...tests should be written (later)
36
37Version 1.2.1
ef13cd7f
NR
38-------------
39
40New drawEllipse3D method
41 ...in UIUtils
42
b3aad1f9
NR
43Version 1.1.1
44-------------
45
46Add 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
86057589
NR
50Version 1.1.0
51-------------
52
53Add 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
58Version 1.0.0
59-------------
60
61Add 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
b607df60
NR
65Version 0.9.7
66-------------
67
68Improve 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
75Reoarganize some methods from String to IO
76
21ec27d6
NR
77Version 0.9.6
78-------------
79
80New test system
81 Now some unit tests have been added, as well as the support classes
82
2cce3dcb
NR
83Version 0.9.5
84-------------
85
86Resource 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
72c32e88
NR
91Version 0.9.4
92-------------
93
94Compatibility bug
95 Again... because of some useless imports made there for a wrong jDoc
96 comment
97
98Version 0.9.3
99-------------
100
101Compatibility 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
107Version 0.9.2
108-------------
109
110Initial version
111 ...on GIT