Skip to content

Releases: rschmitt/heatseeker

Heatseeker 1.2.0

20 Jun 08:41
Compare
Choose a tag to compare

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

14 Jun 23:43
Compare
Choose a tag to compare

This release fixes a minor rendering bug specific to multi-select on Windows.

Heatseeker 1.1.0

14 Jun 20:04
Compare
Choose a tag to compare

This release adds an experimental feature: Heatseeker can now select more than one thing.
screen shot 2015-06-14 at 1 00 28 pm
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

14 Jun 05:46
Compare
Choose a tag to compare

Changes in this release:

  • Produce a better version string when built from a source tarball instead of a git repository.

Heatseeker 1.0.0

14 Jun 05:01
Compare
Choose a tag to compare

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

06 Apr 05:17
Compare
Choose a tag to compare

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:
    screen shot 2015-04-05 at 1 59 16 pm
    For comparison, these are the search results without smart case matching:
    screen shot 2015-04-05 at 1 59 19 pm

Heatseeker 0.2.0

27 Feb 02:58
Compare
Choose a tag to compare

Changes in this release:

  • Performance has been improved dramatically through the introduction of multithreading and other optimizations.
  • Match character highlighting has been added:
    screen shot 2015-02-24 at 9 56 02 pm
  • Handling of Unicode and CJK characters has been greatly improved on OS X and Linux: screen shot 2015-02-24 at 9 55 09 pm

Heatseeker 0.1.0

05 Feb 05:33
Compare
Choose a tag to compare

Initial release.