mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Release 0.7.1
This commit is contained in:
parent
6671e65434
commit
55c012106b
2 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,13 @@
|
||||||
|
|
||||||
|
0.7.1 / 2016-07-26
|
||||||
|
==================
|
||||||
|
|
||||||
|
* notifications: fix `(notes)` link [@rauchg]
|
||||||
|
* session: suffix `UTF-8` to locale [@rauchg]
|
||||||
|
* revert `--ignore-scripts` [@rauchg]
|
||||||
|
* rpc server now extends `EventEmitter` (#406) [@jaywunder]
|
||||||
|
* add a slight timeout to update the fontSmoothing pref (#407) [@mike-engel]
|
||||||
|
|
||||||
0.7.0 / 2016-07-25
|
0.7.0 / 2016-07-25
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hyperterm",
|
"name": "hyperterm",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"description": "Web app that runs in the renderer process",
|
"description": "Web app that runs in the renderer process",
|
||||||
"repository": "zeit/hyperterm",
|
"repository": "zeit/hyperterm",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue