Skip to content

Snap v1.0.2 - Fixed Bring-to-Front

Latest
Compare
Choose a tag to compare
@gokulkrishh gokulkrishh released this 26 Sep 08:03

🎯 Fixed Bring-to-Front Functionality

Key Improvements:

  • πŸ”§ Browser Front Priority: Browser now properly comes to front over Cursor when loading layouts
  • ⚑ Instant Loading: Removed all delays for fast layout loading
  • 🎯 Two-Phase Approach: Position all windows first, then activate in reverse order
  • πŸ“± Proper App Activation: Uses NSRunningApplication.activate() for reliable activation

πŸ›‘οΈ Security Warning Fix:

macOS will show a security warning. This is normal for unsigned apps!

βœ… Quick Fix (Terminal):

sudo xattr -rd com.apple.quarantine ~/Downloads/Snap-v1.0.2-Unsigned.dmg
open ~/Downloads/Snap-v1.0.2-Unsigned.dmg

πŸ”„ Alternative Methods:

  1. System Preferences: Security & Privacy β†’ General β†’ "Open Anyway"
  2. Right-click: snap.app β†’ Open β†’ "Open" in dialog
  3. Disable Gatekeeper: sudo spctl --master-disable (then re-enable)

Files:

  • Snap-v1.0.2-Unsigned.dmg (1.4M) - Unsigned build (easier to bypass security)