Releases: vercel/hyper
Releases Β· vercel/hyper
3.3.0-canary.2
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: v3.3.0-canary.1...v3.3.0-canary.2
3.2.2
3.2.1
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 (2e8e2af)
- Use shell-env to get clean env only for AppImages (#6268)
Full Changelog: v3.2.0...v3.2.1
3.3.0-canary.1
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: v3.2.0-canary.1...v3.3.0-canary.1
3.2.0
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: v3.1.5...v3.2.0
3.2.0-canary.1
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: v3.1.0-canary.6...v3.2.0-canary.1
3.1.5
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 (923518b)
- Add screenReaderMode option (#6197)
- Don't prevent app quit (#6217)
Full Changelog: v3.1.4...v3.1.5
3.1.4
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 (a3ca91d)
- 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: v3.1.3...v3.1.4
3.1.3
3.1.2
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)