Version 1.3.5: better ProgressBar
[nikiroo-utils.git] / changelog
CommitLineData
88b36f83
NR
1Version 1.3.5
2-------------
3
4Improve ProgressBar UI
5 It now shows all the progression bars of the different steps of
6 progression at the same time
7
c108bc7d
NR
8Version 1.3.4
9-------------
10
11Improve TestCase error reporting
12 We know display the full stack trace even for AssertionErrors
13
14Extends Version
15 ...with new methods: isOlderThan(Version) and isNewerThan(Version)
16
b0376a37 17Version 1.3.3
32ae2079
NR
18-------------
19
20New Version class
21 Which can parse versions from the running program
22
16d59378
NR
23Version 1.2.3
24-------------
25
26Add openResource and getVersion in IOUtils
27 The file VERSION is supposed to exist
28
29Give 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
34Fix 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
009196a4
NR
38Version 1.2.2
39-------------
40
41Fix bug in Bundle regarding \t handling
42 ...tests should be written (later)
43
44Version 1.2.1
ef13cd7f
NR
45-------------
46
47New drawEllipse3D method
48 ...in UIUtils
49
b3aad1f9
NR
50Version 1.1.1
51-------------
52
53Add 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
86057589
NR
57Version 1.1.0
58-------------
59
60Add 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
65Version 1.0.0
66-------------
67
68Add 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
b607df60
NR
72Version 0.9.7
73-------------
74
75Improve 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
82Reoarganize some methods from String to IO
83
21ec27d6
NR
84Version 0.9.6
85-------------
86
87New test system
88 Now some unit tests have been added, as well as the support classes
89
2cce3dcb
NR
90Version 0.9.5
91-------------
92
93Resource 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
72c32e88
NR
98Version 0.9.4
99-------------
100
101Compatibility bug
102 Again... because of some useless imports made there for a wrong jDoc
103 comment
104
105Version 0.9.3
106-------------
107
108Compatibility 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
114Version 0.9.2
115-------------
116
117Initial version
118 ...on GIT