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