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