Skip to content

v1.0.2 - Hotkey compatibility fix

Choose a tag to compare

@ymoage ymoage released this 18 Feb 11:36
· 1 commit to 001-capture-to-path since this release

Bug fix release with hotkey compatibility improvements.

Bug Fixes

πŸ› Hotkey Conflict - Fixed process crash when another app (e.g. clipboard manager) intercepts Ctrl+Alt+V via low-level keyboard hook
πŸ› F-Key Support - Fixed Settings dialog not capturing function keys (F1-F12) for hotkey assignment; also fixed F-key names not persisting in settings file

Improvements

✨ Crash Detection - Added SEH exception handler around main loop and SIGABRT handler; crash details written to %APPDATA%\Ephemery\crash.log

Notes

If Ctrl+Alt+V (default paste hotkey) does not work, open Settings and change it to a function key combo such as Ctrl+Shift+F9. This avoids conflicts with apps that intercept Ctrl+Alt+* shortcuts.


Full Changelog: v1.0.1...v1.0.2