From 5071314cfeaa456896f53b61f89e7055f94fd793 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 14 Jul 2016 16:41:43 -0700 Subject: [PATCH] Release 0.4.5 --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 415cc3fe..c1933a2f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,12 @@ +0.4.5 / 2016-07-14 +================== + + * performance improvements for url matching [@rauchg] + * improve repaint performance for writes to the term [@rauchg] + * fix issue with perf degradation related to title polling [@rauchg] + * fix resizing when only one axis changed [@rauchg] + 0.4.4 / 2016-07-14 ================== diff --git a/package.json b/package.json index e1efae74..9a638f9f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperterm", "productName": "HyperTerm", - "version": "0.4.4", + "version": "0.4.5", "license": "MIT", "repository": "zeit/hyperterm", "description": "HTML/JS/CSS Terminal",