1.2.0
Bye tab focus issue! + Lots of Win/Linux fixes
Improvements
Fix dragging and dropping URLs into the terminal.
- Inserts them as text into the shell instead of navigating!
- Thanks @grahamkennery df0a3c6
Add right click to copy
- Configurable via `quickEdit` in `~/.hyper.js`. - Default `true` for Windows, `false` otherwise - Thanks @Specro 270fe5bOthers
- Make the scrollbar look the same on all platforms (@stefanivic) ed28256
- Make titlebar look better on Windows (@paulcbetts) 0ff1cb9
Bugfixes
- Fixed plugin installation in the Fish shell (@knewter) 6fac65e
- Fixed "shell configuration change" warning when the shell hasn't changed (@matheuss) d44deb3
- Fixed copy+paste for Linux and Windows (@matheuss) b4943a0
- Fixed up/down on Bash for Windows via
node-pty
(@Tyriar)
Meta-improvements
Improvements on the docs, plugin hooks, DX, …
- Fix task (
npm run pack
) for producing a prod-like bundle during dev (@rauchg) 2094765 - Add instructions to install via Chocolatey (@chantisnake) 62c0f80
- The Hyper website is now under this main repo (under
./website
) to simplify docs contributions (@matheuss) - Bump webpack to
2.2.0
(@matheuss) 40d5c2f - Update Windows installations instructions (@felixrieseberg) 6f75865
- Add
reduceTermGroups
docs reference for plugin authors (@chabou) a2accca - Improve notes for
node-pty
compilation (@matheuss) 28e7e8e
Credits
- Special thanks to @paulcbetts who is helping us with Windows support
- Special thanks to @chabou, @ppot, @albinekb and the entire Hyper community for their sustained help!