Releases: ymoage/Ephemery
Ephemery v1.1.0 - Add ClearPaths hotkey
新しいホットキー「パスのクリア」を追加しました。
What's New
✨ パスのクリア機能 - 取得済みパスのリストを貼り付けずにクリアできるホットキーを追加
- デフォルト:
Ctrl+Alt+X - 設定ダイアログから変更可能
- 間違ってキャプチャしたときに、貼り付けずにリストだけ取り消せます
- ファイル本体は残るので、保持上限による自動削除に任せられます
Download
Full Changelog: v1.0.2...v1.1.0
v1.0.2 - Hotkey compatibility fix
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
Ephemery v1.0.1
Bug fix release with new quote style feature.
What's New
✨ Quote Style Option - Wrap file paths with quotes (None/Double/Single/Backtick)
Bug Fixes
🐛 Settings Dialog - Fixed OK/Cancel buttons not visible (incorrect window size calculation)
🐛 Startup Behavior - Removed unnecessary file loading on app startup
🐛 Hotkey Persistence - Fixed hardcoded hotkey values in settings file
Full Changelog: v1.0...v1.0.1
Bug fixes verified by Claude Code - Ephemery's first user! 🐛✅
Ephemery v1.0
Ephemery v1.0
First stable release of Ephemery - A lightweight Windows screenshot utility for quick file path access.
What's Ephemery?
Ephemery captures screenshots and clipboard images to temporary files, allowing you to paste their file paths instantly via hotkeys.
Perfect for AI workflows! Share screenshots with AI assistants (Claude Code, ChatGPT, Gemini, etc.) without manual file management. Just capture, paste the path, and let your AI read it.
Also great for:
- Documentation tools that need file paths
- Bug reporting workflows
- Quick image sharing in chat/email (as file paths)
- Any scenario where you need temporary image files
Features
✨ Screen Capture - Snipping Tool-like region/window selection
📋 Clipboard Save - Save clipboard images as files
⌨️ Path Pasting - Type file paths directly via hotkey
⚙️ Customizable - Configure hotkeys and retention limit
🔄 Auto-cleanup - FIFO management (default: 10 files)
🪶 Lightweight - Only 181KB
Default Hotkeys
Ctrl+Alt+S- Screen captureCtrl+Alt+C- Save clipboard imageCtrl+Alt+P- Paste file paths
Installation
- Download
Ephemery.exe - Run it (may require VC++ Redistributable 2022)
- App appears in system tray
No installation or admin rights required.
System Requirements
- Windows 10/11 (x64)
- Visual C++ Redistributable 2022 (usually pre-installed)
Known Limitations
- Windows only
- Paths are typed using SendInput (requires focus in text input field)
- Images are stored in
%TEMP%\Ephemery\(cleared on Windows cleanup)
License
MIT License - Free for personal and commercial use.
Full Changelog: https://github.com/ymoage/Ephemery/commits/main
This release note was written by Claude Code - proving that Ephemery works! Screenshot → Ctrl+Alt+P → AI reads it. 🤖