1.6.3: fix Version.toString()
[nikiroo-utils.git] / changelog
1 Version 1.6.3
2 -------------
3
4 Version.java
5 Fix toString issues + test + update scripts
6
7 Version 1.6.2
8 -------------
9
10 Version.java
11 Now supports "tag" on the versions (i.e., 0.0.4-niki1)
12 -> tag is "niki", tagVersion is 1
13
14 Version 1.6.1
15 -------------
16
17 Serialisation utilities
18 Now supports enums and BufferedImages
19
20 Version 1.6.0
21 -------------
22
23 Serialisation utilities
24 Server class to send/receive objects via network easily
25 Serialiser now supports Arrays + fixes
26
27 Version 1.5.1
28 -------------
29
30 Serialisation utilities
31 SerialUtils is now public and can be used to dynamically create an
32 Object
33 The Importer is now easier to use
34
35 Version 1.5.0
36 -------------
37
38 Bundles: change in Bundles and meta data
39 The meta data is more complete now, but it breaks compatibility with
40 both Bundles and @Meta
41 A description can now be added to a bundle item in the graphical
42 editor as a tooltip
43
44 Serialisation utilities
45 A new set of utilities to quickly serialise objects
46
47 Version 1.4.3
48 -------------
49
50 Bugfix: unhtml
51 Also replace non-breakable spaces by normal spaces
52
53 Version 1.4.2
54 -------------
55
56 Bugfix: Deltree
57 Deltree was not OK for files...
58
59 Version 1.4.1
60 -------------
61
62 Progress
63 Better handling of min==max case
64 New methods .done() and .add(int step)
65
66 Version 1.4.0
67 -------------
68
69 R/W Bundles
70 Bundle is now Read/Write
71
72 Bundle Configuration
73 New UI controls to configure the Bundles graphically
74
75 Version 1.3.6
76 -------------
77
78 Fix for Java 1.6 compat
79 Java 1.6 cannot compile it due to variables with ambigous names (which
80 Java 1.8 can identify)
81
82 Version 1.3.5
83 -------------
84
85 Improve ProgressBar UI
86 It now shows all the progression bars of the different steps of
87 progression at the same time
88
89 Version 1.3.4
90 -------------
91
92 Improve TestCase error reporting
93 We know display the full stack trace even for AssertionErrors
94
95 Extends Version
96 ...with new methods: isOlderThan(Version) and isNewerThan(Version)
97
98 Version 1.3.3
99 -------------
100
101 New Version class
102 Which can parse versions from the running program
103
104 Version 1.2.3
105 -------------
106
107 Add openResource and getVersion in IOUtils
108 The file VERSION is supposed to exist
109
110 Give more informartion on AssertErrors
111 The TestCase were not always helpful in case of AssertExceptions; they
112 now print the stacktrace (they only used to do it for non-assert
113 exceptions)
114
115 Fix configure.sh
116 The VERSION file was not added, the Main method was not the correct
117 one (so it was not producing working runnable JAR, yet it stated so)
118
119 Version 1.2.2
120 -------------
121
122 Fix bug in Bundle regarding \t handling
123 ...tests should be written (later)
124
125 Version 1.2.1
126 -------------
127
128 New drawEllipse3D method
129 ...in UIUtils
130
131 Version 1.1.1
132 -------------
133
134 Add UI component for Progress
135 Still a WIP, it only show the current progress bar, still not the
136 children bars (it's planned)
137
138 Version 1.1.0
139 -------------
140
141 Add progress reporting, move to ui package
142 A new progress reporting system (and tests) in the new ui package
143 (some other classes have been moved into ui, too: WrapLayout and
144 UIUtils)
145
146 Version 1.0.0
147 -------------
148
149 Add WrapLayout and UIUtils
150 A FlowLayout that automatically wrap to the next line (from existing
151 code found on internet) and a method to set a fake-native look & feel
152
153 Version 0.9.7
154 -------------
155
156 Improve toImage and allow non-resetable InputStreams
157 ...though they are then automatically saved onto disk then re-opened,
158 then the file is deleted at the end of the process -- bad perfs
159 Worse, it does it even if no EXIF metadata are present (because it
160 cannot know that before reading the Stream, and cannot save a
161 partially, non-resetable Stream to disk)
162
163 Reoarganize some methods from String to IO
164
165 Version 0.9.6
166 -------------
167
168 New test system
169 Now some unit tests have been added, as well as the support classes
170
171 Version 0.9.5
172 -------------
173
174 Resource bundle bug
175 UTF-8 strings were sometimes wrangled
176 It is fixed by using a Bundle#Control, whih sadly is only available in
177 Java 1.6+
178
179 Version 0.9.4
180 -------------
181
182 Compatibility bug
183 Again... because of some useless imports made there for a wrong jDoc
184 comment
185
186 Version 0.9.3
187 -------------
188
189 Compatibility bug
190 The library did not work with JDK versions prior to 1.8 because
191 of a dependency on Base64
192 A new (public domain) class was used instead, which is compatible with
193 Java 1.5 this time
194
195 Version 0.9.2
196 -------------
197
198 Initial version
199 ...on GIT