Releases: rschmitt/heatseeker
Releases · rschmitt/heatseeker
Heatseeker 1.2.0
Changes in this release:
- Rendering and positioning have been significantly improved on all platforms.
- Heatseeker can now be built and installed as a Chocolatey package. The package has been submitted to the Chocolatey Gallery server and is pending moderation.
- Unicode output has been implemented on Windows. Text will be correctly written to the console irrespective of the local code page.
Heatseeker 1.1.1
This release fixes a minor rendering bug specific to multi-select on Windows.
Heatseeker 1.1.0
This release adds an experimental feature: Heatseeker can now select more than one thing.
The controls are:
- Control-T will toggle the currently highlighted choice and move the cursor down.
- Enter will select everything that has been selected, as well as the currently highlighted choice.
- Control-G will select everything that has been selected, but not the current choice, unless it has been selected with Control-T.
Heatseeker 1.0.1
Changes in this release:
- Produce a better version string when built from a source tarball instead of a git repository.
Heatseeker 1.0.0
This release is essentially the same as version 0.3.0 from a user's perspective. However, the code base has been refactored to build on the stable Rust channel. (Note that, to this end, multithreading is currently disabled.)
Heatseeker 0.3.0
Changes in this release:
- --version has been added.
- The tab key now moves down to the next choice like Ctrl-N.
- Smart case matching has been introduced. Now uppercase input characters are case sensitive, but lowercase input characters are case insensitive. This is useful for matching on camel case filenames, for example:
For comparison, these are the search results without smart case matching:
Heatseeker 0.2.0
Heatseeker 0.1.0
Initial release.