Skip to content

Releases: rschmitt/heatseeker

v1.10.1

22 Mar 03:58

Choose a tag to compare

Release v1.10.1

Changes in this release:

- Rendering has been improved. Flicker when redrawing the screen is now
  reduced or eliminated.
- Spurious terminal code inputs for window focus changes are now
  ignored.
- Link-time optimization has been enabled.

v1.10.0

01 Dec 04:09

Choose a tag to compare

Release v1.10.0

Changes in this release:

- Shell integration has been added for bash, fish, and nushell.
- The zsh integration's portability has been improved.

v1.9.0

28 Nov 05:53

Choose a tag to compare

Release v1.9.0

Changes in this release:

- Shell integration has been added, with initial support for zsh and
  PowerShell.
- A plugin for Vim and Neovim has been added (`rschmitt/heatseeker`).
- The Windows implementation has been updated to use virtual terminal
  mode. This should reduce flickering while redrawing the screen and
  improve support for environments like MSYS2.
- On macOS and Linux, hs now clears formatting when the terminal is
  initially opened, fixing a cosmetic issue that occurred in certain
  contexts.
- Numerous small fixes, optimizations, and modernizations have been made
  to the implementation.

v1.8.0

02 Nov 21:41

Choose a tag to compare

Changes in this release:

  • Mac/Linux input handling is more robust
  • Matches are printed in selection order
  • Redesigned help output

v1.7.3

25 May 21:16

Choose a tag to compare

Release v1.7.3

v1.7.2: Heatseeker 1.7.2

01 Apr 23:09

Choose a tag to compare

Changes in this release:

- Add C-f/C-b as aliases for PgDown/PgUp
- Add debug symbols to release build

v1.7.1: Heatseeker 1.7.1

08 Dec 06:06

Choose a tag to compare

Changes in this release:

- Invoke /bin/stty directly (fixes #41)

v1.7.0: Heatseeker 1.7.0

02 Nov 02:48

Choose a tag to compare

Changes in this release:

- Add scrolling support (fixes #37)

v1.6.1: Heatseeker 1.6.1

17 Mar 18:26

Choose a tag to compare

Changes in this release:

- Restore original Windows console settings on exit (fixes #36)
- Update Crossbeam to latest version (fixes #34)

v1.6.0: Heatseeker 1.6.0

11 Nov 21:28

Choose a tag to compare

Changes in this release:

- Detect and exit on Cygwin (fixes #25)
- Clean up TTY settings on exit (fixes #29)
- Discard non-UTF8 input (fixes #28)
- Exit on ^C or ESC (fixes #26 and #24)