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