Skip to content

Commit

Permalink
v0.104
Browse files Browse the repository at this point in the history
  - Add colors for 256 palette.
    Bump prereq on Parse::ANSIColor::Tiny to get them.
  • Loading branch information
rwstauner committed Apr 25, 2016
1 parent 909cd91 commit 85039fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for HTML-FromANSI-Tiny

{{$NEXT}}

0.104 2016-04-25T05:37:30Z

- Add colors for 256 palette.
Bump prereq on Parse::ANSIColor::Tiny to get them.

Expand Down
14 changes: 9 additions & 5 deletions README.mkdn
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[![Build Status](https://travis-ci.org/rwstauner/HTML-FromANSI-Tiny.svg?branch=master)](https://travis-ci.org/rwstauner/HTML-FromANSI-Tiny)
[![Coverage Status](https://coveralls.io/repos/rwstauner/HTML-FromANSI-Tiny/badge.svg?branch=master)](https://coveralls.io/r/rwstauner/HTML-FromANSI-Tiny?branch=master)
[![Kwalitee status](http://cpants.cpanauthors.org/dist/HTML-FromANSI-Tiny.png)](http://cpants.charsbar.org/dist/overview/HTML-FromANSI-Tiny)

# NAME

HTML::FromANSI::Tiny - Easily convert colored command line output to HTML

# VERSION

version 0.103
version 0.104

# SYNOPSIS

Expand Down Expand Up @@ -95,7 +99,7 @@ terminal colors but also fairly legible on black or white.

Overwrite style to taste.

__Note__: There is no default style for `reverse`
**Note**: There is no default style for `reverse`
as CSS does not provide a simple mechanism for this.
I suggest you use `auto_reverse`
and set `background` and `foreground` to appropriate colors
Expand Down Expand Up @@ -225,7 +229,7 @@ in addition to those websites please use your favorite search engine to discover
## Bugs / Feature Requests

Please report any bugs or feature requests by email to `bug-html-fromansi-tiny at rt.cpan.org`, or through
the web interface at [http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-FromANSI-Tiny](http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-FromANSI-Tiny). You will be automatically notified of any
the web interface at [https://rt.cpan.org/Public/Bug/Report.html?Queue=HTML-FromANSI-Tiny](https://rt.cpan.org/Public/Bug/Report.html?Queue=HTML-FromANSI-Tiny). You will be automatically notified of any
progress on the request by the system.

## Source Code
Expand All @@ -236,11 +240,11 @@ progress on the request by the system.

# AUTHOR

Randy Stauner <rwstauner@cpan.org>
Randy Stauner &lt;rwstauner@cpan.org>

# CONTRIBUTOR

Stephen Thirlwall <sdt@cpan.org>
Stephen Thirlwall &lt;sdt@cpan.org>

# COPYRIGHT AND LICENSE

Expand Down

0 comments on commit 85039fa

Please sign in to comment.