|
288 | 288 | * Released to Maven Central.
|
289 | 289 |
|
290 | 290 | ## [Jansi 1.2][1_2], released 2010-02-09
|
291 |
| -[1_2]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.2 |
| 291 | +[1_2]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.2 |
292 | 292 |
|
293 | 293 | * Improved Java Docs.
|
294 | 294 | * Better windows ANSI handling of: erase screen and line and move to col.
|
|
297 | 297 | * Reset the attributes when the ANSI output stream is closed on unix.
|
298 | 298 |
|
299 | 299 | ## [Jansi 1.1][1_1], released 2009-11-23
|
300 |
| -[1_1]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.1 |
| 300 | +[1_1]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.1 |
301 | 301 |
|
302 | 302 | * AnsiRender can now be used in a static way and made easier to use with the ANSI builder.
|
303 | 303 | * Merged [Jason Dillon's Fork](http://github.com/jdillon/jansi/tree/bb86e0e79bec850167ddfd8c4a86fb9ffef704e5):
|
304 | 304 | * Pluggable ANSI support detection.
|
305 | 305 | * ANSI builder can be configured to not generate ANSI escapes.
|
306 | 306 | * AnsiRender provides an easier way to generate escape sequences.
|
307 |
| -* [JANSI-5](http://fusesource.com/issues/browse/JANSI-5): Attribute Reset escape should respect original console colors. |
308 |
| -* [JANSI-4](http://fusesource.com/issues/browse/JANSI-4): Restore command console after closing wrapped OutputStream on Windows. |
309 |
| -* [JANSI-1](http://fusesource.com/issues/browse/JANSI-1): Added extensions for colors and other attributes to Ansi builder. |
| 307 | +* [JANSI-5]: Attribute Reset escape should respect original console colors. |
| 308 | +* [JANSI-4]: Restore command console after closing wrapped OutputStream on Windows. |
| 309 | +* [JANSI-1]: Added extensions for colors and other attributes to Ansi builder. |
310 | 310 |
|
311 | 311 | ## [Jansi 1.0][1_0], released 2009-08-25
|
312 |
| -[1_0]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.0 |
| 312 | +[1_0]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.0 |
313 | 313 |
|
314 | 314 | * Initial Release.
|
0 commit comments