Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

1.1.3

Compare
Choose a tag to compare
@hisaac hisaac released this 10 Sep 11:59
d3a6ac0

Fixed

  • Fixes a crash that would happen if you enabled, disabled, then re-enabled filtering again
    • This was caused by trying to re-enable a cancelled GCD timer. The fix was to "suspend" the timer rather than cancel it

Added

  • Adds a unit test target and some unit tests to verify the pasteboard filtering functionality

Changed

  • This release should be notarized correctly. No more annoying Gatekeeper prompt!