Juan Campa
1c87f255b3
3.0.1-canary.1
2019-05-08 15:13:38 -04:00
Juan Campa
a5f86d55c6
Add migration path from Hyper2 config location to Hyper3 ( #3610 )
...
* Add migration path from Hyper2 config location to Hyper3
* Use fs-extra, not fs-extra-p
* Better approach that also handles plugin migration
* Remove plugins migrationn
* Migrate local plugins
* Empty to force CI
2019-05-08 14:56:45 -04:00
Juan Campa
34fb41c23b
3.0.0-canary.10
2019-05-06 00:01:42 -04:00
Juan Campa
22b5bbb488
Use sane location for config ( #3584 )
2019-05-06 00:00:50 -04:00
Juan Campa
7d67b76715
3.0.0-canary.9
2019-05-05 17:51:47 -04:00
Jaimin Pandya
a7c9555c3e
Update copyright year in Help->About Hyper ( #3415 )
...
* Update copyright year
I don't know if this is necessary or not as it's not for the license(from https://github.com/zeit/hyper/pull/2566 ).
Still mentioning it since I noticed it.
* Remove a typo
2019-04-16 21:47:59 +02:00
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