Skip to content

1.3.2

Compare
Choose a tag to compare
@matheuss matheuss released this 09 May 21:13
· 2597 commits to master since this release

Fixes CMD+K, faster on Windows, fewer bugs 😻

Patches

  • Re-implement clear, make it not buggy, fix CMD+K: #1796
  • Modify config watch interval to 2s. Improves CPU usage on Windows! (#1772): #1699
  • Open Hyper config in the native desktop's default manner: #1784
  • Round up float values for hamburger menu positioning. Fixes #1462: #1753
  • Simplify and correct newlines replacement logic on Windows: #1713
  • Handle electron default env to avoid leaking the google API key to user's envs: #1764
  • Check for null/undefined session in addSessionData: #1698

Important note: previously, we had our own implementation of ⌘+K. Now, we instead pass CTRL+L to the terminal when you press it. If you have vi mode enabled, you'll need something like this in your ~/.inputrc to make sure this works while in insert mode (the default):

set editing-mode vi
$if mode=vi

set keymap vi-command
# these are for vi-command mode
Control-l: clear-screen

set keymap vi-insert
# these are for vi-insert mode
Control-l: clear-screen 
$endif

Plugin development

  • Add custom inner children: #1621
  • Fix partial TermGroup decoration: #1705
  • Add onDecorated property to decorated components: #1680
  • Add displayName for each plugin HOC: #1735

Packages

  • Upgrading hterm-umdjs to 1.1.4: #1745
  • Bump electron and webpack: b725969
  • Update readme to warn that choco install gets an old version.: #1631
  • No need to tell greenkeeper about the emails anymore: d1e7126
  • Pinned all dependencies: 900c5b3
  • Fix : install a dep for snaps: #1617
  • Fix Linux download link.: #1781
  • Update website link: #1742

Meta

  • Fix Linux AppImage download link: #1679
  • Update issue template to show how checkboxes work: #1649

Credits

Huge thanks to @albinekb, @thephilip, @stefanivic, @henrikdahl, @air, @chabou, @kvakulo, @piotr-yuxuan, @MartyGentillon, @zsol, @paolorotolo, @widget2143 and @rauchg for their help!