Version 4.3.0: unzip, better list comparison mess.
[nikiroo-utils.git] / changelog.md
CommitLineData
b771aed5
NR
1# nikiroo-utils
2
4110f63b
NR
3## Version 4.3.0
4
5- New: IOUtils.Unzip()
f6d228ae 6- TestCase: better message for lists comparisons
4110f63b 7
e772626b
NR
8## Version 4.2.1
9
10- Fix small bug in Downloader
11
1ca23ef7 12## Version 4.2.0
9695f591 13
1ca23ef7 14- New getLanguage() in TransBundle
9695f591 15
6f0d5ab1
NR
16## Version 4.1.0
17
18- New TempFiles (Image.java now uses it instead of memory)
19- Auto cache cleaning + better errors in ImageUtilsAndroid
20- New String justification options
21
e8aa5bf9
NR
22## Version 4.0.1
23
24- Android compatibility (see configure.sh --android=yes)
25
80500544
NR
26## Version 4.0.0
27
28- Deplace all dependencies on java.awt into its own package (ui)
29
f4053377
NR
30## Version 3.1.6
31
32- Fix Serialiser issue with custom objects and String in a custom object
33- Fix Progress/ProgressBar synchronisation issues
34- Fix Bridge default maxPrintSize parameter
35
d827da2a
NR
36## Version 3.1.5
37
38- Fix Cache with no-parent file
39- Fix Progress (Error <> RuntimeException)
40
0ff71477
NR
41## Version 3.1.4
42
43- Fix error handling for tracers in Server
44
4b7d32e7
NR
45## Version 3.1.3
46
47- Fix ImageUtils.fromStream with non-resetable streams
48
217a3310
NR
49## Version 3.1.2
50
51- Fix Server regarding the client version passed to the handler
52- Improve ServerBridge options
53
452f38c8
NR
54## Version 3.1.1
55
56- Some fixes and trace handling changes in ServerBridge
57- Some fixes in Import/Export (objects serialisation)
58
8537d55a
NR
59## Version 3.1.0
60
61- New ServerBridge (including tests)
62
79ce1a49 63## Version 3.0.0
f157aed8
NR
64
65- jDoc
66- Fix bugs in Server (it was not possible to send objects back to client)
79ce1a49
NR
67- Improve code in Server (including tests), breaks API
68- Remove some deprecated things
f157aed8 69
530d4062
NR
70## Version 2.2.3
71
72- Fix in readSmallStream
73- Change traces handling
74
2ee6c205
NR
75## Version 2.2.2
76
77- New method in Cache: manually delete items
78
5e66d142
NR
79## Version 2.2.1
80
81- Small fixes, especially in Progress
82
16c492f5
NR
83## Version 2.2.0
84
85- New classes:
86 - Downloader: download URL from recalcitrant websites
87 - Cache: manage a local cache
88
3f8349b7
NR
89## Version 2.1.0
90
91- Better IOUtils
92
b771aed5
NR
93## Version 2.0.0
94
95- API change
96 - IOUtils is now split between itself and ImageUtils -- some changes required in dependant projects
97 - Some slight renaming in StringUtils/IOUtils/ImageUtils
98
99- New class ImageText
100 - To create ASCII art
101
102## Version 1.6.3
103
104- Version.java
105 - Fix toString issues + test + update scripts
106
107## Version 1.6.2
108
109- Version.java
110 - Now supports "tag" on the versions (i.e., 0.0.4-niki1 -> tag is "niki", tagVersion is 1)
111
112## Version 1.6.1
113
114- Serialisation utilities
115 - Now supports enums and BufferedImages
116
117## Version 1.6.0
118
119- Serialisation utilities
120 - Server class to send/receive objects via network easily
121 - Serialiser now supports Arrays + fixes
122
123## Version 1.5.1
124
125- Serialisation utilities
126 - SerialUtils is now public and can be used to dynamically create an Object
127 - The Importer is now easier to use
128
129## Version 1.5.0
130
131- Bundles: change in Bundles and meta data
132 - The meta data is more complete now, but it breaks compatibility with both Bundles and @Meta
133 - A description can now be added to a bundle item in the graphical editor as a tooltip
134
135- Serialisation utilities
136 - A new set of utilities to quickly serialise objects
137
138## Version 1.4.3
139
140- Bugfix: unhtml
141 - Also replace non-breakable spaces by normal spaces
142
143## Version 1.4.2
144
145- Bugfix: Deltree
146 - Deltree was not OK for files...
147
148## Version 1.4.1
149
150- Progress
151 - Better handling of min==max case
152 - New methods .done() and .add(int step)
153
154## Version 1.4.0
155
156- R/W Bundles
157 - Bundle is now Read/Write
158
159- Bundle Configuration
160 - New UI controls to configure the Bundles graphically
161
162## Version 1.3.6
163
164- Fix for Java 1.6 compat
165 - Java 1.6 cannot compile it due to variables with ambigous names (which
166 - Java 1.8 can identify)
167
168## Version 1.3.5
169
170- Improve ProgressBar UI
171 - It now shows all the progression bars of the different steps of progression at the same time
172
173## Version 1.3.4
174
175- Improve TestCase error reporting
176 - We know display the full stack trace even for AssertionErrors
177
178- Extends Version
179 - ...with new methods: isOlderThan(Version) and isNewerThan(Version)
180
181## Version 1.3.3
182
183- New Version class
184 - Which can parse versions from the running program
185
186## Version 1.2.3
187
188- Add openResource and getVersion in IOUtils
189 - The file VERSION is supposed to exist
190
191- Give more informartion on AssertErrors
192 - 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)
193
194- Fix configure.sh
195 - 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)
196
197## Version 1.2.2
198
199- Fix bug in Bundle regarding \t handling
200 - ...tests should be written (later)
201
202## Version 1.2.1
203
204- New drawEllipse3D method
205 - ...in UIUtils
206
207## Version 1.1.1
208
209- Add UI component for Progress
210 - Still a WIP, it only show the current progress bar, still not the children bars (it's planned)
211
212## Version 1.1.0
213
214- Add progress reporting, move to ui package
215 - A new progress reporting system (and tests) in the new ui package (some other classes have been moved into ui, too: WrapLayout and UIUtils)
216
217## Version 1.0.0
218
219- Add WrapLayout and UIUtils
220 - 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
221
222## Version 0.9.7
223
224- Improve toImage and allow non-resetable InputStreams
225 - ...though they are then automatically saved onto disk then re-opened, then the file is deleted at the end of the process -- bad perfs
226 - 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)
227
228- Reoarganize some methods from String to IO
229
230## Version 0.9.6
231
232- New test system
233 - Now some unit tests have been added, as well as the support classes
234
235## Version 0.9.5
236
237- Resource bundle bug
238 - UTF-8 strings were sometimes wrangled
239 - It is fixed by using a Bundle#Control, whih sadly is only available in Java 1.6+
240
241## Version 0.9.4
242
243- Compatibility bug
244 - Again... because of some useless imports made there for a wrong jDoc comment
245
246## Version 0.9.3
247
248- Compatibility bug
249 - The library did not work with JDK versions prior to 1.8 because of a dependency on Base64
250 - A new (public domain) class was used instead, which is compatible with Java 1.5 this time
251
252## Version 0.9.2
253
254- Initial version
255 - ...on GIT
256