From dd3da80d6c5ef708e3975dc7df5e662871b609bd Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 4 Jul 2016 20:44:24 -0700 Subject: [PATCH] Release 0.3.0 --- HISTORY.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 411cdec5..18f4b2c2 100644 --- a/HISTORY.md +++ b/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 ================== diff --git a/package.json b/package.json index c10c006e..fa852e1e 100644 --- a/package.json +++ b/package.json @@ -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",