mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Release 0.3.0
This commit is contained in:
parent
814677f3b0
commit
dd3da80d6c
2 changed files with 13 additions and 1 deletions
12
HISTORY.md
12
HISTORY.md
|
|
@ -1,4 +1,16 @@
|
|||
|
||||
0.3.0 / 2016-07-04
|
||||
==================
|
||||
|
||||
* revamp the menu to be a lot more standard (#38) [@rauchg]
|
||||
* move menu into its own file and refactor [@rauchg]
|
||||
* add static icon, move icons to static folder [@rauchg]
|
||||
* add cross-platform font family settings (#26) [@OlliV, @rauchg]
|
||||
* remove `xterm.css` (no longer used, smaller build!) [@rauchg]
|
||||
* change font size with command shortcuts (#34) [@jhaynie]
|
||||
* implement a more reasonable update interval check frequency (#33) [@rauchg]
|
||||
* add standard behavior when you double click window (#32) [@jhaynie]
|
||||
|
||||
0.2.1 / 2016-07-03
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hyperterm",
|
||||
"productName": "HyperTerm",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "HTML/JS/CSS Terminal",
|
||||
"dependencies": {
|
||||
"child_pty": "3.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue