mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Release 0.2.0
This commit is contained in:
parent
e2215a3413
commit
bf164eabca
2 changed files with 15 additions and 1 deletions
14
HISTORY.md
14
HISTORY.md
|
|
@ -1,4 +1,18 @@
|
||||||
|
|
||||||
|
0.2.0 / 2016-07-03
|
||||||
|
==================
|
||||||
|
|
||||||
|
* Implement hterm (#28) [@rauchg]
|
||||||
|
* Fix "Download" link being clickable when hidden (#7) [@rauchg]
|
||||||
|
* Jump to begining of end at edges of tabs when moving sideways (#22) [@rauchg]
|
||||||
|
* Make clear where to run `npm start` (#19) [@montogeek]
|
||||||
|
* Add fullscreen menu item (#1) [@rauchg, @montogeek]
|
||||||
|
* Improve README and scripts (#15) [@leo]
|
||||||
|
* Add support for cmd+shift+[|] [@rauchg]
|
||||||
|
* Add dev build instructions to README (#3) [@rauchg]
|
||||||
|
* Make `ctrl+c` close <webview> instead of `cmd+w` (#2) [@rauchg]
|
||||||
|
* Improve `zip` builds to not include nested directory [@rauchg]
|
||||||
|
|
||||||
0.1.0 / 2016-07-01
|
0.1.0 / 2016-07-01
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hyperterm",
|
"name": "hyperterm",
|
||||||
"productName": "HyperTerm",
|
"productName": "HyperTerm",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "HTML/JS/CSS Terminal",
|
"description": "HTML/JS/CSS Terminal",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"child_pty": "3.0.1",
|
"child_pty": "3.0.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue