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