mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Release 0.6.0
This commit is contained in:
parent
a5cfe76c61
commit
13c40c9a38
2 changed files with 20 additions and 1 deletions
19
HISTORY.md
19
HISTORY.md
|
|
@ -1,4 +1,23 @@
|
|||
|
||||
0.6.0 / 2016-07-17
|
||||
==================
|
||||
|
||||
* notification style improvements and link to release notes upon updates [@rauchg]
|
||||
* make `npm install` work more reliably (#172) [@marcbachmann]
|
||||
* fixing problems with alt key and special characters like å, ö and ä. (#201) [@teemuteemu]
|
||||
* change the version of eslint-config-standard from 5.3.1 to 5.3.5 (#166) [@6thmonth]
|
||||
* fixed an issue where the app icon was not showing up in Linux (#126) [@code-haven]
|
||||
* fixed typo (#152) [@radarhere]
|
||||
* icon typo fixed in about dialog (#146) [@akashnimare]
|
||||
* add a copy of the MIT license (#160) [@calinou]
|
||||
* fix notification message (#111) [@montogeek]
|
||||
* improved installation method (#104) [@amilajack]
|
||||
* initial travis ci support (#107) [@amilajack]
|
||||
* menu improvements (#185) [@sindresorhus]
|
||||
* provide hooks to open a new tab to the same directory (#174) [@hharnisc]
|
||||
* fix hypersolar plugin example, it does not exist (#179) [@montogeek]
|
||||
* fix onWindow hook (#180) [@dfrankland]
|
||||
|
||||
0.5.0 / 2016-07-16
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hyperterm",
|
||||
"productName": "HyperTerm",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"license": "MIT",
|
||||
"repository": "zeit/hyperterm",
|
||||
"description": "HTML/JS/CSS Terminal",
|
||||
|
|
|
|||
Loading…
Reference in a new issue