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