mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Release 0.5.0
This commit is contained in:
parent
c2658ff1a0
commit
8ca862f1b8
2 changed files with 13 additions and 1 deletions
12
HISTORY.md
12
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
|
0.4.5 / 2016-07-14
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hyperterm",
|
"name": "hyperterm",
|
||||||
"productName": "HyperTerm",
|
"productName": "HyperTerm",
|
||||||
"version": "0.4.5",
|
"version": "0.5.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "zeit/hyperterm",
|
"repository": "zeit/hyperterm",
|
||||||
"description": "HTML/JS/CSS Terminal",
|
"description": "HTML/JS/CSS Terminal",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue