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

1.2.0

Compare
Choose a tag to compare
@hisaac hisaac released this 23 Dec 16:10
· 4 commits to main since this release
49ce9fc

Highlights

  • Universal build compatible with Apple Silicon! 馃帀
  • Adds a Debug menu item, which will print out the pasteboard types before and after filtering

Added

  • Adds a Debug menu item, which will print out the pasteboard types before and after filtering
  • Adds the public.utf16-external-plain-text pasteboard type to the filter list to address styling of text being copied from within Xcode's console not being filtered
  • Adds a new Settings struct, backed by UserDefaults, to be used for user settings

Changed

  • Universal build compatible with Apple Silicon! 馃帀
  • Reverts back to using DispatchSourceTimer to reduce memory/CPU footprint (possible fix for #10)
  • Convert project configuration to xcconfig files using BuildSettingExtractor
  • Adds VerifyNoBS build script to verify there are no build settings in the .xcodeproj file
  • Convert tests to use a Test Plan, and add a Thread Sanitizer and Address Sanitizer test plan configuration