Jan Okoński
be5786ef12
Get default config options when not specified in user config ( #2126 )
2017-09-06 22:58:09 +02:00
Leo Lamprecht
af7dc1b9c4
1.4.3
2017-09-03 18:28:39 +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
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
Adam Stankiewicz
cd1b8cd064
Ship yarn with hyper ( #381 )
2017-08-14 09:42:28 +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
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
Benjamin Staneck
871fca5988
Update node-pty to 0.6.6 ( #1856 )
...
Comes with winpty 0.4.3 (https://github.com/rprichard/winpty/releases/tag/0.4.3 )
2017-05-21 21:43:09 -07:00
Benjamin Staneck
a2fb0eed34
Update node-pty to 0.6.4 ( #1832 )
...
Fixes https://github.com/Tyriar/node-pty/issues/67 and enables https://github.com/henrikdahl/hyper-statusline/issues/38
2017-05-16 12:20:50 -07:00
Guillermo Rauch
0080f1da81
bump version
2017-05-12 14:50:04 -07:00
Guillermo Rauch
0bf5fade30
Release 1.3.2
2017-05-09 12:20:23 -07:00
Matheus Fernandes
a4618a55af
1.3.1
2017-03-10 14:31:53 -03:00
Matheus Fernandes
7aa8188ddd
1.3.0
2017-02-23 08:10:59 -03:00
Guillermo Rauch
bdafe49c9f
Release 1.2.1
2017-02-15 23:09:55 -03:00
Matheus Fernandes
ef984a488d
Remove node-pty from the development package.json
...
Thanks @Tyriar – closes #1468
2017-01-31 18:01:42 -02:00
Matheus Fernandes
e34dab54a8
1.2.0
2017-01-21 21:52:14 -02:00
Matheus Fernandes
bbd14bca09
Bump node-pty to 0.6.0 – Closes #1186 #1127
2017-01-21 16:07:08 -02:00
Nathan White
470d02dbfd
Nw/pty fixes ( #1353 )
...
* changed pty package and update references
* fixed linting issues
* added npm clean script
2017-01-09 18:37:46 -08:00
Guillermo Rauch
bcd5b75795
Release 1.1.0
2017-01-09 14:35:54 -08:00
Guillermo Rauch
17df56d397
bump version + trigger build
2016-12-15 12:40:30 -08:00
Matheus Fernandes
833383a1cc
v1.0.0
2016-11-22 12:23:17 -02:00
Liudas Dzisevicius
0c30fc0bcf
Add shell menu feature ( #1017 )
...
* Add shell menu feature
* Rename and remove cofig option
2016-11-22 10:06:03 -02:00
Matheus Fernandes
b97b2dde7c
Bummp uuid to match the root package.json
2016-11-19 10:56:10 -02:00
Matheus Fernandes
9c90e19760
Add Windows support and first-class Linux support ( #946 )
...
* `child_pty` => `pty.js`
* Create a frameless window on Windows and Linux
* Add a brand new UI for Linux and Windows 💅
* [Windows] Fix plugin installation
* [Windows] Fix the `build` script
* [Windows] Add a bigger `icon.ico`
* [Mac] Add `WebKitAppRegion: drag` when running on macOS
* Fix code style 🤔
* Add `appveyor.yml`
* Fix code style (again)
* [Windows] Fix AppVeyor's `install` script
* [Windows] Try a new AppVeyor config
* [Windows] Set the binary path so Spectron can run the tests
* [Windows] Try to build on x64
* Try again to build on x64
* Try one more time 😩
* Throw an error to indicate that `pty.js` was built incorrectly
* [Win/Linux] Add `display: hidden` to <Tabs /> if tabs.length === 1
* [Win/Linux] Reorganize SVGs – via @CodeTheory
* [Win/Linux] Fix the hamburger menu height
* Make the SVGs look better with `shape-rendering: crispEdges;`
* [Win/Linux] Add config options for the window controls and the 🍔 menu
* Add `electron-squirrel-startup` dependency
* [Win] Handle Squirrel commands
* [Win/Linux] Fix default color for the 🍔 and window controls – via @CodeTheory
* [Win/Linux] Add some padding - via @CodeTheory
* [Win/Linux] Add hover states – via @CodeTheory
* [Win] Fix empty window/tab titles
* [Win] Fix opening Preferences (#978 )
* [Win] Fix opening Preferences
* Update ui.js
* Update ui.js
* Enhance messages and default editor
* [Win] Add dependency instructions to the README.md [skip ci]
* Fix code style
* [Win/Linux] Check the number of open windows before quitting the app
2016-11-11 15:18:04 -02:00
Guillermo Rauch
a8b17e6322
0.8.3
2016-10-17 17:37:13 -07:00
Guillermo Rauch
91d3b9afbf
0.9.0
2016-10-17 17:23:20 -07:00
Leo Lamprecht
83b47a553d
Make description match the repo's
2016-10-17 10:29:49 +02:00
Leo Lamprecht
a639965669
Remove duplicates from package files
2016-10-17 10:29:12 +02:00
Guillermo Rauch
d6009888a3
0.8.2
2016-10-15 17:47:28 -05:00
Guillermo Rauch
396a938ffc
package: bump gaze to hopefully resolve uncaughts
2016-10-15 16:46:43 -05:00
Martin Ek
7a08b1dc3e
Fix xo 0.17 errors and use root xo config for app ( #859 )
...
* Use parent xo config in app/
* lint: Fix xo 0.17 errors
* app: add missing semver dependency
2016-10-12 20:35:44 -05:00
Martin Ek
2ffc1aee3d
Move notification fetching to the main process ( #804 )
...
* Move notification fetching to the main process
* Add npm run app
2016-10-07 20:28:40 -07:00
Guillermo Rauch
9f771e839f
api updates
2016-10-06 08:28:43 -07:00
Guillermo Rauch
fd29fab068
Revert "package: update"
...
This reverts commit f3688c1fd6 .
2016-10-05 09:21:27 -07:00
Guillermo Rauch
f3688c1fd6
package: update
2016-10-05 09:21:17 -07:00
Guillermo Rauch
689e73d3d8
change version
2016-10-04 20:02:26 -07:00
Leo Lamprecht
ee1405997d
Let xo handle all directories
2016-09-22 07:41:07 +02:00
Brandon Bayer
32a665d7c0
feat: in development, use git-describe for appVersion ( #729 )
...
Normally appVersion is set from package.json
closes #718
2016-09-20 19:51:15 -03:00
Daniel Bayerlein
d610104a7a
Add missing color dependency ( #725 )
2016-09-20 13:49:30 -03:00
Leo Lamprecht
fbe0c9c556
Increment version tag
2016-09-15 09:23:57 +02:00
Leo Lamprecht
56f718a0f4
Adjusted author
2016-08-20 09:47:30 +02:00
Lorenzo Zottar
3dd8eadc90
Moved "file-uri-to-path" dep to app package.json ( #569 )
2016-08-05 10:03:49 +01:00
Albin Ekblom
3198a90823
Use configured shell to update plugins ( #447 )
...
* Use configured shell to update plugins
* Make it more compatible
* Use shell-env@0.2.0
2016-07-30 20:51:09 +02:00
Guillermo Rauch
60ad05f374
app: bump package.json version
2016-07-26 11:40:36 -07:00
Guillermo Rauch
0699d266cd
fix app/package.json for debian build
2016-07-25 15:52:39 -07:00
Guillermo Rauch
0e84fd1965
pin uuid
2016-07-25 11:33:16 -07:00