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