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",