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