Releases: djchittoor/Purrl
Releases · djchittoor/Purrl
v1.0.3
Prevent App Nap from suspending clipboard monitor The app is LSUIElement=YES with no visible windows, so macOS would aggressively App Nap the process, freezing the DispatchSourceTimer. This made clipboard monitoring appear to randomly stop working until the user clicked the menu bar icon to wake the process. Use ProcessInfo.beginActivity() to prevent App Nap, start the monitor in init() instead of relying on an onAppear that only fires when the menu is opened, and add deinit for symmetric cleanup.
v1.0.2
Expand strict mode allowlist to preserve functional params Strict mode was stripping essential params like Amazon's "k" (search keyword), reducing search URLs to just the path. Add commonly functional params for search, filtering, pagination, and sorting.
v1.0.1
Add Applications symlink to DMG for drag-to-install
v1.0.0
Add release workflow to build and publish DMG on version tags