What's Changed
Fixes tray popup positioning and animation reliability across platforms.
🛠 Improvements
- Icon-rect positioning — Popup now aligns to the tray icon's bounding rectangle (
Rect) instead of cursor position, fixing misalignment on Windows bottom taskbar - POPUP_HEIGHT correction — Reduced from 280px to 200px to match actual content height, eliminating the 80px gap on Windows
- Animation reliability — Fixed enter animation jolt when app is unfocused on macOS by using
requestAnimationFramefor CSS animation restart - Focus guard robustness — Focus guard now uses a window-global variable to survive HMR and prevent rapid focus→blur→focus thrashing during macOS app activation
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|