Skip to content

Releases: vercel/hyper

2.0.0-canary.6

04 Dec 18:56
@leo leo
Compare
Choose a tag to compare
2.0.0-canary.6 Pre-release
Pre-release

New context menu and various bug fixes! 🎈

Minor Changes

  • Add new keymaps to jump between tabs: #2330
  • Add trailingComma rule for config-default.js: #2372
  • Add decorateBrowserOptions to plugin extensions list: #2378
  • Pasting a copied file or dir provides full path to resource: #2364
  • CopyOnSelect support in canary: #2390
  • Add context menu: #2001
  • Multiple keymaps and mousetrap: #2412

Patches

  • Type checking configuration: #2291
  • Fix plugin requiring to authorize @ in config: #2312
  • Fix single tab title: #2289
  • Removed contractions for consistency: #2325
  • Add config to issue report template: #2293
  • Move Date.now() into actions to have pure reducers: #2324
  • Fix keyboard event handling: #2331
  • Update electron to 1.7.9: #2358
  • Fix typo in comment: #2383
  • Zoom Keymap Consistency: #2365
  • Removing call to undefined function on resize: #2396
  • Move syntax error description to notification body: #2404
  • Update dependencies: #2416
  • Fix contextMenu: ec6ecdd
  • Fix Preferences menu item: c00c10e

Credits

Huge thanks to @chabou, @oswaldoacauan, @UltCombo, @derrickpelletier, @rickycodes, @nersoh, @stefanmiodrag, @PerStirpes, @Stanzilla, @Flaque, @matmerr, @KevinRLeC and @kjswalls for their help!

2.0.0-canary.5

04 Dec 18:51
@leo leo
Compare
Choose a tag to compare
2.0.0-canary.5 Pre-release
Pre-release

Fixes a Chromium RCE vulnerability! 🚨

Patches

  • Fixed icon proportions in About window: #2265
  • Remove mousetrap package: 56a4ab2
  • Avoid double requestAnimationFrame loop since xterm already has one: 57cb32d
  • Remove redux logger since it slows down pty events in development: 0ed146c
  • Pty data events related perf improvements: 19f5355
  • Add BC getTermDocument and a note about deprecation: 8283ce6
  • Fix typo in utils customKeys: #2283
  • Restore lost commits from v2 branch: #2275
  • Update Electron to 1.7.8: #2277

Credits

Huge thanks to @minachuong, @asantos00 and @Stanzilla for their help!

1.4.8

26 Sep 10:13
@leo leo
Compare
Choose a tag to compare

Fixes a Chromium RCE vulnerability! 🚨

Patches

  • Fixed icon proportions in About window: #2265
  • Fix typo in utils customKeys: #2283
  • Update Electron to 1.7.8: cfb0454

Credits

Huge thanks to @minachuong and @asantos00 for their help!

2.0.0-canary.4

04 Dec 18:45
@leo leo
Compare
Choose a tag to compare
2.0.0-canary.4 Pre-release
Pre-release

Resizing the window is now working properly!

Patches

  • Fixed broken resizing: #2273

Credits

Huge thanks to @rauchg for his help!

2.0.0-canary.3

04 Dec 18:38
@leo leo
0502bbf
Compare
Choose a tag to compare
2.0.0-canary.3 Pre-release
Pre-release

Daft. Punk. 2.0! 💥

Patches

  • Made canary auto updates work: #2235

⚠️ Please see 2.0.0-canary.1 release notes

2.0.0-canary.2

04 Dec 18:28
@leo leo
c73186c
Compare
Choose a tag to compare
2.0.0-canary.2 Pre-release
Pre-release

Daft. Punk. 2.0! 💥

Patches

  • Fix decorated config with default colors: #2242

⚠️ Please see 2.0.0-canary.1 release notes

1.4.7

20 Sep 17:53
@leo leo
Compare
Choose a tag to compare

Support for canary releases added! 🚀

Patches

  • Normalize keymap internals: #2227
  • Made canary auto updates work: #2235

Credits

Huge thanks to @wilsontayar for his help!

2.0.0-canary.1

04 Dec 18:15
@leo leo
cc2ff06
Compare
Choose a tag to compare
2.0.0-canary.1 Pre-release
Pre-release

Daft. Punk. 2.0! 💥

Major Changes

Minor Changes

  • Make Hyper more robust against plugins: 9bd410f
  • Upgrade React to v16: f8366d0
  • Improve readme: #2196
  • Add canary icons and setup CIs: 43242cf
  • Normalize keymap internals: #2227

1.4.6

16 Sep 14:03
@leo leo
Compare
Choose a tag to compare

Prevents Hyper from crashing on Windows!

Patches

  • Made file watching work on Windows: #2220

Credits

Huge thanks to @chabou for his help!

1.4.5

16 Sep 13:55
@leo leo
Compare
Choose a tag to compare

Made watching the config file more stable!

Patches

  • Use child_process.execFile to prevent unescaped stuff: #2206
  • Made config act normal again: #2202
  • Replace chokidar by fs.watch: #2217

Credits

Huge thanks to @donghaoren and @chabou for their help!