Hyper Versions Save

A terminal built on web technologies

v3.3.0-canary.2

2 years ago

V3.3.0-canary.2 - Some performance related improvements

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Bring canary channel to parity with stable channel (v3.2.2)
  • Use v8 snapshots to cache dependencies (#6224)

Note - Set updateChannel to 'canary' in hyper config (command/ctrl+,) to stay on canary builds.

Full Changelog: https://github.com/vercel/hyper/compare/v3.3.0-canary.1...v3.3.0-canary.2

v3.2.2

2 years ago

V3.2.2

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • update xterm to fix emacs issue(3307fdb36a91b1d8fd8fc20433655b98bc2d0f60)

Full Changelog: https://github.com/vercel/hyper/compare/v3.2.1...v3.2.2

v3.2.1

2 years ago

V3.2.1

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Remove python dependency in cli on macOS (#6389) @zcutlip
  • Remove dead Art link in Readme.md (#6355) @mwoz123
  • chore: replace deprecated String.prototype.substr() (#6393) @CommanderRoot
  • Allow transparent backgrounds in webgl (2e8e2af1)
  • Use shell-env to get clean env only for AppImages (#6268)

Full Changelog: https://github.com/vercel/hyper/compare/v3.2.0...v3.2.1

v3.3.0-canary.1

2 years ago

V3.3.0-canary.1

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Bring canary channel to parity with stable channel (v3.2.0)

Note - Set updateChannel to 'canary' in hyper config (command/ctrl+,) to stay on canary builds.

Full Changelog: https://github.com/vercel/hyper/compare/v3.2.0-canary.1...v3.3.0-canary.1

v3.2.0

2 years ago

V3.2.0

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Add CWD preservation (#6225)
  • Fix window contents not clearing properly (#6285)
  • Focus terminal on closing search box (#6230)
  • Update electron to v16 (#6280)
  • Use electron's arm64 detection (#6281)
  • Fix build-id conflicts with other electron rpm packages (#6232)

Full Changelog: https://github.com/vercel/hyper/compare/v3.1.5...v3.2.0

v3.2.0-canary.1

2 years ago

V3.2.0-canary.1

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Bring canary channel to parity with stable channel (v3.1.5)
  • Add CWD preservation (#6225)

Note - Set updateChannel to 'canary' in hyper config (command/ctrl+,) to stay on canary builds.

Full Changelog: https://github.com/vercel/hyper/compare/v3.1.0-canary.6...v3.2.0-canary.1

v3.1.5

2 years ago

V3.1.5

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Replace Spectron with Playwright for testing (#6021)
  • Better notification dismiss button visibility (#6027)
  • Use @electron/remote module (#6128)
  • Use WebGL Renderer by default (923518b72ff4364649a03ba14b3920055440c5f1)
  • Add screenReaderMode option (#6197)
  • Don't prevent app quit (#6217)

Full Changelog: https://github.com/vercel/hyper/compare/v3.1.4...v3.1.5

v3.1.4

2 years ago

V3.1.4

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Focus the terminal after closing search (a3ca91d593770b0d12741a351f99ca15128dc390)
  • Support notarization on macOS (#5994)
  • Re-add default tab switching keymaps on windows (#5981)
  • use alt+f as the default keymap for hamburger menu (#6005)

Full Changelog: https://github.com/vercel/hyper/compare/v3.1.3...v3.1.4

v3.1.3

2 years ago

V3.1.3

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Fix github actions failing on forks (#5853)
  • Remove unused dependencies (#5909)
  • Improved columnify for cli output (7f01b06456b08e52590a50249f57ac88e6bdc27d)
  • Handle input from macOS and Windows emoji IMEs and rendering improvements, thanks to update in xterm.js (#5931)

v3.1.2

2 years ago

V3.1.2

OS Installer
Mac dmg x64 (Intel) arm64 (M1)
Linux deb x64 arm64
rpm x64 arm64
AppImage x64 arm64
snap x64
Windows exe x64

Changelog

  • Add disableAutoUpdates config option (#5805)
  • Redirect exec calls from renderer to main process (#5803) (To help with performance issues on macOS while using child_process in Renderer)
  • Fix file/directory drag and drop (#5781)
  • Fix file/directory paste (#5780)
  • Add support for updating to arm builds (#5787)