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