Hyper Changelog

What's new in Hyper 4.0.0 Canary 5

Jul 13, 2023
  • Changelog:
  • fix term crash when bell is false in #7332
  • convert tab, tabs and searchBox to function components in #7320

New in Hyper 4.0.0 Canary 4 (Jul 4, 2023)

  • CHANGELOG:
  • Add support for displaying Sixels by @marvinruder in #6987
  • Add initial support for multiple profiles in #7301
  • Add profiles to shell and context menus in #7304
  • Add Shell Menu and Context Menu Support for Opening Windows with Specific Profiles in #7305
  • Add hotkey for windows explorer context menu entry by @LeannAlexandra in #7118
  • Fix linux arm64 builds and add windows arm64 build & linux armhf builds in #7227
  • Upgrade to xterm v5 in #6856
  • add pacman build target in #7272
  • fallback to canvas renderer on webgl context loss in #7273
  • fix ssh url handling in #7170
  • fix windows context menu entry in #7274
  • NEW CONTRIBUTORS:
  • @LeannAlexandra made their first contribution in #7118
  • @marvinruder made their first contribution in #6987

New in Hyper 4.0.0 Canary 3 (Jan 30, 2023)

  • Update border radius again
  • Small update with few dependency upgrades and a fix for the border radius

New in Hyper 3.4.1 (Jan 8, 2023)

  • Use stable node-pty in #6964

New in Hyper 4.0.0 Canary 2 (Jan 8, 2023)

  • Update window border radius in f494781
  • Migrate custom v3 config to local plugins if needed in #6967

New in Hyper 4.0.0 Canary 1 (Jan 2, 2023)

  • This is the first canary build for v4.
  • We're moving to json as the format for our config file. This would enable us to programatically modify the config, making things like multiple profiles, preferences UI etc. easier to implement. We also include a json schama for the config now to enable editors' intillisense.
  • The config location is also changed to ~/.config/Hyper/hyper.json for mac & linux, and to %APPDATA%/Hyper/hyper.json for windows. It should be in $XDG_CONFIG_HOME/Hyper/hyper.json if $XDG_CONFIG_HOME is set. plugins directory would also be moved.
  • Your old config will be automatically migrated, except any custom code you might've added there. I'm planning to implement migration of those to a local plugin in coming releases.
  • The search experience has also improved a lot. New UI, highlighted results, overview ruler, case sensitivity, whole word matching and regex matching have been added.
  • I hope you all will give this release a try and provide feedback and report bugs.

New in Hyper 3.4.0 Canary 1 (Aug 22, 2022)

  • Bring canary channel to parity with stable channel (v3.3.0)
  • Revert "Allow transparent backgrounds in webgl" (2f757d8)

New in Hyper 3.3.0 Canary 2 (Apr 17, 2022)

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

New in Hyper 3.2.3 (Apr 17, 2022)

  • Changelog:
  • Revert "Allow transparent backgrounds in webgl" (2f757d8)

New in Hyper 3.2.2 (Apr 12, 2022)

  • update xterm to fix emacs

New in Hyper 3.2.1 (Apr 4, 2022)

  • 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)

New in Hyper 3.3.0 Canary 1 (Feb 4, 2022)

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

New in Hyper 3.2.0 Canary 1 (Jan 10, 2022)

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

New in Hyper 3.1.4 (Nov 9, 2021)

  • 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)