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