From 4b41e71ff536a8af22782681889136f22e9a46a6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 17 Oct 2014 11:08:12 -0400 Subject: [PATCH] 1.0.7 --- CHANGELOG.rst | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0063a09..4436c7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,23 @@ Changelog ========= +1.0.7 +----- + +- Implemented LaTeX support. Only colors are supported but it does already what I need. `caa8c6fe5 `_ +- Updated README.rst. `4979c1409 `_ +- Added first test for LaTeX output. `4b80d41e0 `_ +- Added title and linkify for LaTeX. `3a869bce1 `_ +- Trying to fix https://travis-ci.org/ralphbean/ansi2html/jobs/25808505. `a0a06b41c `_ +- Fixed unicode escape problem. Fixes https://travis-ci.org/ralphbean/ansi2html/builds/26243970. `095eca5a5 `_ +- Sure % has a special meaning … `2324a3dcf `_ +- Merge pull request #48 from ypid/ansi2latex `91e174cfd `_ +- set pre's id to "content" `6f14bc202 `_ +- the css `418bef2f0 `_ +- Merge pull request #50 from szepeviktor/patch-2 `97977e53b `_ +- Merge pull request #52 from szepeviktor/patch-3 `620fc1032 `_ +- Use the data_files that we build above. `654bc30b4 `_ + 1.0.6 ----- diff --git a/setup.py b/setup.py index 2de7077..8c081b7 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ ['man/ansi2html.1'], )) -version = '1.0.6' +version = '1.0.7' if '--version' in sys.argv: print(version)