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