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