Releases: rschmitt/heatseeker
Releases · rschmitt/heatseeker
v1.10.1
v1.10.0
v1.9.0
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
v1.7.3
v1.7.2: Heatseeker 1.7.2
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
Changes in this release: - Invoke /bin/stty directly (fixes #41)
v1.7.0: Heatseeker 1.7.0
Changes in this release: - Add scrolling support (fixes #37)
v1.6.1: Heatseeker 1.6.1
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
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)