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