Skip to content

4.0.0-canary.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LabhanshAgrawal LabhanshAgrawal released this 01 Jan 12:35
· 684 commits to canary since this release

V4.0.0-canary.1 Happy New Year 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.

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

Changelog

  • Enable shortcut for editor:paste on Windows/Linux by @mihyaeru21 in #6750
  • move to json config in #6876
  • Focus term when clicked on padding in #6940
  • search box overhaul in #6955
  • Add border to search results and fix layout in #6957

New Contributors

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

Full Changelog: v3.4.0-canary.1...v4.0.0-canary.1