Release 0.7.1

This commit is contained in:
Guillermo Rauch 2016-07-26 11:35:30 -07:00
parent 6671e65434
commit 55c012106b
2 changed files with 10 additions and 1 deletions

View file

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

View file

@ -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": {