aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 19:17:47 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 19:18:06 -0400
commit495326b8e3f8ebbaddcda322b1250b7ffdd0bcaa (patch)
treeae824e369f8453031c752f41fd9eee9ea61a8250
parentd4cbd37077dc2308c14998ca686c3d786ab93604 (diff)
downloadvt100-rust-0.1.2.tar.gz
vt100-rust-0.1.2.zip
changelog and version bumpv0.1.2
-rw-r--r--CHANGELOG7
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 18404e1..a83a1ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+v0.1.2 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
+
v0.1.1 2016-04-28
* Fix builds
diff --git a/Cargo.toml b/Cargo.toml
index b3179f7..6e39720 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
description = "Library for parsing terminal data"