CHaBou
fbc11a03dd
Update reat-dom to v16.2.1 in app ( #3387 )
...
* Update reat-dom to v16.2.1
* Update reat-dom to v16.2.1 in app
2019-01-04 13:17:36 -08:00
Pooya Parsa
b077005a30
fix(app): update os-locale to 3.1.0 ( #3369 )
...
fixes #3091
sindresorhus/os-locale#33
2019-01-04 00:33:52 +01:00
Leo Lamprecht
c3a13a7cd3
3.0.0-canary.1
2018-12-31 20:29:21 +00:00
Juan Campa
c07700af49
Performance - Data batching ( #3336 )
...
* Bumping electron to 3.0.10
* Updating node version in travis and appveyor
* Fixing incorrect require of electron-fetch
* Fix zoom to match previous versions
Additionally I'm removing a call to disable pinch-zoom, it's disable by
default since Electron 2 (https://electronjs.org/releases#2.0.0 )
* Bumping electron to 4.0.0-beta.8
* Bumping electron to 4.0.0-beta.9
* Work around for Copy accelerator not firing on electron v4
* Batch session data before sending it to renderer
* Fix linting issues
* Fixing header/titlebar in MacOS
* Upgrading to electron 4.0.0 and node-pty 0.8.0
* Adding yarn.lock changes for electron 4.0.0
* Adding comments for editor:copy workaround. Scaling issue is only on Linux
* Upgrading node-abi to support electron 4.0.0
* Adding isDestroyed check
2018-12-28 15:13:00 -08:00
Juan Campa
7a40fd7c97
WebGL renderer (using xterm.js fork) ( #3368 )
...
* Enabling webGL renderer
* Use @zeit/xterm fork of xterm
* Adding webGLRenderer config
* Fix linting issues
* Allow for hot-reloading of webGLRenderer
* Adding link to WebGL renderer issue we're working around
* Using NPM tarball instead of resolutions (which wasn't working
* Hard-coding selection color to white because nothing else is yet supported
2018-12-28 14:42:05 -08:00
Juan Campa
dd68286c5f
Upgrade Electron to v4 ( #3329 )
...
* Bumping electron to 3.0.10
* Updating node version in travis and appveyor
* Fixing incorrect require of electron-fetch
* Fix zoom to match previous versions
Additionally I'm removing a call to disable pinch-zoom, it's disable by
default since Electron 2 (https://electronjs.org/releases#2.0.0 )
* Bumping electron to 4.0.0-beta.8
* Bumping electron to 4.0.0-beta.9
* Work around for Copy accelerator not firing on electron v4
* Fixing header/titlebar in MacOS
* Upgrading to electron 4.0.0 and node-pty 0.8.0
* Adding yarn.lock changes for electron 4.0.0
* Adding comments for editor:copy workaround. Scaling issue is only on Linux
* Upgrading node-abi to support electron 4.0.0
* popup now takes an object as input
2018-12-25 18:15:25 -08:00
Juan Campa
cba4c66a4b
Fix for config.session being ignored ( #3367 )
2018-12-25 18:15:02 -08:00
CHaBou
36eac99902
Revert "Add tray icon and set single instance mode to improve startup time on Windows ( #3324 )" ( #3362 )
...
This reverts commit f324a67bb9 .
2018-12-23 12:37:32 -05:00
Juan Campa
a5309082b6
Optimistic session creation ( #3352 )
...
* Optimistically creating a session when a window is created to improve launch time
* Fix linting issues
2018-12-19 18:03:21 -08:00
Phung Tuan Hoang
f324a67bb9
Add tray icon and set single instance mode to improve startup time on Windows ( #3324 )
...
Fixes #2935 , #2980
2018-12-16 23:46:37 +01:00
CHaBou
76ab6abd68
2.1.0-canary.5
2018-12-15 22:39:51 +01:00
CHaBou
5f56514aa2
2.1.0-canary.4
2018-12-12 21:48:27 +01:00
CHaBou
0d82f983eb
2.1.0-canary.3
2018-12-07 16:45:14 +01:00
Oliver Green
6079ca35c2
Changed OS X 'reload' accelerator key mappings be more inline with Linux & Windows. ( #3277 )
...
Fixes #921
2018-12-03 16:12:18 -08:00
Brandon Smith
cd742fbdaa
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-10-13 16:52:55 +02:00
Prashant Andani
436c37e89e
Code cleanup ( #3131 )
2018-10-13 16:35:51 +02:00
Razzi Abuissa
51db83c581
Show actual error message when loading plugin fails ( #3083 )
2018-09-23 18:06:26 +02:00
Maksym Dogadailo
039b6fa280
Replace node-fetch with electron-fetch ( #3108 )
2018-09-23 17:51:56 +02:00
Ryan Castner
6451ba7f85
Fix typo in comments ( #3185 )
2018-08-22 19:42:52 +02:00
CHaBou
3df6cac644
2.1.0-canary.2
2018-06-15 15:37:35 +02:00
CHaBou
bc6101e98f
Fix module hijacking ( #3067 )
...
Regression was introduced by #2866 . Release version of Hyper failed to start.
2018-06-11 08:43:57 +02:00
Timo Welde
f75895a176
Fix plugin module hijacking on main process ( #2866 )
...
Fixes some plugin loading (like hyperline)
2018-05-15 15:58:36 +02:00
Ricardo Amaral
a14c55640c
Add letter spacing configuration option ( #3002 )
2018-05-10 12:54:00 +02:00
Justin Lowery
f72093c9d7
Fix RPC handler race condition causing a crash ( #2940 )
...
Fixes #2861
2018-05-10 08:20:59 +02:00
CHaBou
64ec145b55
Fix toggleFullScreen keymap customization ( #2995 )
...
Fixes #2977
2018-05-09 15:51:34 +02:00
Sonny
f64e3e0204
Adding ability to send error object to notify() ( #2955 )
2018-05-02 10:10:44 +02:00
Benjamin Staneck
9a536722f8
Fix locales (LANG) env vars by using os-locale ( #2913 )
...
Fixes #607 , Fixes #2322 , Fixes #2328 , Fixes #183
2018-04-27 15:41:59 +02:00
Edgar Carneiro
d1eb02098e
Fix zoom keymaps for Windows ( #2489 )
...
Fixes #2448
2018-04-25 01:14:05 +02:00
CHaBou
d2d766c75f
2.1.0-canary.1
2018-04-23 22:33:25 +02:00
CHaBou
13e90ceac9
Disable Chromium GPU blacklist ( #2895 )
2018-04-23 21:12:53 +01:00
CHaBou
dfe5ab89fa
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-04-22 22:13:23 +02:00
Brad Dougherty
bba14f6324
Add line height config ( #2858 )
...
Fixes #2858
2018-04-21 00:22:34 +02:00
Leo Lamprecht
57c735cb6d
2.0.0-canary.18
2018-04-16 09:02:00 -07:00
Leo Lamprecht
3fffad67df
2.0.0-canary.17
2018-04-16 06:50:50 -07:00
CHaBou
262eb8ad9b
2.0.0-canary.16
2018-04-06 08:52:17 +02:00
CHaBou
e6a8d65f7d
2.0.0-canary.15
2018-03-26 23:09:06 +02:00
CHaBou
dc33d4846b
Fix color configuration with an array ( #2729 )
...
Fixes #2728
2018-03-21 10:00:29 +01:00
Ben Creasy
7838a10d1a
Set showHamburgerMenu enabled by default on Linux ( #2666 )
2018-03-18 00:59:25 +01:00
Benjamin Staneck
7e40e88a36
Update electron to 1.8.4 ( #2753 )
...
Update electron to v1.8.4 and electron-builder to v20.5.1: https://github.com/electron/electron/releases/tag/v1.8.4
2018-03-17 23:15:13 +01:00
Ajo John
4a127ef83b
Do not register app for ssh:// url scheme handling on dev mode ( #2745 )
...
Fixes #2740
2018-03-08 15:45:49 +01:00
CHaBou
36cde0f23e
Fix start with missing config fields ( #2727 )
...
Fixes #2725
2018-03-08 02:12:42 +01:00
CHaBou
bf2d6ea855
Fix config reload after vim edit ( #2718 )
2018-03-03 17:58:24 +01:00
Steven
24b83615d4
Ensuring that the restored window position is valid ( #2459 )
...
Fixing #1869
2018-03-02 22:11:33 +01:00
CHaBou
6b9a4f6ff0
2.0.0-canary.14
2018-02-20 17:21:47 +01:00
CHaBou
ae4683fa5a
Fix transparency at startup ( #2689 )
...
Fixes #2688
2018-02-20 17:14:38 +01:00
CHaBou
daa2880d42
2.0.0-canary.13
2018-02-20 13:52:22 +01:00
Leo Lamprecht
b3794ba047
2.0.0-canary.12
2018-02-19 23:45:06 -08:00
CHaBou
8ebdaebdfa
Change default colors ( #2670 )
2018-02-14 14:09:26 +01:00
CHaBou
b73a328b6b
Add fontWeight and fontWeightBold settings ( #2669 )
...
Fixes #2574
2018-02-14 14:09:02 +01:00
Cyril Damas
0105d6baf2
Add ssh url scheme handling ( #2516 )
2018-02-12 21:20:45 +01:00
Leo Lamprecht
af527b6f90
2.0.0-canary.11
2018-01-23 14:17:11 +01:00
Brandon Smith
16fcb2cb70
Improve Windows default editor detection ( #2631 )
2018-01-23 10:01:33 +01:00
CHaBou
87d4c2b37e
Fix selectAll command ( #2436 )
...
* Fix selectAll command
* Fix typo
2018-01-21 12:21:16 +01:00
Leo Lamprecht
904f94a1bb
Corrected dates
2018-01-17 17:00:13 +01:00
Leo Lamprecht
ac54e79dea
Corrected company name everywhere
2018-01-17 16:58:49 +01:00
Leo Lamprecht
ae850ae38b
2.0.0-canary.10
2018-01-17 15:57:26 +01:00
CHaBou
5f64127f5b
Fix CLI installation on Windows ( #2600 )
...
* Protect against missing PATH user env var
* Protect against different cases for PATH user env var name
Fixes #2580
2018-01-15 23:22:41 +01:00
Daniel Liuzzi
2c5b3d5ccd
Fix Windows keymap delete typo ( #2575 )
2018-01-10 12:43:11 +01:00
Leo Lamprecht
88c65b1862
2.0.0-canary.9
2018-01-09 18:51:49 +01:00
CHaBou
dd780e6fe7
Xterm v3 integration ( #2573 )
2018-01-09 17:33:24 +01:00
CHaBou
5700690e0b
Add CLI tool to install/search plugins or launch app ( #2375 )
2018-01-09 16:05:19 +01:00
David Calhoun
bbb1caefb4
Always notify watchers of plugin updates ( #2508 )
...
During plugin updates, each `plugin.onUnload` is invoked regardless of
whether the plugin changed. This commit ensures that each `plugin.onApp`
is invoked once all plugins have been updated. Fixes #2415 .
2018-01-04 12:45:28 +01:00
Renato Campos
cb8b72a319
Added keymap to rebind the 'break' command - Issue #2432 ( #2531 )
...
* fixed documentation of roleCommands
* Added keymap for break/interrupt command
* added break keymap for linux and darwin
* fixed lint errors
2017-12-18 17:17:20 +01:00
Benjamin Staneck
30964b6571
Dependency updates ( #2533 )
2017-12-12 11:54:20 +01:00
Albin Ekblom
9521fb57c1
Fix linux keymap delete typo ( #2539 )
2017-12-10 21:34:00 +01:00
Leo Lamprecht
0549ded2c4
2.0.0-canary.8
2017-12-04 22:42:24 +01:00
Leo Lamprecht
744707e29c
Reset version to correct one
2017-12-04 21:37:12 +01:00
CHaBou
1fbc85760b
Use same hazel endpoint to notify update to Linux users ( #2497 )
...
Add a pseudo auto-updater for Linux
Fixes #2476
2017-11-29 14:26:24 +01:00
Gutierri Barboza
59273ddb2a
Add alt+F4 shortcut to close window on Windows ( #2491 )
...
Fixes #2490
2017-11-29 14:25:18 +01:00
CHaBou
d148c486f5
Load/Unload theme without restarting ( #2458 )
2017-11-29 14:22:29 +01:00
CHaBou
a59ccc3ff4
Restore v1 keymaps for tab switching ( #2485 )
2017-11-22 16:10:51 +01:00
CHaBou
1e14494ec9
Fix commands without active window ( #2473 )
2017-11-22 14:29:33 +01:00
CHaBou
1d2b7818ec
Expose ‘true colour’ support in $COLORTERM ( #2484 )
...
Further discussion here: <gist.github.com/XVilka/8346728#detection>
2017-11-22 14:29:07 +01:00
Bauke van der Laan
9bc5a004a1
Replace minus with hyphen character in keymaps ( #2467 )
2017-11-22 13:04:38 +01:00
KevinRLeC
5227486916
Adding in ability to switch release channel without restarting Hyper ( #2408 )
2017-11-22 11:34:37 +01:00
André Cruz
5d0c6355e1
Add comment in config about opacity compatibility ( #2463 )
...
Fix #2451
2017-11-16 12:41:53 +01:00
CHaBou
81709073cf
Keymaps are now updated without restarting ( #2455 )
...
* Reload keymaps without restarting
* Reattach key listeners when config have changed
2017-11-15 00:55:21 +01:00
CHaBou
319ff3bcd7
Fix devtools opening when menuItem clicked ( #2457 )
2017-11-14 21:32:43 +00:00
Benjamin Staneck
54cc70e656
Update node-pty to 0.7.3 ( #2453 )
...
changelog: https://github.com/Tyriar/node-pty/releases/tag/0.7.3
2017-11-12 20:47:46 +01:00
CHaBou
c62e042535
Disable undo/redo/cut menuItems ( #2435 )
2017-11-08 22:24:56 +01:00
CHaBou
3a3ee013f7
Enhance plugin installation ( #2440 )
2017-11-08 22:24:15 +01:00
CHaBou
97308bd8e5
Add shell alias commands ( #2426 )
2017-11-06 20:27:25 +00:00
Leo Lamprecht
dcccd11a29
Improved context menu ( #2425 )
...
* Improved context menu
* Fixed wrong wording
* Update shell.js
2017-11-06 14:22:40 +00:00
Benjamin Staneck
8fc75b15ff
Unify wording and spelling in config and other places ( #2422 )
2017-11-04 23:19:02 +01:00
Leo Lamprecht
be4b2c8870
2.1.1
2017-11-04 10:12:15 +01:00
CHaBou
c827349e83
Fix copying default config at launch if needed
2017-11-04 00:42:25 +01:00
Leo Lamprecht
d248069b78
2.1.0
2017-11-03 22:12:19 +01:00
CHaBou
c00c10ec11
Fix Preferences menu item
2017-11-03 22:06:48 +01:00
CHaBou
ec6ecdd258
Fix contextMenu
2017-11-03 21:50:00 +01:00
Ricky Miller
62e29effbf
Add context menu ( #2001 )
2017-11-03 21:24:41 +01:00
CHaBou
2af575c3c0
Multiple keymaps and mousetrap ( #2412 )
...
* WIP
* WIP
* Wip
* Wip
* wip
* Refactor without normalize and plugin
* Replace extendKeymaps by decorateKeymaps
* WIP
* Add mousetrap
* Add first command over rpc
* More commands
* Add all commands
* Begin to hook commands
* Working multiple keymaps
* Use redux action to trigger command
* Use forked version of Mousetrap to capture key events
* Fix lint
* Add command in redux action to debug purpose
* ExecCommand from menu click
* Remove unused files
* Fix xterm should ignore catched events
* Re-enable IntelliSense checking
* Remove unused runes dep
2017-11-02 19:51:18 -07:00
Benjamin Staneck
f8bc2884b7
Update dependencies ( #2416 )
2017-11-01 14:44:43 +01:00
Kirby Walls
c2839bacc7
Move syntax error description to notification body ( #2404 )
2017-10-29 19:05:17 +01:00
Mathew Merrick
7f804cf66c
Zoom Keymap Consistency ( #2365 )
2017-10-25 00:48:31 +02:00
Fabrício Matté
b2b523e264
Add decorateBrowserOptions to plugin extensions list ( #2378 )
2017-10-20 09:16:11 +02:00
Oswaldo Acauan
a53875f208
Add trailingComma rule for config-default.js ( #2372 )
2017-10-18 20:17:55 +02:00
CHaBou
9c9a307958
Merge branch 'master' into canary
2017-10-05 20:49:20 +02:00
CHaBou
bcf1157b37
Add new keymaps to jump between tabs ( #2330 )
2017-10-05 20:39:39 +02:00
Matt bc
2b61d4c081
Add config to issue report template ( #2293 )
...
* fixes #1789
2017-10-03 23:56:07 +02:00
Luiz Fernando Rodrigues
9e7bd76ef9
Improve documentation of showHamburguerMenu option ( #2315 )
2017-10-01 16:15:35 +01:00