aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 19:37:33 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 19:37:33 -0400
commit1adf706513f097a545760b17badbbd132ed7d1b4 (patch)
treea9ea809e799641bbab5ae0dfd11b6b93ba36cf2f /Changes
parent0ae4955ccca2d30c90800f9a313298be0fb4266b (diff)
downloadlibvt100-python-1adf706513f097a545760b17badbbd132ed7d1b4.tar.gz
libvt100-python-1adf706513f097a545760b17badbbd132ed7d1b4.zip
changelog and version bumpHEAD0.3.0master
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
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