Benjamin Staneck
|
3015855fe8
|
Update electron to 1.7.9 (#2358)
|
2017-10-13 12:37:34 -07:00 |
|
Siim Orasmäe
|
8237ba541f
|
Fixed minor JS error, optimized website assets (#2357)
* Fixed video onended JS error
* Optimized website assets
666KB -> 544KB, i.e. "Riddikulus" :)
|
2017-10-13 12:37:19 -07:00 |
|
CHaBou
|
8aa7d90ff1
|
Fix lint
|
2017-10-05 21:04:14 +02:00 |
|
CHaBou
|
9c9a307958
|
Merge branch 'master' into canary
|
2017-10-05 20:49:20 +02:00 |
|
CHaBou
|
7f1baff5e1
|
Fix keyboard event handling (#2331)
Implement Mousetrap-like keyboard handling
|
2017-10-05 20:40:02 +02:00 |
|
CHaBou
|
bcf1157b37
|
Add new keymaps to jump between tabs (#2330)
|
2017-10-05 20:39:39 +02:00 |
|
CHaBou
|
d3a015466a
|
Move Date.now() into actions to have pure reducers (#2324)
Reducers shouldn't have side effect. Date.now() is a side effect and should be done in action creators.
|
2017-10-04 00:18:55 +02:00 |
|
Matt bc
|
2b61d4c081
|
Add config to issue report template (#2293)
* fixes #1789
|
2017-10-03 23:56:07 +02:00 |
|
Stefan Miodrag
|
2d14b19dcd
|
removed contractions for consistency (#2325)
removed contractions for consistency, ie: `you're` into `you are`.
|
2017-10-03 20:48:25 +02:00 |
|
Nelson Henrique
|
8eb4541eea
|
fix single tab title (#2289)
* fix single tab title
* fix single tab margin/padding
|
2017-10-02 16:49:05 +01: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 |
|
Benjamin Staneck
|
c9b508ff9a
|
Dependency updates! (#2310)
React 16 is now final, hterm is removed as it is no longer used.
|
2017-09-30 13:30:43 +02:00 |
|
Leo Lamprecht
|
47ccbe0c81
|
Request release intro automatically (#2296)
* Request release intro automatically
* Removed useless assignment
* Better name for field
|
2017-09-27 10:43:39 +02:00 |
|
CHaBou
|
b41c0bf2cc
|
Type checking configuration (#2291)
|
2017-09-27 00:35:14 +02:00 |
|
Leo Lamprecht
|
4ea9865ba5
|
1.4.8
|
2017-09-26 11:40:51 +02:00 |
|
Leo Lamprecht
|
cfb0454f2e
|
Update Electron to 1.7.8
Related to #2277
|
2017-09-26 11:40:30 +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 |
|
Benjamin Staneck
|
f0e9507caa
|
Restore lost commits from v2 branch (#2275)
* Fix decorated config with default colors (#2241)
Fix #2240
* Update xterm.js to 2.9.2 (#2236)
* Enable VS Codes type checking and quick fixes for Javascript files
* https://code.visualstudio.com/docs/languages/javascript#_type-checking-and-quick-fixes-for-javascript-files
* Ignore the dist dir as well
|
2017-09-25 15:26:04 +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 |
|
Guillermo Rauch
|
8283ce6825
|
add BC getTermDocument and a note about deprecation
|
2017-09-25 14:46:53 +02:00 |
|
Guillermo Rauch
|
19f53550ea
|
pty data events related perf improvements
|
2017-09-25 14:44:43 +02:00 |
|
Guillermo Rauch
|
5ab064ff64
|
remove outdate comment
|
2017-09-25 14:31:21 +02:00 |
|
Guillermo Rauch
|
a2539daf7b
|
Merge branch 'canary' of github.com:zeit/hyper into canary
|
2017-09-25 14:00:56 +02:00 |
|
Guillermo Rauch
|
0ed146c7d9
|
remove redux logger since it slows down pty events in development
|
2017-09-25 14:00:27 +02:00 |
|
Guillermo Rauch
|
57cb32de7e
|
avoid double requestAnimationFrame loop since xterm already has one
|
2017-09-25 14:00:11 +02:00 |
|
Guillermo Rauch
|
b775e23c3c
|
Revert "improve writing performance by avoiding redux for pty events"
This reverts commit 44dfb0faf8.
|
2017-09-25 13:55:04 +02:00 |
|
Benjamin Staneck
|
d64a514912
|
Ignore dist dir in eslint (#2280)
|
2017-09-25 12:41:50 +02:00 |
|
Guillermo Rauch
|
56a4ab26bb
|
remove mousetrap package
|
2017-09-25 00:52:00 +02:00 |
|
Guillermo Rauch
|
44dfb0faf8
|
improve writing performance by avoiding redux for pty events
|
2017-09-25 00:48:52 +02:00 |
|
Leo Lamprecht
|
2412d3422a
|
2.0.3
|
2017-09-24 12:08:29 +02:00 |
|
Guillermo Rauch
|
de69aab095
|
Fixed broken resizing (#2273)
* simplify and fix resizing
* don't lint built bundles
* bump eslint
|
2017-09-24 12:06:17 +02:00 |
|
Mina
|
a31e94eb5a
|
Fixed icon proportions in About window (#2265)
|
2017-09-22 23:53:49 +02:00 |
|
Alexander Wunschik
|
e30cbaced4
|
added "quickEdit" to the website docs (#2258)
fixes #2254
|
2017-09-21 22:39:04 +02:00 |
|
maxkeiser
|
384cb12df7
|
Added updateChannel in #cfg table (#2244)
|
2017-09-21 02:53:22 +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
|
43242cf663
|
Add canary icons and setup CIs
|
2017-09-20 01:09:39 +02:00 |
|
CHaBou
|
14036e9094
|
Clean out old code
|
2017-09-18 22:20:34 +02:00 |
|
CHaBou
|
46173019cd
|
Prevent xterm to emit focus event twice
|
2017-09-18 22:13:45 +02:00 |
|
CHaBou
|
f8c19b0ef2
|
Merge branch 'master' into v2
|
2017-09-17 23:08:33 +02:00 |
|