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

Releases: Lickability/PinpointKit

1.5

18 Sep 18:23
Compare
Choose a tag to compare
  • Fixes inability to tap Screenshot on iOS 14 (#277)
  • Supports iOS 14 limited photo library access (#278)

1.4

05 Jun 20:27
4e6a277
Compare
Choose a tag to compare
1.4
  • Add swift_version attribute to Podspec (#256)
  • Update to Swift 5 (#258)
  • Allow HTML body content in Emails (#259)
  • Fixed a bug that prevented the navigation bar title from being visible in Dark Mode on iOS (#272)

1.3

05 Oct 15:05
be707e9
Compare
Choose a tag to compare
1.3
  • iOS 12, Xcode 10, and Swift 4.2 Compatibility Updates (#251)

1.2

18 May 17:55
0d12737
Compare
Choose a tag to compare
1.2
  • Adds support for Swift 4.1 and Xcode 9.3.
  • Adds an alert upon failure to compose email.
  • Adds ability to specify the UIModalPresentationStyle used by FeedbackNavigationController.
  • Fixes issue with UIBarButtonItems changing font on highlight in iOS 11.
  • Fixes issue with missing fonts when installing PinpointKit using the manual setup instructions.

1.1

09 Oct 21:31
Compare
Choose a tag to compare
1.1

This release adds support for Swift 4 and Xcode 9.

  • Fixes an issue where Photo permissions may be asked for prematurely.
  • Fixes an issue on iOS 11 where the Dismiss button of the Text Editor was too close to the title view.

1.0

07 Feb 19:46
Compare
Choose a tag to compare
1.0

This release adds support for Swift 3, including API changes reflecting the new naming guidelines, and additional entry points for customization and configuration.

  • Moves ScreenshotDetector to a subspec that is not included by default, so that clients need not set NSPhotoLibraryUsageDescription by default.
  • Changes access control to publicize additional properties and objects that were previously private or internal for better customization.
  • Adds an EditorDelegate API to allow clients to be informed of more events within the editor.
  • Adds FeedbackConfiguration to allow greater configuration of the feedback to be sent.
  • Uses iOS 10 as the base SDK, which negates the usage of SystemLogger on iOS 10+ since there is currently no generic way to read all system logs, as there was pre-iOS 10.
  • Removes defaultPinpointKit. Clients are now responsible for holding onto their own PinpointKit reference. Please refer to the README and Example project for code samples displaying this behavior.

0.9

10 Jun 20:21
Compare
Choose a tag to compare
0.9

This is a preview release of PinpointKit.

PinpointKit is an open-source iOS library in Swift that lets your testers and users send feedback with annotated screenshots and logs using a simple gesture.

Features

  • Shake to trigger feedback collection
  • Automatic, opt-in system log collection
  • Add arrows, boxes, and text to screenshots to point out problems.
  • Blur our sensitive information before sending screenshots
  • Customize everything
    • The color of the arrows, and boxes
    • The text in the interface
    • How and where your feedback is sent
  • Absolutely free and open source
  • No backend required