From 8ca862f1b8be14419149b06bff15602e97dd704a Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 16 Jul 2016 12:16:55 -0700 Subject: [PATCH] Release 0.5.0 --- HISTORY.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c1933a2f..86a56b39 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,16 @@ +0.5.0 / 2016-07-16 +================== + + * plugins: improve error handling and introduce `getDecoratedConfig` [@rauchg] + * index: notify renderer of plugins changes to reload config [@rauchg] + * index: allow plugin authors to change electron window settings [@rauchg] + * index: expose `config` and `plugins` to plugin authors in electron process [@rauchg] + * app: preserve class names with uglification [@rauchg] + * config: reload config upon `plugins change` due to decorati [@rauchg] + * app: expose `plugins` and `config` to window [@rauchg] + * allow plugin authors to override styles by ditching !important [@rauchg] + 0.4.5 / 2016-07-14 ================== diff --git a/package.json b/package.json index 9a638f9f..f80f19e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperterm", "productName": "HyperTerm", - "version": "0.4.5", + "version": "0.5.0", "license": "MIT", "repository": "zeit/hyperterm", "description": "HTML/JS/CSS Terminal",