Releases: keycastr/keycastr
Fixes for backwards compatibility
This release contains a couple fixes to help preserve compatibility as far back as macOS 10.13 - a project configuration fix to avoid crashing on startup and an adjustment to the NSArchiver/NSSecureArchiver migration to avoid running on 10.13.
Minor bug fixes
Fixes keystrokes sometimes replaying after closing KeyCastr, and a memory leak which could happen when switching visualizers.
Fix modifier detection on Intel
Includes a fix for #303 - modifier keys should now display correctly on Intel / x86_64 machines
New option to apply modifiers when displaying keystrokes
This release includes a new option in the Default Visualizer to apply modifiers to non-command keys (#187). The Svelte Visualizer will also reflect this setting for now.
A few internal cleanups and optimizations are also included.
Bug fixes and performance improvement
This build contains two internal fixes/improvements, but no new features.
Introducing another display option made the default visualizer a little less efficient in displaying keystrokes. This is improved by over 80% by making the user's display settings stateful within the visualizer in addition to their storage in NSUserDefaults.
In addition, the About panel should now display more reliably following migration to ARC.
Introducing an option to display all modified keys
This release introduces a new option for the default visualizer to display all modified keys (#291, #284 (comment)). Some internal cleanup and modernization is also performed.
Fix display of help key on older keyboards
This release introduces a fix for #283, where the help key was displayed incorrectly.
Fix issue with function key display
v0.9.15 Version v0.9.15
Mouse click support in current visualizer
This release adds support for displaying mouse clicks in the current visualizer and also addresses a few other minor issues.
Improvements for Japanese JIS input and icons for newer Mac keyboards
Improvements for Japanese JIS input and icons for newer Mac keyboards