Release 0.5.0

This commit is contained in:
Guillermo Rauch 2016-07-16 12:16:55 -07:00
parent c2658ff1a0
commit 8ca862f1b8
2 changed files with 13 additions and 1 deletions

View file

@ -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
==================

View file

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