From 1adf706513f097a545760b17badbbd132ed7d1b4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 19:37:33 -0400 Subject: changelog and version bump --- Changes | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9a66136..845f53e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for vt100 +0.3.0 2016-06-04 + - Fix returning uninit memory in get_string_formatted/get_string_plaintext + - Handle emoji and zero width unicode characters properly + - Fix cursor positioning with regards to scroll regions and wrapping + - Fix parsing of (ignored) character set escapes + - Explicitly suppress status report escapes + 0.2.0 2014-10-22 - Give some methods a better name (not backwards compatible!) - Expose a lot more methods on the vt object (to cover the various modes diff --git a/setup.py b/setup.py index 9b71360..e07465b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.2.0", + version="0.3.0", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3-54-g00ecf