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