Releases: zsims/hunt-and-peck
Releases · zsims/hunt-and-peck
release/1.7
What's Changed
- null check by @dharmaturtle in #37
- Feat/add changing font size in tray menu Ref #36 by @adrianhajdukiewicz1 in #45
New Contributors
- @dharmaturtle made their first contribution in #37
- @adrianhajdukiewicz1 made their first contribution in #45
Full Changelog: release/1.6...release/1.7
release/1.6: Merge pull request #28 from extratype/hint-style
- Adds support for headless tray mode (
/tray
) #29 (thanks @LexiconCode) - Improves hint visuals #28 (thanks @extratype)
- Improves hint characters/text selection #27 (thanks @extratype)
- Improves foreground window placement #26 (thanks @extratype)
release/1.5
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
- 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
Addresses crash when no Window is in focus.
release/1.3
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
Adds support for non-96 DPI displays.
release/1.1
Adds support for command-line launching, or via AutoHotKey via hap.exe /hint
First production release
Usable version of Hunt and Peck. Supports:
- Invoke hints in any window
- Escape to cancel overlay
- Always-foreground to ensure the overlay is always on-top
- Nice hint rendering
First Release (Super Alpha)
Initial release of Hunt n Peck. Currently supports "Invoke" UI automation patterns.