Skip to content

Releases: djchittoor/Purrl

v1.0.3

10 Mar 16:12

Choose a tag to compare

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

08 Mar 20:10

Choose a tag to compare

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

05 Mar 18:09

Choose a tag to compare

Add Applications symlink to DMG for drag-to-install

v1.0.0

05 Mar 17:54

Choose a tag to compare

Add release workflow to build and publish DMG on version tags