doniyor2109
81ff38c8d9
Add shortcut for opening hamburger menu (Windows) ( #3444 )
...
* Add shortcut for opening hamburger menu (Windows)
* Open hamburger menu if showHamburgerMenu config is truthy
2019-03-31 04:39:43 +02:00
Daniel Vos
4350ecd73a
fix home & end keymaps ( #3517 )
2019-03-31 04:39:01 +02:00
Philippe Potvin
9581f5d5ee
Keep homedir as session startup endpoint ( #3506 )
2019-03-02 17:58:19 -05:00
Philippe Potvin
2d399baa87
Add Window class and options plugin decoration ( #3485 )
...
* Add Window class and optios plugin decoration
* Propatation to BrowserWindow
2019-03-02 17:09:15 -05:00
Philippe Potvin
1747c57bc3
Expose active window positon on move to reducer ( #3470 )
2019-02-27 00:22:52 +01:00
Benjamin Staneck
80bb82122a
Use electron's getPath() API to get the user's app data directory ( #2948 )
...
Docs: https://github.com/electron/electron/blob/master/docs/api/app.md#appgetpathname
Closes: https://github.com/zeit/hyper/pull/1960
Fixes: https://github.com/zeit/hyper/issues/1944
2019-02-25 11:42:09 -05:00
Juan Campa
fadc2f058e
3.0.0-canary.8
2019-02-13 12:31:23 -05:00
CHaBou
663b16bc12
Add Session class and Session options decoration by plugins ( #3464 )
...
* Add Session class and options plugin decoration
* add init() method
* Add warning for non-overrided session methods
2019-02-10 16:31:52 -05:00
Evil Rabbit
ec1ee99715
Improve Hyper 3 Canary and Stable icons ( #3466 )
2019-02-09 14:40:39 +01:00
Juan Campa
3001518355
3.0.0-canary.7
2019-02-04 22:11:25 -05:00
Juan Campa
761d6445ec
Hyper v3 icons ( #3451 )
...
* Hyper v3 icons
* Updating app icons
2019-02-04 22:08:35 -05:00
Juan Campa
bb1f94e8b8
Bumping electron to 3.1.3 ( #3458 )
2019-02-04 21:28:20 -05:00
Juan Campa
4dd6177952
3.0.0-canary.6
2019-01-25 11:56:57 -05:00
onecamp
8733ecc84a
Display the renderer type in the About dialog ( #3441 )
...
* Now displaying the renderer type in the About dialog
* Show the number of renderers per type in the About dialog
* Use values instead of entries (key is unused)
Co-Authored-By: onecamp <juancampa@gmail.com>
2019-01-24 18:46:39 -05:00
Juan Campa
2828273424
3.0.0-canary.5
2019-01-22 11:47:12 -05:00
onecamp
519ca3e651
Fix webgl config ( #3407 )
...
* Fix location of webGLRenderer flag in default-config.js
* Fix incorrect check of webGLRenderer flag
* Explain that disabling WebGL enables transparent backgrounds
Co-Authored-By: juancampa <juancampa@gmail.com>
* Only use WebGL if background is opaque
The hardcoding to white was also removed in favor of a temporary hack in
xterm.js that uses either white-over-black or black-overwhite to
maximize contrast with the background color
2019-01-21 19:09:18 -05:00
Juan Campa
ee8e95b8f1
Downgrade electron to v3 ( #3420 )
...
* Reverting back to electron v3
Electron v4 has a big performance issue with 2d canvases Tracked here:
https://github.com/electron/electron/issues/16439
2019-01-18 19:03:09 +01:00
CHaBou
b709a3a971
Add macOptionSelectionMode option ( #3406 )
...
Two possible value:
* `'vertical'` (Default): enable column selection when Option key is hold
* `'force'`: force selection regardless of whether the terminal is in mouse events mode
2019-01-11 14:31:11 +01:00
Juan Campa
3136c64f4a
Zoom with both cmd+= and cmd+plus ( #3401 )
2019-01-09 12:28:31 +01:00
Juan Campa
7a5c204395
3.0.0-canary.4
2019-01-08 12:16:19 -05:00
Juan Campa
62bb05c02f
3.0.0-canary.3
2019-01-06 18:27:08 -05:00
Juan Campa
2d618a10bd
3.0.0-canary.2
2019-01-06 16:10:37 -05:00
Juan Campa
bc2d32ba1d
Emoji Fix ( #3388 )
...
* Upgrading xterm.js with emoji support
* Removing emoji shortcut
My understanding is that this was needed at some point because we
weren't typing into a textarea. No that we're typing into a textarea the
browser (i.e. Chromium) handles this for us
2019-01-04 17:35:17 -08:00
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
CHaBou
e2d73702cd
Fix plugin requiring to authorize @ in config ( #2312 )
...
Fix #2311
2017-10-01 06:08:42 +02:00
Leo Lamprecht
4ea9865ba5
1.4.8
2017-09-26 11:40:51 +02:00
Leo Lamprecht
1f2419fe52
2.0.4
2017-09-26 11:26:30 +02:00
Benjamin Staneck
fa3c63957a
Update Electron to 1.7.8 ( #2277 )
...
* Update Electron to 1.7.8
[SECURITY] Fixed Chromium RCE vulnerability
* https://github.com/electron/electron/releases/tag/v1.7.8
* https://github.com/electron/electron/releases/tag/v1.7.7
* remove remnant xo feature string to retrigger build
2017-09-26 08:10:47 +02:00
Guillermo Rauch
3293c3b50a
Merge branch 'master' into canary
2017-09-25 15:23:14 +02:00
Alexandre Santos
acc2230b0e
Fix typo in utils customKeys ( #2283 )
2017-09-25 15:21:59 +02:00
Leo Lamprecht
2412d3422a
2.0.3
2017-09-24 12:08:29 +02:00
Mina
a31e94eb5a
Fixed icon proportions in About window ( #2265 )
2017-09-22 23:53:49 +02:00
CHaBou
0502bbfc79
2.0.2
2017-09-21 00:15:00 +02:00
CHaBou
e8a9741194
Merge branch 'master' into canary
2017-09-21 00:09:04 +02:00
CHaBou
c73186c7ee
2.0.1
2017-09-20 23:36:27 +02:00
CHaBou
c02c2526ac
Fix decorated config with default colors ( #2242 )
...
Fix decorated config with default colors
2017-09-20 23:32:32 +02:00
Leo Lamprecht
38649d7d56
1.4.7
2017-09-20 19:42:38 +02:00
Leo Lamprecht
4f9bcf77bc
Made canary auto updates work ( #2235 )
2017-09-20 19:35:50 +02:00
CHaBou
cc2ff06318
2.0.0
2017-09-20 01:40:59 +02:00
CHaBou
d3cd9aee00
Merge branch 'master' into canary
2017-09-20 01:39:55 +02:00
Wilson Tayar
4c71c99325
Normalize keymap internals ( #2227 )
...
Fix #2195 : normalizing keybindings using localeCompare to include non english keyboards as well
2017-09-20 01:36:06 +02:00
CHaBou
f8c19b0ef2
Merge branch 'master' into v2
2017-09-17 23:08:33 +02:00
CHaBou
e0d793eeeb
Revert "Normalize keymap internals" ( #2225 )
...
This reverts commit 751c06e437 .
2017-09-17 21:53:37 +01:00
CHaBou
7733067deb
Merge branch 'master' into v2
2017-09-17 10:48:16 +02:00
Wilson Tayar
751c06e437
Normalize keymap internals ( #2210 )
...
Fix #2195
2017-09-17 10:43:58 +02:00
CHaBou
d6fc99e1d6
Merge branch 'master' into v2
2017-09-16 21:31:01 +02:00
Leo Lamprecht
9f4bff7f52
1.4.6
2017-09-16 15:55:47 +02:00
CHaBou
51b08930ee
Made file watching work on Windows ( #2220 )
2017-09-16 15:49:43 +02:00
Leo Lamprecht
966aad150d
1.4.5
2017-09-16 13:58:01 +02:00
CHaBou
bd5b16c7da
Replace chokidar by fs.watch ( #2217 )
2017-09-16 13:49:10 +02:00
CHaBou
507fc28200
Merge branch 'master' into v2
...
* master:
Revert #2126 (#2202 )
Use child_process.execFile to prevent unescaped stuff (#2206 )
1.4.4
2017-09-16 13:23:24 +02:00
CHaBou
97d1ae33d3
Revert #2126 ( #2202 )
2017-09-15 19:23:03 +01:00
Donghao Ren
53a5a425f7
Use child_process.execFile to prevent unescaped stuff ( #2206 )
...
Fix #2173
2017-09-15 16:44:28 +02:00
CHaBou
4888a9b394
Handle xterm url opening
2017-09-13 23:12:30 +02:00
CHaBou
9bd410f1e4
Make Hyper more robust against plugins
...
* Add some try/catch
* Support React@16 error boundaries for render decorated components
2017-09-13 22:55:54 +02:00
Leo Lamprecht
79472c537a
1.4.4
2017-09-13 20:55:47 +02:00
CHaBou
3e632577e5
Merge branch 'master' into xterm-linted
...
* master:
Fix yarn.lock (#2194 )
Fix for keymapping bug on Linux and Windows (#2189 )
Set session CWD only if there is an active session (#2191 )
Upgrade Electron to v1.7.6 (#2193 )
Fix plugin path in dev mode (#2192 )
2017-09-11 23:14:13 +02:00
Albin Ekblom
48f5b6e08f
Fix yarn.lock ( #2194 )
2017-09-11 16:06:24 +02:00
Lucas
3bca7c2891
Fix for keymapping bug on Linux and Windows ( #2189 )
...
* Fix for keymapping bug on Linux and Windows
In response to issue #2156 , the keymapping conflict has been removed from linux.json and win32.json in the app/keymaps/ directory. Now the keymap for window close is ctrl+shift+q and the keymap for pane close is ctrl+shift+w.
* Fix for failed test on initial commit.
2017-09-11 15:09:17 +02:00
CHaBou
01f7779646
Upgrade Electron to v1.7.6 ( #2193 )
2017-09-11 10:08:32 +02:00
CHaBou
3b1ec4e435
Fix plugin path in dev mode ( #2192 )
...
When a dev config (<project_dir>/.hyper.js) is used, plugins should be searched/installed in <project_dir>/.hyper_plugins directory
2017-09-10 19:20:52 -04:00
CHaBou
1155bb54b1
Add prettier and resolve all lint errors
2017-09-10 16:04:13 +02:00
CHaBou
0fbf7cfc97
Merge branch 'master' into xterm
...
* master:
Add default keymaps reference to documentation (#2185 )
Add category option under linux key in root package.json (#2184 )
Add vscode debug config, update readme (#2181 )
Get default config options when not specified in user config (#2126 )
Fix session cleaning (#2176 )
Delete .DS_Store file (#2171 )
2017-09-10 13:53:33 +02:00
CHaBou
df68daaaba
Translate automatically hterm css class in config
...
Change css class name in config after plugin decoration for partial backward compatibility
2017-09-10 13:46:59 +02:00
CHaBou
a9bb9b697b
Add depreaction warning for hterm css
...
* Notify user when its config conatins deprecated CSS classes
* Add warning in devtools console about plugins using deprecated classes
2017-09-10 11:35:39 +02:00
Jan Okoński
be5786ef12
Get default config options when not specified in user config ( #2126 )
2017-09-06 22:58:09 +02:00
CHaBou
f6bfbdf170
Fix session cleaning ( #2176 )
...
Regression introduced by #2028
2017-09-06 01:19:37 +02:00
Leo Lamprecht
af7dc1b9c4
1.4.3
2017-09-03 18:28:39 +02:00
Louis Arge
843ebd2fe0
Change "Close Session" shortcut on Linux/Windows ( #2160 )
...
Fix #2156
2017-09-03 17:47:09 +02:00
Leo Lamprecht
0ee4fb6104
Updated dependencies to the latest version ( #2146 )
...
* Bumped dependencies to the latest version
* Bumped root lockfile
* Bumped app dependencies
* Fixed linting
* No command line switch needed anymore for native async/await
* Fixed color error
* Bumped Node.js versions for CI
* Downgraded hterm-umdjs
* Try to fix the AppVeyor build
* Made colors work again
2017-08-31 15:20:39 +02:00
Leo Lamprecht
cfbae08e4f
1.4.2
2017-08-30 22:59:43 +02:00
Leo Lamprecht
4351d86144
1.4.1
2017-08-30 21:59:43 +02:00
Leo Lamprecht
e90ad48a05
1.4.0
2017-08-30 19:51:25 +02:00
Leo Lamprecht
affa50343e
Ensured that async-retry is added to the bundle ( #2131 )
2017-08-30 19:26:28 +02:00
Leo Lamprecht
356f93ff04
Ensure correct update channel is displayed in About window ( #2130 )
2017-08-30 19:14:28 +02:00
Leo Lamprecht
a2d4936e50
Retry loading it if config doesn't exist in auto updater ( #2129 )
...
* Made it easier
* Return the config
* Missing semicolon added
* Fixed the linting
2017-08-30 18:54:45 +02:00
Albin Ekblom
26abc6bd15
Write contents of default config to hyper.js ( #2128 )
2017-08-30 14:33:31 +02:00
Leo Lamprecht
6b886afc36
Use a string for setting the update channel ( #2127 )
...
* Adjusted config option
* Accept new config value
2017-08-30 14:12:59 +02:00
Philippe Potvin
300f7cbde4
Plugins revamp ( #2108 )
...
* extentions file
* plugs folder creation
2017-08-21 20:07:50 -04:00
Benjamin Staneck
0df4ae07cb
Update node-pty to 0.7.0 ( #2109 )
...
Changelog: https://github.com/Tyriar/node-pty/releases/tag/0.7.0
2017-08-21 15:35:10 -04:00
Leo Lamprecht
fa1b607026
Show update channel in About window ( #2102 )
...
* Show update channel in About window
* Improved syntax
2017-08-20 13:03:13 +02:00
Leo Lamprecht
a0713f86e8
Added config switch for update channel ( #2101 )
2017-08-20 12:18:42 +02:00
CHaBou
5d171aa33e
Return created window ( #2081 )
2017-08-14 21:29:50 -04:00
Adam Stankiewicz
cd1b8cd064
Ship yarn with hyper ( #381 )
2017-08-14 09:42:28 +02:00
Andy
de8e70f935
Make builds work again and catch squirrel errors on windows ( #2078 )
...
* Catch errors for electron-squirrel-startup
* Made builds work again
* linting
* linting
2017-08-13 07:03:35 +02:00
Albin Ekblom
be8e0cce29
Replace gaze with chokidar for config watcher ( #1946 )
...
* Replace gaze with chokidar for config watcher
* Pin deps
2017-08-13 00:23:48 +02:00
Benjamin Staneck
4e9bd4d953
and another one ( #2063 )
2017-08-09 02:23:45 -04:00
Benjamin Staneck
e175df780a
fix missed this => window ( #2058 )
2017-08-08 22:37:05 -04:00
Benjamin Staneck
263caa0659
Dependency updates ( #1958 )
...
* Dependency updates
* update babel-loader, electron-builder, electron-builder-squirrel-windows
* update node-pty to 0.6.9
release notes: https://github.com/Tyriar/node-pty/releases
* update node-pty to 0.6.10
release notes: https://github.com/Tyriar/node-pty/releases/tag/0.6.10
* update electron-builder
* more dependency updates
* Update Electron and family
Electron release notes: https://github.com/electron/electron/releases/tag/v1.6.12
* Update redux to 3.7.2
* Update webpack to 3.x and enable ModuleConcatenation
Basically absorb PR #1967
* Update react and react-dom
* also absorb the changes of PR https://github.com/zeit/hyper/pull/2056
2017-08-08 16:29:54 -04:00
Philippe Potvin
eb85e14cbc
fix ( #2057 )
2017-08-08 15:51:26 -04:00
Philippe Potvin
c01b4112ea
fix devtools ( #2048 )
...
* fix devtools
* simp
2017-08-07 21:17:09 -04:00
Leo Lamprecht
866b5b82ce
New URL for update server ( #2047 )
2017-08-04 23:52:38 +02:00
Philippe Potvin
4fd115bf27
Update window creation ( #2028 )
...
* add ui/window
* move window and optimize code
* cleanup
2017-08-02 15:20:03 -04:00
CHaBou
db35faa431
Show plugin (name and version) loaded ( #1826 )
...
* Print plugin name and version in devtools
* Add plugins informations in About dialog
2017-06-19 23:02:53 +02:00
Philippe Potvin
ab703b5bf2
Add docs for keys modification ( #1937 )
...
* Add keymaps docs to website
* de-beautify
2017-06-14 21:03:41 -04:00
Albin Ekblom
0bf10f3768
Escape parentheses for dropped files/folders ( #1935 )
...
* Escape parentheses for dropped files/folders
Fixes #1933
* Cleanup regex
* Wrap dropped path in single-quote
* Escape single quote inside single quote
* Handle escaping with current shell
* Cleanup escape
2017-06-14 09:12:03 -07:00
nitsakh
7b403380b0
Addressing issue #1862 by filtering out Boolean values from the plugins list ( #1927 )
...
* Addressing issue #1862 by filtering out Boolean values from the plugins list in the config.
* Updating the PR based on review comments.
2017-06-13 03:48:56 +02:00
Albin Ekblom
056c88f741
Check default app ( #1918 )
...
* Check .js default app
* Cleanup fallback check
* Check all keys
* Check for empty strings
2017-06-09 20:29:15 +02:00
Philippe Potvin
ca849425ac
Conditional menu build fix for window ( #1903 )
...
* use speard for menu building
2017-06-03 22:12:14 +02:00
Philippe Potvin
93b2229ff5
Implements Commands Key mapping ( #1876 )
...
Keymaps part 2
2017-06-02 20:03:47 -04:00
Thomas Schoffelen
709fc03933
Fixed a bug with installing plugins ( #1896 )
...
Where NPM@5 whould rely on package-lock.json and not actually install new entries in package.json.
2017-06-02 15:52:38 +02:00