CHaBou
9c9a307958
Merge branch 'master' into canary
2017-10-05 20:49:20 +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
Leo Lamprecht
cfb0454f2e
Update Electron to 1.7.8
...
Related to #2277
2017-09-26 11:40: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
0ed146c7d9
remove redux logger since it slows down pty events in development
2017-09-25 14:00:27 +02:00
Guillermo Rauch
56a4ab26bb
remove mousetrap package
2017-09-25 00:52:00 +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
CHaBou
f8366d010d
Upgrade React to v16
...
* Introduce 2 base components: Component and PureComponent. Before, we have only PureComponent but it was impossible to add a shoulComponentUpdate method (used for Terms).
2017-09-16 21:21:50 +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
CHaBou
01f7779646
Upgrade Electron to v1.7.6 ( #2193 )
2017-09-11 10:08:32 +02: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
Lucas
26a9823def
Add category option under linux key in root package.json ( #2184 )
...
Fix #2097
2017-09-07 14:10:04 +02:00
CHaBou
944f9d7e89
Merge branch 'master' into xterm
...
* master: (62 commits)
1.4.3
Disable ia32 linux releases (#2164 )
Fixed writing composed characters (#2158 )
Doc: Add yarn install to contribute instructions (#2117 )
Change "Close Session" shortcut on Linux/Windows (#2160 )
Notice for plugins (#2114 )
Updated dependencies to the latest version (#2146 )
1.4.2
Reverted class names to as they were before (#2139 )
1.4.1
AppVeyor environment variables are now on the platform (#2137 )
Brought back the icon for closing tabs (#2136 )
Brought back keymap documentation to the website (#2133 )
1.4.0
Don't build on master, except for releases (#2132 )
Ensured that `async-retry` is added to the bundle (#2131 )
Ensure correct update channel is displayed in About window (#2130 )
Retry loading it if config doesn't exist in auto updater (#2129 )
Write contents of default config to hyper.js (#2128 )
Use a string for setting the update channel (#2127 )
...
2017-09-03 22:18:43 +02:00
CHaBou
b656bba285
real xterm and keymap ( #1983 )
...
* Use real xterm and intercept shortcuts
* Update xterm.css for selection feature
2017-09-03 21:15:33 +02:00
CHaBou
e2d0f825c6
Disable ia32 linux releases ( #2164 )
...
Fix #2161
Fix #2150
2017-09-03 18:26:22 +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
5ceca9e200
Brought back the icon for closing tabs ( #2136 )
2017-08-30 21:51:45 +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
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
Leo Lamprecht
6bdb04db12
ASAR is enabled by default, no need to set it ( #2098 )
2017-08-19 17:10:31 +02:00
Harrison Heck
2ce66662e1
Use yarn instead of npm for scripts. ( #2083 )
2017-08-15 16:08:45 +02: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
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
nitsakh
debbfa1553
Addressing yarn run dist issues. ( #1928 )
...
* Addressing `yarn run dist` issues.
* Pin node-gyp version
* Move node-gyp to devDependencies
* Addressing review comments.
* Updated yarn.lock.
2017-06-14 02:44:33 +02:00
Benjamin Staneck
38db5095d9
Make npm run clean platform agnostic ( #1901 )
...
* Make npm run clean platform agnostic
* Use rimraf-standalone.js instead of a global install
2017-06-13 00:58:30 +02:00
Guillermo Rauch
6a1dcf9ef0
bunch of changes
2017-06-11 13:42:39 +03:00
Benjamin Staneck
b609366d76
Replace react-addons-pure-render-mixin by React.PureComponent ( #1902 )
...
react-addons-pure-render-mixin is deprecated so use React.PureComponent instead
* https://www.npmjs.com/package/react-addons-pure-render-mixin
* https://facebook.github.io/react/docs/react-api.html#react.purecomponent
2017-06-03 10:31:09 +02:00
Benjamin Staneck
541d07be4c
Dependency updates ( #1889 )
...
* react-addons-pure-render-mixin is deprecated(*) so use React.PureComponent(**) instead
* https://www.npmjs.com/package/react-addons-pure-render-mixin
** https://facebook.github.io/react/docs/react-api.html#react.purecomponent
* Update a few dependencies
* Revert "react-addons-pure-render-mixin is deprecated(*) so use React.PureComponent(**) instead"
This reverts commit b89474d7109c0b1f2ce5407b10dc09665f5957a4.
2017-06-02 15:47:58 +02:00
Albin Ekblom
216c475c2b
Use native Object.values()` ( #1880 )
2017-05-27 23:42:42 -04:00
Benjamin Staneck
650ca65e9c
Update Electron to 1.6.11 ( #1871 )
...
Release notes: https://github.com/electron/electron/releases/tag/v1.6.11
2017-05-25 19:07:10 -07:00
Benjamin Staneck
1a9f935083
Update electron-builder to 17.9.0 ( #1851 )
2017-05-21 15:44:50 -07:00
Benjamin Staneck
bd54f698f7
Enable and use asar ( #1853 )
2017-05-21 21:52:02 +02:00
Albin Ekblom
e09a7f717d
Upgrade electron to 1.6.8 ( #1848 )
...
* Upgrade deps
* Remove --harmony flag
* Add --harmony-async-await flag
* Pin deps
* Use cheap-module-source-map for dev
See https://github.com/webpack/webpack/issues/2145#issuecomment-294361203
* Update yarn.lock
2017-05-20 14:35:11 -07:00
CHaBou
1096519e93
Rollback hterm-umdjs due to regressions. Fix #1803 , fix #1816 . ( #1817 )
2017-05-12 11:00:30 -07:00
Benjamin Staneck
38f966b0f3
Update electron-rebuild to 1.5.10 ( #1805 )
...
Fixes https://github.com/zeit/hyper/issues/1774
2017-05-10 12:14:23 -07:00
Guillermo Rauch
fff88883f9
removing snap again, breaks builds
2017-05-09 13:14:55 -07:00
Marty Gentillon
6e9a95bc69
upgrading hterm-umdjs to 1.1.4 ( #1745 )
...
Includes various hterm bug fixes including one where under certain
zooms and fonts the last line of console output does not display.
Updated hterm from version 15ed49071379e51ae47d929134366eb156a6943a
to a65fd913db6e931756d1199641aa45c556336dd4
see https://chromium.googlesource.com/apps/libapps/+log/HEAD/hterm
see 6cec52ab8e
see b3ce695b50
2017-04-19 22:42:33 +02:00
CHaBou
0696180b92
Downgrade Electron to 1.4.16 ( #1739 )
2017-04-18 14:58:01 -07:00
Leo Lamprecht
900c5b3ac9
Pinned all dependencies
2017-03-20 19:14:49 +01:00
Leo Lamprecht
d1e7126f60
No need to tell greenkeeper about the emails anymore
2017-03-20 19:13:02 +01:00
Stefan Ivic
7066e174dc
fix : install a dep for snaps ( #1617 )
...
* fix : install the missing package
Fix for the failing builds on Travis due to EONENT spawn error.
* fix : update the name to the correct package
* Revert "Remove `snap` target"
This reverts commit a8ce50508a .
* fix : add a ppa and install snapcraft
* fix : auto continue ppa adding
* update : install snapcraft only on linux
2017-03-18 16:08:32 -07:00
Guillermo Rauch
b725969a39
bump electron and webpack
2017-03-17 17:17:12 -07:00
Matheus Fernandes
a8ce50508a
Remove snap target
2017-03-09 17:27:11 -03:00
Guillermo Rauch
12bda394be
bump electron
2017-02-18 00:30:48 -03:00
Stefan Ivic
80a2f3eb14
windows: fix the missing dependency ( #1544 )
2017-02-17 16:49:12 -03:00
Jaga Santagostino
67d6963296
Unit tests for to-electron-background-color ( #1409 )
...
* add initial unit tests for to-electron-background-color
* extract isHexFile to test/testUtils
2017-02-16 15:44:44 -03:00