Release 0.9.2
Pre-release
Pre-release
[v0.9.2] - 2026-08-21
馃崗 Dynamic macOS Dock Icon Hiding & System Tray Polishing
- Automatic Dock Icon Management:
- Implemented dynamic macOS Dock icon visibility management via AppKit activation policies (
NSApplicationActivationPolicy). - When minimizing or closing the window to the system tray (
minimize_to_trayenabled), the Dock icon is automatically hidden from the macOS Dock (NSApplicationActivationPolicyAccessory). - When restoring the window from the menu bar tray, the Dock icon seamlessly reappears (
NSApplicationActivationPolicyRegular) with instant focus.
- Implemented dynamic macOS Dock icon visibility management via AppKit activation policies (
- Dock Reopen Handler:
- Added native
AppDelegatepatch forapplicationShouldHandleReopen:hasVisibleWindows:to smoothly restore and focus the main window when clicking the application in macOS Finder or Dock.
- Added native
馃摝 Asset Footprint Optimization & Testing
- Optimized Image Resources:
- Compressed and optimized application icon assets (
logo.icnsandlogo.png), reducing bundle overhead.
- Compressed and optimized application icon assets (
- Testing: