Skip to content

Commit

Permalink
Add changelog for 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 2, 2017
1 parent 708591c commit ae16025
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ![Jansi](http://fusesource.github.io/jansi/images/project-logo.png)

## [Jansi 1.16][1_16], released 2017-05-xx
[1_16]: http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/jansi/jansi/1.16

* Upgraded to the latest jansi native release (1.7).
* ANSI output stripping does not work if TERM is xterm, fixes [#83](https://github.com/fusesource/jansi/pull/83)
* Provide FreeBSD native support by default, fixes [#56](https://github.com/fusesource/jansi/pull/56)
* Make AnsiOutputStream#write synchronized to avoid possible problems
* Harcode the reset code to avoid having the AnsiOutputStream depending on Ansi, fix typo
* Avoid the charset lookup
* Correct support for the bright colors on windows
* Add a few methods to be able to render code names more easily, fixes [#14](https://github.com/fusesource/jansi/pull/14)
* Fix encoding problem on AnsiConsole.out on windows, fixes [#79](https://github.com/fusesource/jansi/pull/79)

## [Jansi 1.15][1_15], released 2017-03-17
[1_15]: http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/jansi/jansi/1.15

Expand Down

0 comments on commit ae16025

Please sign in to comment.