-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: OrangeAKA/pillfloat
PillFloat v1.3.4
- Off button now works visibly — moves the pill back to bottom-center (Wispr's native position) immediately, then stops overriding. Previously it just stopped overriding without moving the pill, making it look like nothing happened.
Assets 3
PillFloat v1.3.3
- Updated app icon
Assets 3
PillFloat v1.3.2
Fixes stale Accessibility permission after install/upgrade.
When macOS shows PillFloat as "enabled" in Accessibility settings but the permission is actually stale (binary hash changed), the app now:
- Shows a clear alert on launch with step-by-step instructions to toggle off/on
- Offers to open Accessibility Settings directly
- Auto-recovers within 3 seconds after the user refreshes the permission
The Homebrew cask also clears stale permission entries on install/upgrade (silently, no errors on clean installs).
Assets 3
PillFloat v1.3.1
- Fix: Settings footer was clipped — Accessibility status, version label, and Fix button were rendered below the visible window after the Off button was added in v1.3.0
- Clean uninstall — Removes PillFloat from macOS Accessibility permission list on uninstall, so reinstalling gets a fresh permission prompt
Assets 3
PillFloat v1.3.0
New: "Off (Wispr Default)" option
Wispr Flow's native pill position isn't exactly Bottom Center — it uses its own calculation. The new "Off" button lets Wispr position the pill natively without PillFloat overriding.
- New installs default to Off — PillFloat stays out of the way until you pick a position
- Full-width button at the top of the preset grid in Settings
- Also available in the menu bar dropdown
- Bottom Center is its own separate preset again
Includes all v1.2.x fixes: Homebrew note in uninstall dialog, reliable AX permission detection.
Assets 3
PillFloat v1.2.2
- Uninstall dialog now shows Homebrew uninstall command for users who installed via brew
Assets 3
PillFloat v1.2.1
Fixes Accessibility permission detection that was broken in v1.1.0–v1.2.0.
The permission probe used kAXFocusedApplicationAttribute on the system-wide AX element, which returned false negatives (.cannotComplete) in many legitimate cases — during app switching, right after granting permission, etc. This caused:
- Repeated "Permission Needs Refresh" alerts on every launch
- Drag and repositioning not working even with permission enabled
- PillWatcher never setting up because it thought permission was denied
Fix: Now probes Finder's kAXWindowsAttribute instead. Only .apiDisabled (the definitive "permission denied" signal) is treated as failure. Removed the stale permission popup — the settings window shows live status with a Fix button, and PillWatcher auto-recovers within 3 seconds.
Assets 3
PillFloat v1.2.0
Preset cleanup:
- Removed "Default (Native Position)" button — it didn't visibly do anything
- "Bottom Center (Default)" is now the default preset, clearly labeled
Uninstall improvements:
- Uninstall now only removes from /Applications (won't accidentally delete dev builds)
- Shows "Uninstalling PillFloat..." spinner with progress indicator before quitting
- App is reliably removed after quit
Assets 3
PillFloat v1.1.3
- Fix: Uninstall now actually removes the app. Previous versions had a race condition where the app quit before the file deletion completed. Now uses a detached background script that waits for the app to exit before removing the bundle.
Assets 3
PillFloat v1.1.2
- App icon — Custom icon (teal gradient with floating white pill) now appears in Finder, Spotlight, Launchpad, and Dock
Includes all v1.1.1 changes: stale AX permission detection, auto-recovery, install conflict prevention.