Skip to content

Releases: zsims/hunt-and-peck

release/1.7

16 Feb 22:52
9734009
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release/1.6...release/1.7

release/1.6: Merge pull request #28 from extratype/hint-style

12 Jan 07:13
e06858f
Compare
Choose a tag to compare

release/1.5

07 Dec 09:12
057e600
Compare
Choose a tag to compare

Thanks to @papadi:

  • Adds Ctrl+; as a shortcut to display hints for windows taskbar, regardless of the foreground window.
  • The overlay view now does not show up on windows taskbar
  • Makes the hint input smaller and transparent
  • Removes shuffling of shortcuts

release/1.4

14 Mar 10:31
Compare
Choose a tag to compare
  • Improves focus "borrowing" to ensure the hint overlay is always on top and has focus
  • Reduces dependencies (Autofac and Caliburn.Micro) to improve startup time

release/1.3.1

19 Apr 12:31
Compare
Choose a tag to compare

Addresses crash when no Window is in focus.

release/1.3

19 Apr 12:19
Compare
Choose a tag to compare

Switches from the .NET managed automation API to the more feature rich and performant native COM API.

This has ~halved enumeration performance. For reference:

In a typical Visual Studio window:
Before: 2024ms
After: 616ms

Future releases will add UIA caching support to improve performance.

release/1.2

05 Mar 10:43
Compare
Choose a tag to compare

Adds support for non-96 DPI displays.

release/1.1

25 Feb 22:33
Compare
Choose a tag to compare

Adds support for command-line launching, or via AutoHotKey via hap.exe /hint

First production release

25 Feb 09:56
Compare
Choose a tag to compare

Usable version of Hunt and Peck. Supports:

  1. Invoke hints in any window
  2. Escape to cancel overlay
  3. Always-foreground to ensure the overlay is always on-top
  4. Nice hint rendering

First Release (Super Alpha)

02 Feb 05:47
Compare
Choose a tag to compare
Pre-release

Initial release of Hunt n Peck. Currently supports "Invoke" UI automation patterns.