Skip to content

1.2.0

Compare
Choose a tag to compare
@matheuss matheuss released this 16 Feb 01:06
· 2671 commits to master since this release
70822a3

Bye tab focus issue! + Lots of Win/Linux fixes

Improvements

Fix dragging and dropping URLs into the terminal.

2017-02-15 18 10 44

Add right click to copy

- Configurable via `quickEdit` in `~/.hyper.js`. - Default `true` for Windows, `false` otherwise - Thanks @Specro 270fe5b

Others

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!