new: proxy
[nikiroo-utils.git] / changelog.md
CommitLineData
b771aed5
NR
1# nikiroo-utils
2
875fbf21
N
3## Version WIP
4
5- new: Proxy selector
6
96d4aebe
NR
7## Version 4.5.1
8
9- Progress: fix deadlock in rare cases
10
a359464f
NR
11## Version 4.5.0
12
13- Base64: allow access to streams
14- Deprecated: do not use our on deprecated functions
15- Serial: fix ZIP/noZIP error
16
bb60bd13
NR
17## Version 4.4.5
18
19- Base64: allow access to not-zipped Base64 utilities
20- Justify text: better handling of full text lines
21- jDoc: improve
22- IOUtils: new convenience method for reading a File into bytes
23
903453a2
NR
24## Version 4.4.4
25
26- Java 1.6: fix bad dependency so it can compiles on 1.6 again
27- TempFilesTest: fix test
28- Serial: fix for some constructors
29- Serial: better default choice for ZIP/noZIP content
30
3232fdd1
NR
31## Version 4.4.3
32
33- Test assertions: fix files/dir content comparison code
34
d62784c7
NR
35## Version 4.4.2
36
37- Test assertions: can now compare files/dir content
38
8d56ee50
NR
39## Version 4.4.1
40
41- Image: fix undocumented exception on save images
42- TempFiles: crash early on error
43
c022aaa5 44## Version 4.4.0
ce060f5a 45
c022aaa5
NR
46- Text justification: now supports bullet lists and HR lines
47- Text justification: fix a bug with dashes (-) and a crash
ce060f5a 48- Image to text converion fixes
c022aaa5
NR
49- Serial: now supports anonymous inner classes
50- Test: now allow an Exception argument to the "fail(..)" command
51- Downloader: add an optional cache
52- Cache: auto-clean when saving
53- Bridge: fix a NPE when tracing
54- New: justify, img2aa and bridge tools (see package Main)
55
ce060f5a 56
4110f63b
NR
57## Version 4.3.0
58
59- New: IOUtils.Unzip()
f6d228ae 60- TestCase: better message for lists comparisons
4110f63b 61
e772626b
NR
62## Version 4.2.1
63
64- Fix small bug in Downloader
65
1ca23ef7 66## Version 4.2.0
9695f591 67
1ca23ef7 68- New getLanguage() in TransBundle
9695f591 69
6f0d5ab1
NR
70## Version 4.1.0
71
72- New TempFiles (Image.java now uses it instead of memory)
73- Auto cache cleaning + better errors in ImageUtilsAndroid
74- New String justification options
75
e8aa5bf9
NR
76## Version 4.0.1
77
78- Android compatibility (see configure.sh --android=yes)
79
80500544
NR
80## Version 4.0.0
81
82- Deplace all dependencies on java.awt into its own package (ui)
83
f4053377
NR
84## Version 3.1.6
85
86- Fix Serialiser issue with custom objects and String in a custom object
87- Fix Progress/ProgressBar synchronisation issues
88- Fix Bridge default maxPrintSize parameter
89
d827da2a
NR
90## Version 3.1.5
91
92- Fix Cache with no-parent file
93- Fix Progress (Error <> RuntimeException)
94
0ff71477
NR
95## Version 3.1.4
96
97- Fix error handling for tracers in Server
98
4b7d32e7
NR
99## Version 3.1.3
100
101- Fix ImageUtils.fromStream with non-resetable streams
102
217a3310
NR
103## Version 3.1.2
104
105- Fix Server regarding the client version passed to the handler
106- Improve ServerBridge options
107
452f38c8
NR
108## Version 3.1.1
109
110- Some fixes and trace handling changes in ServerBridge
111- Some fixes in Import/Export (objects serialisation)
112
8537d55a
NR
113## Version 3.1.0
114
115- New ServerBridge (including tests)
116
79ce1a49 117## Version 3.0.0
f157aed8
NR
118
119- jDoc
120- Fix bugs in Server (it was not possible to send objects back to client)
79ce1a49
NR
121- Improve code in Server (including tests), breaks API
122- Remove some deprecated things
f157aed8 123
530d4062
NR
124## Version 2.2.3
125
126- Fix in readSmallStream
127- Change traces handling
128
2ee6c205
NR
129## Version 2.2.2
130
131- New method in Cache: manually delete items
132
5e66d142
NR
133## Version 2.2.1
134
135- Small fixes, especially in Progress
136
16c492f5
NR
137## Version 2.2.0
138
139- New classes:
140 - Downloader: download URL from recalcitrant websites
141 - Cache: manage a local cache
142
3f8349b7
NR
143## Version 2.1.0
144
145- Better IOUtils
146
b771aed5
NR
147## Version 2.0.0
148
149- API change
150 - IOUtils is now split between itself and ImageUtils -- some changes required in dependant projects
151 - Some slight renaming in StringUtils/IOUtils/ImageUtils
152
153- New class ImageText
154 - To create ASCII art
155
156## Version 1.6.3
157
158- Version.java
159 - Fix toString issues + test + update scripts
160
161## Version 1.6.2
162
163- Version.java
164 - Now supports "tag" on the versions (i.e., 0.0.4-niki1 -> tag is "niki", tagVersion is 1)
165
166## Version 1.6.1
167
168- Serialisation utilities
169 - Now supports enums and BufferedImages
170
171## Version 1.6.0
172
173- Serialisation utilities
174 - Server class to send/receive objects via network easily
175 - Serialiser now supports Arrays + fixes
176
177## Version 1.5.1
178
179- Serialisation utilities
180 - SerialUtils is now public and can be used to dynamically create an Object
181 - The Importer is now easier to use
182
183## Version 1.5.0
184
185- Bundles: change in Bundles and meta data
186 - The meta data is more complete now, but it breaks compatibility with both Bundles and @Meta
187 - A description can now be added to a bundle item in the graphical editor as a tooltip
188
189- Serialisation utilities
190 - A new set of utilities to quickly serialise objects
191
192## Version 1.4.3
193
194- Bugfix: unhtml
195 - Also replace non-breakable spaces by normal spaces
196
197## Version 1.4.2
198
199- Bugfix: Deltree
200 - Deltree was not OK for files...
201
202## Version 1.4.1
203
204- Progress
205 - Better handling of min==max case
206 - New methods .done() and .add(int step)
207
208## Version 1.4.0
209
210- R/W Bundles
211 - Bundle is now Read/Write
212
213- Bundle Configuration
214 - New UI controls to configure the Bundles graphically
215
216## Version 1.3.6
217
218- Fix for Java 1.6 compat
219 - Java 1.6 cannot compile it due to variables with ambigous names (which
220 - Java 1.8 can identify)
221
222## Version 1.3.5
223
224- Improve ProgressBar UI
225 - It now shows all the progression bars of the different steps of progression at the same time
226
227## Version 1.3.4
228
229- Improve TestCase error reporting
230 - We know display the full stack trace even for AssertionErrors
231
232- Extends Version
233 - ...with new methods: isOlderThan(Version) and isNewerThan(Version)
234
235## Version 1.3.3
236
237- New Version class
238 - Which can parse versions from the running program
239
240## Version 1.2.3
241
242- Add openResource and getVersion in IOUtils
243 - The file VERSION is supposed to exist
244
245- Give more informartion on AssertErrors
246 - The TestCase were not always helpful in case of AssertExceptions; they now print the stacktrace (they only used to do it for non-assert exceptions)
247
248- Fix configure.sh
249 - The VERSION file was not added, the Main method was not the correct one (so it was not producing working runnable JAR, yet it stated so)
250
251## Version 1.2.2
252
253- Fix bug in Bundle regarding \t handling
254 - ...tests should be written (later)
255
256## Version 1.2.1
257
258- New drawEllipse3D method
259 - ...in UIUtils
260
261## Version 1.1.1
262
263- Add UI component for Progress
264 - Still a WIP, it only show the current progress bar, still not the children bars (it's planned)
265
266## Version 1.1.0
267
268- Add progress reporting, move to ui package
269 - A new progress reporting system (and tests) in the new ui package (some other classes have been moved into ui, too: WrapLayout and UIUtils)
270
271## Version 1.0.0
272
273- Add WrapLayout and UIUtils
274 - A FlowLayout that automatically wrap to the next line (from existing code found on internet) and a method to set a fake-native look & feel
275
276## Version 0.9.7
277
278- Improve toImage and allow non-resetable InputStreams
279 - ...though they are then automatically saved onto disk then re-opened, then the file is deleted at the end of the process -- bad perfs
280 - Worse, it does it even if no EXIF metadata are present (because it cannot know that before reading the Stream, and cannot save a partially, non-resetable Stream to disk)
281
282- Reoarganize some methods from String to IO
283
284## Version 0.9.6
285
286- New test system
287 - Now some unit tests have been added, as well as the support classes
288
289## Version 0.9.5
290
291- Resource bundle bug
292 - UTF-8 strings were sometimes wrangled
293 - It is fixed by using a Bundle#Control, whih sadly is only available in Java 1.6+
294
295## Version 0.9.4
296
297- Compatibility bug
298 - Again... because of some useless imports made there for a wrong jDoc comment
299
300## Version 0.9.3
301
302- Compatibility bug
303 - The library did not work with JDK versions prior to 1.8 because of a dependency on Base64
304 - A new (public domain) class was used instead, which is compatible with Java 1.5 this time
305
306## Version 0.9.2
307
308- Initial version
309 - ...on GIT
310