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