Commit graph

957 commits

Author SHA1 Message Date
CHaBou
d9ecaab73d Update xterm to v3.8.0 (#3255) 2018-12-15 18:42:55 +01:00
Oliver Green
f757d8b4aa Changed OS X 'reload' accelerator key mappings be more inline with Linux & Windows. (#3277)
Fixes #921
2018-12-15 18:42:49 +01:00
Matthias Winkelmann
a549e60133 Fix CLI tool with python3 (#3284)
I realise having ```python``` linked to ```python3``` is currently discouraged, but being compatible does not hurt, and may avoid problems whenever it becomes more common for python 3 to be the default.
2018-12-15 18:42:42 +01:00
Brandon Smith
cf35fe98cd Improve detection of selected editor on Windows (#3242)
Improves upon previous work completed in #2631:

- Add additional system default check: `JSFile`
- Relax restriction on `.exe` file extension as it is an invalid assumption:

Closes #3223
2018-12-15 18:42:33 +01:00
Pablo Varela
932384f0b4 Add snapcraft build (#3216)
https://docs.snapcraft.io/build-snaps/electron
2018-12-15 18:42:20 +01:00
d1846ffd80 CLI: enforce directory existence before linking on Linux (#3252)
Make `/usr/local/bin/` directory if not exists.
2018-12-15 18:42:13 +01:00
Prashant Andani
58affc53dc Code cleanup (#3131) 2018-12-15 18:42:05 +01:00
Daniel Bayerlein
28bd31a125 Update outdated link to Homebrew Cask (#3235) 2018-12-15 18:41:08 +01:00
Peder Husom
09fee126b0 [CLI] added 'version' command. (#3207) 2018-12-15 18:41:00 +01:00
Andrew Mitchell
a6229a5eef Update electron to 1.8.8 (#3151) 2018-12-15 18:40:51 +01:00
Itai Steinherz
56368beff3 Simplify promises in cli/api.js (#3198) 2018-12-15 18:40:44 +01:00
Razzi Abuissa
28495d93b4 Show actual error message when loading plugin fails (#3083) 2018-12-15 18:40:35 +01:00
Maksym Dogadailo
427c59cd5f Replace node-fetch with electron-fetch (#3108) 2018-12-15 18:40:20 +01:00
Evil Rabbit
a1f252fd6b Update repo banner 2018-12-15 18:40:11 +01:00
Ryan Castner
737d15f522 Fix typo in comments (#3185) 2018-12-15 18:39:54 +01:00
Leo Lamprecht
386a8aabc4 Point Spectrum badge to correct location (#3166)
* Renamed text files

* Point Spectrum badge to the right location
2018-12-15 18:36:25 +01:00
Pavel Durov
8a29b62d3d Doc: fix broken link in PLUGINS.md (#3089)
Fixes #3088
2018-12-15 18:34:33 +01:00
CHaBou
d219abd365 Fix module hijacking (#3067)
Regression was introduced by #2866. Release version of Hyper failed to start.
2018-12-15 18:33:12 +01:00
Benjamin Staneck
17e8746403 Update xterm to 3.4.1 (#3032) 2018-12-15 18:33:12 +01:00
Jarid Margolin
ae3d1f01a6 Add scrollback option to config (#3038) 2018-12-15 18:33:12 +01:00
Andrew Hutchings
65ef7aec8f CLI : Fix package existence check for scoped packages (#3044)
Fixes #2999
2018-12-15 18:33:12 +01:00
Jiahao Lu
5f73fd2f49 Adjust clickable region of control buttons (#3017)
On Windows, the close button (rather than the border) is expected to be hit when someone clicks the top-right corner of the screen if a window is maximized.
2018-12-15 18:33:12 +01:00
Timo Welde
e9682ab3d1 Fix plugin module hijacking on main process (#2866)
Fixes some plugin loading (like hyperline)
2018-12-15 18:33:12 +01:00
CHaBou
27bad1db14 Fix double action on keymap after a reload (#3006)
Fixes #3004
2018-12-15 18:33:12 +01:00
Ricardo Amaral
1940e931ed Add letter spacing configuration option (#3002) 2018-12-15 18:33:11 +01:00
Justin Lowery
3f88e96847 Fix RPC handler race condition causing a crash (#2940)
Fixes #2861
2018-12-15 18:33:11 +01:00
CHaBou
6d9e3a8a86 Fix toggleFullScreen keymap customization (#2995)
Fixes #2977
2018-12-15 18:33:11 +01:00
Sonny
32626bd2ab Adding ability to send error object to notify() (#2955) 2018-12-15 18:33:11 +01:00
blackhands77
4aedb6b9a0 doc: add details to run hyper in dev mode (#2493) 2018-12-15 18:33:11 +01:00
Benjamin Staneck
0212e933c7 Fix locales (LANG) env vars by using os-locale (#2913)
Fixes #607, Fixes #2322, Fixes #2328, Fixes #183
2018-12-15 18:33:11 +01:00
Benjamin Staneck
94d23fe407 fix a typo (#2945) 2018-12-15 18:33:11 +01:00
Edgar Carneiro
3627c8ce09 Fix zoom keymaps for Windows (#2489)
Fixes #2448
2018-12-15 18:33:11 +01:00
Benjamin Staneck
9197c47dc9 add yarn-error.log to gitignore (#2928) 2018-12-15 18:33:11 +01:00
CHaBou
1ab6390067 Disable Chromium GPU blacklist (#2895) 2018-12-15 18:33:11 +01:00
CHaBou
3e1784cdbc Prevent /usr/local/bin/hyper overwriting (#2885)
Silently fail installation at startup.
Add a menu item to manually install it with a notification feedback.
Fix plugin update menu item.

Fixes #2884
2018-12-15 18:33:11 +01:00
CHaBou
400b8ae0ae Build: use comodoca.com time stamping server (#2893) 2018-12-15 18:33:11 +01:00
Brad Dougherty
75679266c0 Add line height config (#2858)
Fixes #2858
2018-12-15 18:33:11 +01:00
Benjamin Staneck
57707273c4 git: always set js endline to lf (#2795)
always set text to lf, if on auto, Windows will change them to crlf locally and this can make lint fail
2018-12-15 18:33:11 +01:00
Timothy
0d8b510105 Improve update notification contrast (#2791) 2018-12-15 18:33:11 +01:00
Tal Hayut
f42c2e8471 CLI: use .hyper.js from repo root dir when running in dev mode (#2792) 2018-12-15 18:33:11 +01:00
robertgrzonka
814ad7ca40 Fix markdown hyperlinks (#3290)
Some of the hyperlinks were written with wrong `Markdown syntax`; should be `[link](https://example.com)` but was (link)[https://example.com]`
2018-11-19 08:59:55 +01:00
Timothy
f91f111cfb Update README.md (#3167) 2018-08-09 12:33:56 +01:00
Leo Lamprecht
8fd56e9b28 Point Spectrum badge to correct location (#3166)
* Renamed text files

* Point Spectrum badge to the right location
2018-08-09 13:16:15 +02:00
Leo Lamprecht
a4669beef6 2.0.0 2018-04-16 08:36:26 -07:00
Leo Lamprecht
4bff846ec0
New timestamp server (#2825)
* Replaced timestamp server

* Added different server
2018-04-16 08:34:39 -07:00
Leo Lamprecht
f8a961eef6 Reverted package version 2018-04-16 07:24:09 -07:00
Leo Lamprecht
b2dd9a5e01 Ensured they match exactly 2018-04-16 07:23:37 -07:00
Leo Lamprecht
7dd6045a1d Ensured dependencies match between channels 2018-04-16 07:22:03 -07:00
Leo Lamprecht
fdf1b95553 Removed Yarn's error files 2018-04-16 07:18:10 -07:00
Leo Lamprecht
4ce99863c4 Fixed merge conflicts 2018-04-16 07:17:17 -07:00