| 1 | # nikiroo-utils |
| 2 | |
| 3 | ## Version 4.4.1 |
| 4 | |
| 5 | - Image: fix undocumented exception on save images |
| 6 | - TempFiles: crash early on error |
| 7 | |
| 8 | ## Version 4.4.0 |
| 9 | |
| 10 | - Text justification: now supports bullet lists and HR lines |
| 11 | - Text justification: fix a bug with dashes (-) and a crash |
| 12 | - Image to text converion fixes |
| 13 | - Serial: now supports anonymous inner classes |
| 14 | - Test: now allow an Exception argument to the "fail(..)" command |
| 15 | - Downloader: add an optional cache |
| 16 | - Cache: auto-clean when saving |
| 17 | - Bridge: fix a NPE when tracing |
| 18 | - New: justify, img2aa and bridge tools (see package Main) |
| 19 | |
| 20 | |
| 21 | ## Version 4.3.0 |
| 22 | |
| 23 | - New: IOUtils.Unzip() |
| 24 | - TestCase: better message for lists comparisons |
| 25 | |
| 26 | ## Version 4.2.1 |
| 27 | |
| 28 | - Fix small bug in Downloader |
| 29 | |
| 30 | ## Version 4.2.0 |
| 31 | |
| 32 | - New getLanguage() in TransBundle |
| 33 | |
| 34 | ## Version 4.1.0 |
| 35 | |
| 36 | - New TempFiles (Image.java now uses it instead of memory) |
| 37 | - Auto cache cleaning + better errors in ImageUtilsAndroid |
| 38 | - New String justification options |
| 39 | |
| 40 | ## Version 4.0.1 |
| 41 | |
| 42 | - Android compatibility (see configure.sh --android=yes) |
| 43 | |
| 44 | ## Version 4.0.0 |
| 45 | |
| 46 | - Deplace all dependencies on java.awt into its own package (ui) |
| 47 | |
| 48 | ## Version 3.1.6 |
| 49 | |
| 50 | - Fix Serialiser issue with custom objects and String in a custom object |
| 51 | - Fix Progress/ProgressBar synchronisation issues |
| 52 | - Fix Bridge default maxPrintSize parameter |
| 53 | |
| 54 | ## Version 3.1.5 |
| 55 | |
| 56 | - Fix Cache with no-parent file |
| 57 | - Fix Progress (Error <> RuntimeException) |
| 58 | |
| 59 | ## Version 3.1.4 |
| 60 | |
| 61 | - Fix error handling for tracers in Server |
| 62 | |
| 63 | ## Version 3.1.3 |
| 64 | |
| 65 | - Fix ImageUtils.fromStream with non-resetable streams |
| 66 | |
| 67 | ## Version 3.1.2 |
| 68 | |
| 69 | - Fix Server regarding the client version passed to the handler |
| 70 | - Improve ServerBridge options |
| 71 | |
| 72 | ## Version 3.1.1 |
| 73 | |
| 74 | - Some fixes and trace handling changes in ServerBridge |
| 75 | - Some fixes in Import/Export (objects serialisation) |
| 76 | |
| 77 | ## Version 3.1.0 |
| 78 | |
| 79 | - New ServerBridge (including tests) |
| 80 | |
| 81 | ## Version 3.0.0 |
| 82 | |
| 83 | - jDoc |
| 84 | - Fix bugs in Server (it was not possible to send objects back to client) |
| 85 | - Improve code in Server (including tests), breaks API |
| 86 | - Remove some deprecated things |
| 87 | |
| 88 | ## Version 2.2.3 |
| 89 | |
| 90 | - Fix in readSmallStream |
| 91 | - Change traces handling |
| 92 | |
| 93 | ## Version 2.2.2 |
| 94 | |
| 95 | - New method in Cache: manually delete items |
| 96 | |
| 97 | ## Version 2.2.1 |
| 98 | |
| 99 | - Small fixes, especially in Progress |
| 100 | |
| 101 | ## Version 2.2.0 |
| 102 | |
| 103 | - New classes: |
| 104 | - Downloader: download URL from recalcitrant websites |
| 105 | - Cache: manage a local cache |
| 106 | |
| 107 | ## Version 2.1.0 |
| 108 | |
| 109 | - Better IOUtils |
| 110 | |
| 111 | ## Version 2.0.0 |
| 112 | |
| 113 | - API change |
| 114 | - IOUtils is now split between itself and ImageUtils -- some changes required in dependant projects |
| 115 | - Some slight renaming in StringUtils/IOUtils/ImageUtils |
| 116 | |
| 117 | - New class ImageText |
| 118 | - To create ASCII art |
| 119 | |
| 120 | ## Version 1.6.3 |
| 121 | |
| 122 | - Version.java |
| 123 | - Fix toString issues + test + update scripts |
| 124 | |
| 125 | ## Version 1.6.2 |
| 126 | |
| 127 | - Version.java |
| 128 | - Now supports "tag" on the versions (i.e., 0.0.4-niki1 -> tag is "niki", tagVersion is 1) |
| 129 | |
| 130 | ## Version 1.6.1 |
| 131 | |
| 132 | - Serialisation utilities |
| 133 | - Now supports enums and BufferedImages |
| 134 | |
| 135 | ## Version 1.6.0 |
| 136 | |
| 137 | - Serialisation utilities |
| 138 | - Server class to send/receive objects via network easily |
| 139 | - Serialiser now supports Arrays + fixes |
| 140 | |
| 141 | ## Version 1.5.1 |
| 142 | |
| 143 | - Serialisation utilities |
| 144 | - SerialUtils is now public and can be used to dynamically create an Object |
| 145 | - The Importer is now easier to use |
| 146 | |
| 147 | ## Version 1.5.0 |
| 148 | |
| 149 | - Bundles: change in Bundles and meta data |
| 150 | - The meta data is more complete now, but it breaks compatibility with both Bundles and @Meta |
| 151 | - A description can now be added to a bundle item in the graphical editor as a tooltip |
| 152 | |
| 153 | - Serialisation utilities |
| 154 | - A new set of utilities to quickly serialise objects |
| 155 | |
| 156 | ## Version 1.4.3 |
| 157 | |
| 158 | - Bugfix: unhtml |
| 159 | - Also replace non-breakable spaces by normal spaces |
| 160 | |
| 161 | ## Version 1.4.2 |
| 162 | |
| 163 | - Bugfix: Deltree |
| 164 | - Deltree was not OK for files... |
| 165 | |
| 166 | ## Version 1.4.1 |
| 167 | |
| 168 | - Progress |
| 169 | - Better handling of min==max case |
| 170 | - New methods .done() and .add(int step) |
| 171 | |
| 172 | ## Version 1.4.0 |
| 173 | |
| 174 | - R/W Bundles |
| 175 | - Bundle is now Read/Write |
| 176 | |
| 177 | - Bundle Configuration |
| 178 | - New UI controls to configure the Bundles graphically |
| 179 | |
| 180 | ## Version 1.3.6 |
| 181 | |
| 182 | - Fix for Java 1.6 compat |
| 183 | - Java 1.6 cannot compile it due to variables with ambigous names (which |
| 184 | - Java 1.8 can identify) |
| 185 | |
| 186 | ## Version 1.3.5 |
| 187 | |
| 188 | - Improve ProgressBar UI |
| 189 | - It now shows all the progression bars of the different steps of progression at the same time |
| 190 | |
| 191 | ## Version 1.3.4 |
| 192 | |
| 193 | - Improve TestCase error reporting |
| 194 | - We know display the full stack trace even for AssertionErrors |
| 195 | |
| 196 | - Extends Version |
| 197 | - ...with new methods: isOlderThan(Version) and isNewerThan(Version) |
| 198 | |
| 199 | ## Version 1.3.3 |
| 200 | |
| 201 | - New Version class |
| 202 | - Which can parse versions from the running program |
| 203 | |
| 204 | ## Version 1.2.3 |
| 205 | |
| 206 | - Add openResource and getVersion in IOUtils |
| 207 | - The file VERSION is supposed to exist |
| 208 | |
| 209 | - Give more informartion on AssertErrors |
| 210 | - 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) |
| 211 | |
| 212 | - Fix configure.sh |
| 213 | - 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) |
| 214 | |
| 215 | ## Version 1.2.2 |
| 216 | |
| 217 | - Fix bug in Bundle regarding \t handling |
| 218 | - ...tests should be written (later) |
| 219 | |
| 220 | ## Version 1.2.1 |
| 221 | |
| 222 | - New drawEllipse3D method |
| 223 | - ...in UIUtils |
| 224 | |
| 225 | ## Version 1.1.1 |
| 226 | |
| 227 | - Add UI component for Progress |
| 228 | - Still a WIP, it only show the current progress bar, still not the children bars (it's planned) |
| 229 | |
| 230 | ## Version 1.1.0 |
| 231 | |
| 232 | - Add progress reporting, move to ui package |
| 233 | - A new progress reporting system (and tests) in the new ui package (some other classes have been moved into ui, too: WrapLayout and UIUtils) |
| 234 | |
| 235 | ## Version 1.0.0 |
| 236 | |
| 237 | - Add WrapLayout and UIUtils |
| 238 | - 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 |
| 239 | |
| 240 | ## Version 0.9.7 |
| 241 | |
| 242 | - Improve toImage and allow non-resetable InputStreams |
| 243 | - ...though they are then automatically saved onto disk then re-opened, then the file is deleted at the end of the process -- bad perfs |
| 244 | - 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) |
| 245 | |
| 246 | - Reoarganize some methods from String to IO |
| 247 | |
| 248 | ## Version 0.9.6 |
| 249 | |
| 250 | - New test system |
| 251 | - Now some unit tests have been added, as well as the support classes |
| 252 | |
| 253 | ## Version 0.9.5 |
| 254 | |
| 255 | - Resource bundle bug |
| 256 | - UTF-8 strings were sometimes wrangled |
| 257 | - It is fixed by using a Bundle#Control, whih sadly is only available in Java 1.6+ |
| 258 | |
| 259 | ## Version 0.9.4 |
| 260 | |
| 261 | - Compatibility bug |
| 262 | - Again... because of some useless imports made there for a wrong jDoc comment |
| 263 | |
| 264 | ## Version 0.9.3 |
| 265 | |
| 266 | - Compatibility bug |
| 267 | - The library did not work with JDK versions prior to 1.8 because of a dependency on Base64 |
| 268 | - A new (public domain) class was used instead, which is compatible with Java 1.5 this time |
| 269 | |
| 270 | ## Version 0.9.2 |
| 271 | |
| 272 | - Initial version |
| 273 | - ...on GIT |
| 274 | |