mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
Release 0.4.5
This commit is contained in:
parent
5ba9f27c5d
commit
5071314cfe
2 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
|
|
||||||
|
0.4.5 / 2016-07-14
|
||||||
|
==================
|
||||||
|
|
||||||
|
* performance improvements for url matching [@rauchg]
|
||||||
|
* improve repaint performance for writes to the term [@rauchg]
|
||||||
|
* fix issue with perf degradation related to title polling [@rauchg]
|
||||||
|
* fix resizing when only one axis changed [@rauchg]
|
||||||
|
|
||||||
0.4.4 / 2016-07-14
|
0.4.4 / 2016-07-14
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hyperterm",
|
"name": "hyperterm",
|
||||||
"productName": "HyperTerm",
|
"productName": "HyperTerm",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"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