diff --git a/HISTORY.md b/HISTORY.md index 76f149b1..4716a6eb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,19 @@ +0.4.0 / 2016-07-13 +================== + + * implement extensible redux actions system [@rauchg] + * add support for config (~/.hyperterm.js) [@rauchg, @nfcampos] + * add support for plugins (~/.hyperterm_modules) [@rauchg] + * improve menubar look [@leo, @rauchg] + * beautiful default colors [@hharnisc, @dzannotti] + * add close icon for tabs [@johanbrook] + * add support for font size shortcuts [@jhaynie, @nfcampos] + * add support for maximizing upon double click [@jhaynie] + * add fallback fonts for linux and windows [@olliv] + * improve menu items [@rauchg, @sindresorhus] + * add proper auto updates system [@matiastucci, @rauchg] + 0.3.1 / 2016-07-04 ================== diff --git a/package.json b/package.json index da9f57f3..6c5a6eda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperterm", "productName": "HyperTerm", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "repository": "zeit/hyperterm", "description": "HTML/JS/CSS Terminal",