Skip to content

Commit

Permalink
Remove references to old fusesource web site
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 2, 2020
1 parent a00711c commit f43e32b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions changelog.md
Expand Up @@ -288,7 +288,7 @@
* Released to Maven Central.

## [Jansi 1.2][1_2], released 2010-02-09
[1_2]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.2
[1_2]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.2

* Improved Java Docs.
* Better windows ANSI handling of: erase screen and line and move to col.
Expand All @@ -297,18 +297,18 @@
* Reset the attributes when the ANSI output stream is closed on unix.

## [Jansi 1.1][1_1], released 2009-11-23
[1_1]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.1
[1_1]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.1

* AnsiRender can now be used in a static way and made easier to use with the ANSI builder.
* Merged [Jason Dillon's Fork](http://github.com/jdillon/jansi/tree/bb86e0e79bec850167ddfd8c4a86fb9ffef704e5):
* Pluggable ANSI support detection.
* ANSI builder can be configured to not generate ANSI escapes.
* AnsiRender provides an easier way to generate escape sequences.
* [JANSI-5](http://fusesource.com/issues/browse/JANSI-5): Attribute Reset escape should respect original console colors.
* [JANSI-4](http://fusesource.com/issues/browse/JANSI-4): Restore command console after closing wrapped OutputStream on Windows.
* [JANSI-1](http://fusesource.com/issues/browse/JANSI-1): Added extensions for colors and other attributes to Ansi builder.
* [JANSI-5]: Attribute Reset escape should respect original console colors.
* [JANSI-4]: Restore command console after closing wrapped OutputStream on Windows.
* [JANSI-1]: Added extensions for colors and other attributes to Ansi builder.

## [Jansi 1.0][1_0], released 2009-08-25
[1_0]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.0
[1_0]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.0

* Initial Release.

0 comments on commit f43e32b

Please sign in to comment.