Release 0.3.0

This commit is contained in:
Guillermo Rauch 2016-07-04 20:44:24 -07:00
parent 814677f3b0
commit dd3da80d6c
2 changed files with 13 additions and 1 deletions

View file

@ -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 0.2.1 / 2016-07-03
================== ==================

View file

@ -1,7 +1,7 @@
{ {
"name": "hyperterm", "name": "hyperterm",
"productName": "HyperTerm", "productName": "HyperTerm",
"version": "0.2.1", "version": "0.3.0",
"description": "HTML/JS/CSS Terminal", "description": "HTML/JS/CSS Terminal",
"dependencies": { "dependencies": {
"child_pty": "3.0.1", "child_pty": "3.0.1",