Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vercel/hyper

A terminal built on web technologies
https://github.com/vercel/hyper

Merge branch 'master' into v2

f8c19b0ef250b25d4b7348feaca38cfbcbba0ccc authored about 7 years ago by CHaBou <[email protected]>
Revert "Normalize keymap internals" (#2225)

This reverts commit 751c06e4370d41d75748f0dcabb340cc3b48b16a.

e0d793eeeb1f16cf8f4968d76c6e6b33a41148cc authored about 7 years ago by CHaBou <[email protected]>
Improve readme (#2196)

* Improve contribute section of readme file

In response to issue #2188, the "Contribute" sect...

121d411855d3a351dbf784065ba5081476bacfdd authored about 7 years ago by Lucas <[email protected]>
Merge branch 'master' into v2

7733067debaf5b12219c05cfa93820ee00d7a993 authored about 7 years ago by CHaBou <[email protected]>
Normalize keymap internals (#2210)

Fix #2195

751c06e4370d41d75748f0dcabb340cc3b48b16a authored about 7 years ago by Wilson Tayar <[email protected]>
Merge branch 'master' into v2

d6fc99e1d605c9f1283b637447de6c3c6e18caaf authored about 7 years ago by CHaBou <[email protected]>
Upgrade React to v16

* Introduce 2 base components: Component and PureComponent. Before, we have only PureComponent b...

f8366d010d549f06d4c8c4ca16eb9cfef3400fea authored about 7 years ago by CHaBou <[email protected]>
1.4.6

9f4bff7f52c4af0bad0ecd1c73d7a4ecf100389f authored about 7 years ago by Leo Lamprecht <[email protected]>
Made file watching work on Windows (#2220)

51b08930eedcd7363a5aa378af09ed827f66cd11 authored about 7 years ago by CHaBou <[email protected]>
1.4.5

966aad150d1251a7f2c5dfa3df76498a2b97bbf5 authored about 7 years ago by Leo Lamprecht <[email protected]>
Replace `chokidar` by `fs.watch` (#2217)

bd5b16c7dabd3dac29ddbc4cb518289edcf14fcd authored about 7 years ago by CHaBou <[email protected]>
Merge branch 'master' into v2

* master:
Revert #2126 (#2202)
Use child_process.execFile to prevent unescaped stuff (#2206)...

507fc282000090c27af57584df898e704c1626d2 authored about 7 years ago by CHaBou <[email protected]>
Revert #2126 (#2202)

97d1ae33d3d1fb4010f03994b5cc2c8e5be36637 authored about 7 years ago by CHaBou <[email protected]>
Use child_process.execFile to prevent unescaped stuff (#2206)

Fix #2173

53a5a425f7e9bc66785975ae626ab3c70288a5d0 authored about 7 years ago by Donghao Ren <[email protected]>
Handle xterm url opening

4888a9b39418d3d56b935ece67397fd882aeed9d authored about 7 years ago by CHaBou <[email protected]>
Make Hyper more robust against plugins

* Add some try/catch
* Support React@16 error boundaries for render decorated components

9bd410f1e4e17d547783164f37d76dca2ff60b11 authored about 7 years ago by CHaBou <[email protected]>
1.4.4

79472c537a54b9a79082fa8b04d24d14e7b22afe authored about 7 years ago by Leo Lamprecht <[email protected]>
Merge branch 'master' into xterm-linted

* master:
Fix yarn.lock (#2194)
Fix for keymapping bug on Linux and Windows (#2189)
Set se...

3e632577e52a60eaadd3a55b9243a8c2eb8eccac authored about 7 years ago by CHaBou <[email protected]>
Fix yarn.lock (#2194)

48f5b6e08fac1a768d721a3b31f19693ffe0d65a authored about 7 years ago by Albin Ekblom <[email protected]>
Fix for keymapping bug on Linux and Windows (#2189)

* Fix for keymapping bug on Linux and Windows

In response to issue #2156, the keymapping conf...

3bca7c28919e4ed2fe433c4005fb22b86bb5702b authored about 7 years ago by Lucas <[email protected]>
Set session CWD only if there is an active session (#2191)

b5f06759eec6d296aa017962d7829938ccaf5f1c authored about 7 years ago by Harrison Harnisch <[email protected]>
Upgrade Electron to v1.7.6 (#2193)

01f77796466b27bf6d7a853a254776667c78229d authored about 7 years ago by CHaBou <[email protected]>
Fix plugin path in dev mode (#2192)

When a dev config (<project_dir>/.hyper.js) is used, plugins should be searched/installed in <pr...

3b1ec4e4359a71f49f0fbadf329cd2c57385563b authored about 7 years ago by CHaBou <[email protected]>
Add prettier and resolve all lint errors

1155bb54b19016507e3da8bec0a220558eb9242c authored about 7 years ago by CHaBou <[email protected]>
Merge branch 'master' into xterm

* master:
Add default keymaps reference to documentation (#2185)
Add category option under l...

0fbf7cfc97f57bcfaba7868f6939501d59b948a6 authored about 7 years ago by CHaBou <[email protected]>
Translate automatically hterm css class in config

Change css class name in config after plugin decoration for partial backward compatibility

df68daaabaa7daf6ad346590612c4735a747a8f2 authored about 7 years ago by CHaBou <[email protected]>
Add depreaction warning for hterm css

* Notify user when its config conatins deprecated CSS classes
* Add warning in devtools console ...

a9bb9b697bc1c287e532794d921970679267c0d0 authored about 7 years ago by CHaBou <[email protected]>
Fix horizontal split and term resize

c91c025eddc805a851e04ec09fc2601f7d685598 authored about 7 years ago by CHaBou <[email protected]>
Add default keymaps reference to documentation (#2185)

6d68278b60d389596ed8c123e449897da6b60ec8 authored about 7 years ago by Junior Oliveira <[email protected]>
Add category option under linux key in root package.json (#2184)

Fix #2097

26a9823def43f08ba1565e713d6517a12fec0a2e authored about 7 years ago by Lucas <[email protected]>
Add vscode debug config, update readme (#2181)

da395a8f3972f4e502e1e738cb4c24b441c6df9a authored about 7 years ago by Chris Chou <[email protected]>
Get default config options when not specified in user config (#2126)

be5786ef12e85a96e45d88f041e5ca262fb72d77 authored about 7 years ago by Jan Okoński <[email protected]>
Fix session cleaning (#2176)

Regression introduced by #2028

f6bfbdf170a8414cbc6ca612c59579ceff14ace3 authored about 7 years ago by CHaBou <[email protected]>
Use config.colors for 16 first ANSI colors

b5eb4377519336920e7eb391dc9fb75998f22898 authored about 7 years ago by CHaBou <[email protected]>
Fix term background and scrollbar

52bb0d9b3d74f32413bf0fe5968abef6187eedb1 authored about 7 years ago by CHaBou <[email protected]>
Delete .DS_Store file (#2171)

File inavertenty commited in #2114

0174e1931ac7a80f7438c4e934bb9ed38ec32e85 authored about 7 years ago by CHaBou <[email protected]>
Merge branch 'master' into xterm

* master: (62 commits)
1.4.3
Disable ia32 linux releases (#2164)
Fixed writing composed ch...

944f9d7e899f162e71bd853dbfa53fe38aa51b2d authored about 7 years ago by CHaBou <[email protected]>
real xterm and keymap (#1983)

* Use real xterm and intercept shortcuts

* Update xterm.css for selection feature

b656bba285fadcefe17c0acc1f56212c0563d988 authored about 7 years ago by CHaBou <[email protected]>
1.4.3

af7dc1b9c49c9ee840d97e6376e31094a9ba212d authored about 7 years ago by Leo Lamprecht <[email protected]>
Disable ia32 linux releases (#2164)

Fix #2161
Fix #2150

e2d0f825c6bac5b028fedf79bdc26f0d91de7437 authored about 7 years ago by CHaBou <[email protected]>
Fixed writing composed characters (#2158)

Fixes #2140

a348185cc57b00719edf0cdb07878a6ccf9a0232 authored about 7 years ago by CHaBou <[email protected]>
Doc: Add yarn install to contribute instructions (#2117)

537e58ec102812d8ff463472fb632c9e39d722bb authored about 7 years ago by Ian <[email protected]>
Change "Close Session" shortcut on Linux/Windows (#2160)

Fix #2156

843ebd2fe06902264f15678a7991a3f4fb5727a7 authored about 7 years ago by Louis Arge <[email protected]>
Notice for plugins (#2114)

* add notes for plugins

* rm spaces

d2167073dfe5f6f9648ed689ec34cfcac5003983 authored about 7 years ago by Philippe Potvin <[email protected]>
Updated dependencies to the latest version (#2146)

* Bumped dependencies to the latest version

* Bumped root lockfile

* Bumped app dependenci...

0ee4fb6104b82f25d3f0320fbe127da877af8212 authored about 7 years ago by Leo Lamprecht <[email protected]>
1.4.2

cfbae08e4fc37a610300c2e9a33e4db1f40be8f2 authored about 7 years ago by Leo Lamprecht <[email protected]>
Reverted class names to as they were before (#2139)

This fixes #2135

e698bbc961ce9cdcf89e63bc1aea449a45e5f7b0 authored about 7 years ago by CHaBou <[email protected]>
1.4.1

4351d86144953c5b44abfcfcf9b039e7b2bb8524 authored about 7 years ago by Leo Lamprecht <[email protected]>
AppVeyor environment variables are now on the platform (#2137)

3aceb143571eeac93a58f81da7d0b7dcd92cdbc1 authored about 7 years ago by Leo Lamprecht <[email protected]>
Brought back the icon for closing tabs (#2136)

5ceca9e2001fc1de2c9ea93ceb301db217acca9e authored about 7 years ago by Leo Lamprecht <[email protected]>
Brought back keymap documentation to the website (#2133)

Revert #2103

df7b0df4abd4bbe5839595532283205ae68fb0f2 authored about 7 years ago by CHaBou <[email protected]>
1.4.0

e90ad48a0505e7625fb875b49afed940c41f9e2c authored about 7 years ago by Leo Lamprecht <[email protected]>
Don't build on master, except for releases (#2132)

f9624cc3abd559994a383fcf616b0f4ddabb79e9 authored about 7 years ago by Leo Lamprecht <[email protected]>
Ensured that `async-retry` is added to the bundle (#2131)

affa50343eff6d5774b8433f9f9efa4bfd070f70 authored about 7 years ago by Leo Lamprecht <[email protected]>
Ensure correct update channel is displayed in About window (#2130)

356f93ff04bbc0a14a66659db01fc80b0e7c3858 authored about 7 years ago by Leo Lamprecht <[email protected]>
Retry loading it if config doesn't exist in auto updater (#2129)

* Made it easier

* Return the config

* Missing semicolon added

* Fixed the linting

a2d4936e50c6784c8f4835a419781fa22cee4cef authored about 7 years ago by Leo Lamprecht <[email protected]>
Write contents of default config to hyper.js (#2128)

26abc6bd15314c023b2b00ef3fb701b6fb49b23e authored about 7 years ago by Albin Ekblom <[email protected]>
Use a string for setting the update channel (#2127)

* Adjusted config option

* Accept new config value

6b886afc361143f44ce5a9327e94fd155a37170f authored about 7 years ago by Leo Lamprecht <[email protected]>
Plugins revamp (#2108)

* extentions file

* plugs folder creation

300f7cbde448124cced718d6b597cf87c55d216d authored about 7 years ago by Philippe Potvin <[email protected]>
Tell Yarn to cache dependencies (#2113)

* Tell Yarn to cache dependencies

* Updated license year

5300b778136935e76850314c0ad7a97153df01f4 authored about 7 years ago by Leo Lamprecht <[email protected]>
Only publish for tags (#2112)

* Only publish for tags

* Tell Yarn the right thing

ec8bd4ef99f40b91ff3514a24c9515dde2de7858 authored about 7 years ago by Leo Lamprecht <[email protected]>
Made Circle CI builds work (#2110)

* Add CircleCI Badge

* Fix typo

* Replace yarn by npm

* Replace yarn by npm

* Always...

8a3e002aa588278f9223101f96f6f69c76037994 authored about 7 years ago by CHaBou <[email protected]>
Use Circle CI for macOS builds (#2105)

* base circle

* use xcode

b5e9496d18ae93384fcf52bf4603122eed669e5e authored about 7 years ago by Philippe Potvin <[email protected]>
Update node-pty to 0.7.0 (#2109)

Changelog: https://github.com/Tyriar/node-pty/releases/tag/0.7.0

0df4ae07cbf4ef62e4d906faf7859a5b1bde407a authored about 7 years ago by Benjamin Staneck <[email protected]>
Temporarily hide keymaps from documentation (#2103)

b92bc1ec6fe92453fe59599f9523ef314917e77a authored about 7 years ago by CHaBou <[email protected]>
Show update channel in About window (#2102)

* Show update channel in About window

* Improved syntax

fa1b607026d17db11685ee2d4275f40c34d4d4de authored about 7 years ago by Leo Lamprecht <[email protected]>
Added config switch for update channel (#2101)

a0713f86e86b24ca1dcdb24f788b833ec4553682 authored about 7 years ago by Leo Lamprecht <[email protected]>
Fixed download links on website (#2099)

* Adjusted download links to use new update server

* Fixed download links of call to action
...

c16a14525320d833fe6052f006b0cbc918c9a088 authored about 7 years ago by Leo Lamprecht <[email protected]>
Lowercased readme and removed useless files

578d84de8038b84795979c666b519470df6020c7 authored about 7 years ago by Leo Lamprecht <[email protected]>
ASAR is enabled by default, no need to set it (#2098)

6bdb04db124b08ee429720292a774fda1a6bb80d authored about 7 years ago by Leo Lamprecht <[email protected]>
Use yarn instead of npm for scripts. (#2083)

2ce66662e11614b0e4bd35df658aff2e275c4b86 authored about 7 years ago by Harrison Heck <[email protected]>
Fixed wording about package managers (#2086)

66b9eebe9b430773357d6ed1cc73ff968f2e7f04 authored about 7 years ago by Leo Lamprecht <[email protected]>
Return created window (#2081)

5d171aa33ee6b0f4e2bbe24a4cf9362e3b5007d5 authored about 7 years ago by CHaBou <[email protected]>
Ship yarn with hyper (#381)

cd1b8cd0649a8d303cc48da3b586c566750d90b6 authored about 7 years ago by Adam Stankiewicz <[email protected]>
Travis: use yarn cache, update node to v7.9.0 and remove git-lfs (#2060)

10abd8149e7ab35c5178f0a64b37443a6a9d81f8 authored about 7 years ago by Benjamin Staneck <[email protected]>
Make builds work again and catch squirrel errors on windows (#2078)

* Catch errors for electron-squirrel-startup

* Made builds work again

* linting

* linting

de8e70f935c79bb25d996ec53bd87ca7a525922c authored about 7 years ago by Andy <[email protected]>
Replace gaze with chokidar for config watcher (#1946)

* Replace gaze with chokidar for config watcher

* Pin deps

be8e0cce29c5c7e62af56b2fe1367f0d559685e6 authored about 7 years ago by Albin Ekblom <[email protected]>
Normalize shell name before selecting URL-matching regex (#2070)

d9dc415eff89f11cdea0dc4e7450af19ef71f8e5 authored about 7 years ago by Adam Bosco <[email protected]>
and another one (#2063)

4e9bd4d95384f9d689e57bae8a20ec16ad49b714 authored about 7 years ago by Benjamin Staneck <[email protected]>
Update node to v8 on appveyor and add fast_finish (#2059)

By default AppVeyor runs all build jobs. If at least one job has failed the entire build is mark...

1a6135999609539f9695b8c6bb6b5fffcc1d4b6e authored about 7 years ago by Benjamin Staneck <[email protected]>
fix missed this => window (#2058)

e175df780a5bc51334b8d1c73cdd426ef9b5ad1e authored about 7 years ago by Benjamin Staneck <[email protected]>
Dependency updates (#1958)

* Dependency updates

* update babel-loader, electron-builder, electron-builder-squirrel-windo...

263caa0659c0bb072a8d215cd63bc059936c3fb7 authored about 7 years ago by Benjamin Staneck <[email protected]>
fix (#2057)

eb85e14cbc63f9d7b82b9da01920d7508d2ac1a2 authored about 7 years ago by Philippe Potvin <[email protected]>
fix devtools (#2048)

* fix devtools

* simp

c01b4112ea9e469d0446342e654adfe3d4773a7c authored about 7 years ago by Philippe Potvin <[email protected]>
Fix travis build by removing extra snap package (#2053)

2a6d2718162991019ed54329f74d306d99b8b4b4 authored about 7 years ago by Benjamin Staneck <[email protected]>
Alias field added to website

3f694130c01aca87462858fcaa3ea129b20885e8 authored about 7 years ago by Leo Lamprecht <[email protected]>
New URL for latest Hyper release

21f4769231941509e5655ba63e37761aed57b743 authored about 7 years ago by Leo Lamprecht <[email protected]>
New URL for update server (#2047)

866b5b82ce398e3671f041d352136fb7fa51e241 authored about 7 years ago by Leo Lamprecht <[email protected]>
Update window creation (#2028)

* add ui/window

* move window and optimize code

* cleanup

4fd115bf271816058d1a13a754e0ec120bb747e9 authored about 7 years ago by Philippe Potvin <[email protected]>
Merge branch 'xterm' of github.com:zeit/hyper into xterm

3ef368751ba805c64c3fe19af29fe2b1ecc8085e authored about 7 years ago by Guillermo Rauch <[email protected]>
latest

b302962d444309c5e8c66ce2ebd51ba17ecb2f8c authored about 7 years ago by Guillermo Rauch <[email protected]>
New build badge for AppVeyor

8a23b18f2dd67b8353ed24e99af922bd07ab3478 authored over 7 years ago by Leo Lamprecht <[email protected]>
Add Travis dep for Linux (#1957)

`electron-builder` compatibility
See https://github.com/electron-userland/electron-builder/wiki...

221c3ce237556dc9a532f9962a5a9983c6990e66 authored over 7 years ago by CHaBou <[email protected]>
Show plugin (name and version) loaded (#1826)

* Print plugin name and version in devtools
* Add plugins informations in About dialog

db35faa431fad1fc52afe2c0a58d668e720d44a4 authored over 7 years ago by CHaBou <[email protected]>
Set line height same as font size (#1841)

fixes cut font on last line

5ec705000f73dbad5f70b9152708cbeaf4e3c086 authored over 7 years ago by Andrej Mihaliak <[email protected]>
Add docs for keys modification (#1937)

* Add keymaps docs to website

* de-beautify

ab703b5bf2b677e1220af0ba37a7400dec899e0f authored over 7 years ago by Philippe Potvin <[email protected]>
Escape parentheses for dropped files/folders (#1935)

* Escape parentheses for dropped files/folders

Fixes #1933

* Cleanup regex

* Wrap dropp...

0bf10f376856a984117d213008977736b55959e0 authored over 7 years ago by Albin Ekblom <[email protected]>
Cleanup readme (#1934)

* Structure readme

* Shrink titles

6d99a6df3132f90d901823e7cb67eac8ad54ace3 authored over 7 years ago by Albin Ekblom <[email protected]>
Addressing `yarn run dist` issues. (#1928)

* Addressing `yarn run dist` issues.

* Pin node-gyp version

* Move node-gyp to devDependen...

debbfa1553da1409d65f5fd455e0c02602d45549 authored over 7 years ago by nitsakh <[email protected]>
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.

...

7b403380b0b0ac55533a666c8283909bebbd97bf authored over 7 years ago by nitsakh <[email protected]>