-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support high intensity ANSI colors #16 with jansi-1.12 #72
Support high intensity ANSI colors #16 with jansi-1.12 #72
Conversation
pom.xml changes: - increased dependency of jansi to 1.12 - fixed the pom error with animal-sniffer plugin AnsiHtmlOutputStream changes: - added method processSetForegroundColor with additional parameter boolean bright to handle the 90 to 97 colors.
0f62e6c
to
afeab45
Compare
There're a lot of spaces -> tabs changes here, can you please fix that? Otherwise we have huge diffs and can't figure out what's going on. |
@@ -2,6 +2,7 @@ Next Release | |||
============ | |||
|
|||
* Your contribution here. | |||
* [#72](https://github.com/dblock/jenkins-ansicolor-plugin/pull/72): Support high intensity ansi colors - [@marlene01](https://github.com/marlene01). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ansi => ANSI
This needs tests, please, at least around |
…eamTest.java CHANGELOG.md ansi -> ANSI Removed tabs from AnsiHtmlOutputStreamTest.java
I fixed the issues in a new branch called 16_high_intensity_ansi_colors_one_commit which can be found here: |
Merged, thank you! We should do a release soon. |
Great! :-) |
Definitely @marlene01, at the very least Jenkins future versions should upgrade Jansi. |
This was finally released in 0.4.3. Thanks for your patience. |
pom.xml changes: - increased dependency of jansi to 1.12
- fixed the pom error with animal-sniffer plugin
AnsiHtmlOutputStream changes: