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