Skip to content

Release 0.9.2

Pre-release
Pre-release

Choose a tag to compare

@aitoboxinc aitoboxinc released this 21 Aug 12:25
· 99 commits to main since this 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_tray enabled), 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.
  • Dock Reopen Handler:
    • Added native AppDelegate patch for applicationShouldHandleReopen:hasVisibleWindows: to smoothly restore and focus the main window when clicking the application in macOS Finder or Dock.

馃摝 Asset Footprint Optimization & Testing

  • Optimized Image Resources:
    • Compressed and optimized application icon assets (logo.icns and logo.png), reducing bundle overhead.
  • Testing: