mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Release 0.7.0
This commit is contained in:
parent
945c1e44d5
commit
6267899a27
3 changed files with 58 additions and 3 deletions
55
HISTORY.md
55
HISTORY.md
|
|
@ -1,4 +1,59 @@
|
|||
|
||||
0.7.0 / 2016-07-25
|
||||
==================
|
||||
|
||||
* implement `extend-info` for the custom `plist` [@lordgiotto]
|
||||
* index: prevent double sesson exit (#380) [@timneutkens]
|
||||
* add decorateEnv to the extensions API (#370) [@ekmartin]
|
||||
* reorganize dir structure and implement `electron-builder` [@rauchg]
|
||||
* move to the last term with cmd+9 (#261) [@ekmartin]
|
||||
* make sure scrollbar shim doesn't capture clicks [@rauchg]
|
||||
* support default width/height of browser window (#257) [@tamagokun]
|
||||
* add ctrl+tab/ctrl+shift+tab for tab switching (#367) [@NickChristensen]
|
||||
* add `TERM_PROGRAM` and `TERM_PROGRAM_VERSION` env vars (#350) [@tootallnate]
|
||||
* bump `electron-prebuilt` (#359) [@freebroccolo]
|
||||
* add middle click to close tab functionality (#286) [@itswil]
|
||||
* adds plugin hook for decorating the electron browser options (#310) [@danprince]
|
||||
* add support for multiple cursor shapes (#352) [@rpunkfu]
|
||||
* add LANG env variable (#354) [@TooTallNate]
|
||||
* improved linux support (#341) [@c0b41]
|
||||
* auto-updater: stop notifying and being annoying [@rauchg]
|
||||
* fix quit problem (#343) [@c0b41, @timneutkens]
|
||||
* allow the `color` config to be an object (#193) [@mike-engel]
|
||||
* remove $ from terminal commands in README (#130) [@Tyriar]
|
||||
* configurable cursor opacity (#76) [@hharnisc]
|
||||
* implement post push and post install hooks (#328) [@freebroccolo]
|
||||
* update rounded header radius (#333) [@blakeembrey]
|
||||
* disable linux autoupdate (#338) [@c0b41]
|
||||
* specify bash to run command in for editor opening (#314) [@kyleholzinger]
|
||||
* update dependencies (#319) [@freeboccolo]
|
||||
* add .editorconfig file (#320) [@freebroccolo]
|
||||
* fix linter issues (#321) [@freebroccolo]
|
||||
* add window zoom menu item (#325) [@marcbachmann]
|
||||
* disable pinch zoom functionality (#326) [@marcbachmann]
|
||||
* fix prop update logic for fontSmoothing (#302) [@mike-engel]
|
||||
* allow opening of files in webview (#305) [@cuth]
|
||||
* modified Info.plist generation to enable folder drop onto dock icon (#307) [@lordgiotto]
|
||||
* fix installing plugins that use `node-gyp` (#291) [@dfrankland]
|
||||
* dynamically change the `font-smoothing` pref (#205) [@mike-engel]
|
||||
* add cursor actions (#217) [@marcbachmann]
|
||||
* override the buggy hexToRGB implementation in hterm. (#272) [@mauro-oto]
|
||||
* add reducer to set cwd (#271) [@hharnisc]
|
||||
* add homebrew cask install method (#273, #356) [@ZakariaRidouh, @arnif]
|
||||
* do not rely on bash-style comments for pref opening (#279) [@mfpierre]
|
||||
* add support for a `registry` configuration field (#211) [@developit]
|
||||
* expose 'getWindows' and 'createWindow' to plugins (#248) [@CWSpear]
|
||||
* make preference-opening work on all shells (#267) [@szhu]
|
||||
* remove unused state variable (#268) [@marcbachmann]
|
||||
* remove unnecessary comment referencing use of !important due to aphrodite" (#223) [@conorhastings]
|
||||
* close window when last tab is exited (#263) [@ekmartin]
|
||||
* bring focus to main window when clicking preferences (#235) [@leo]
|
||||
* remove unnecessary event listener teardown on Term unmount (#242) [@developit]
|
||||
* make CMD + K work for all commands, even tail (#215) [@marcbachmann]
|
||||
* fix some documentation typos. (#212) [@mauro-oto]
|
||||
* add an option for a non-login shell to be run (#192) [@mike-engel, @cuth]
|
||||
* hide scrollbar when webview is active (#209) [@marcbachmann]
|
||||
|
||||
0.6.0 / 2016-07-17
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hyperterm",
|
||||
"productName": "HyperTerm",
|
||||
"version": "0.7.0-beta",
|
||||
"version": "0.7.0",
|
||||
"license": "MIT",
|
||||
"author": "rauchg",
|
||||
"repository": "zeit/hyperterm",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hyperterm-web",
|
||||
"version": "0.0.1",
|
||||
"name": "hyperterm",
|
||||
"version": "0.7.0",
|
||||
"description": "Web app that runs in the renderer process",
|
||||
"repository": "zeit/hyperterm",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue