mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Release 0.4.0
This commit is contained in:
parent
06be0e2fb1
commit
ebd0bbe8ee
2 changed files with 16 additions and 1 deletions
15
HISTORY.md
15
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
|
0.3.1 / 2016-07-04
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hyperterm",
|
"name": "hyperterm",
|
||||||
"productName": "HyperTerm",
|
"productName": "HyperTerm",
|
||||||
"version": "0.3.1",
|
"version": "0.4.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