All Versions
7
Latest Version
Avg Release Cycle
260 days
Latest Release
1310 days ago

Changelog History

  • v1.5.0 Changes

    September 18, 2020
    • ๐Ÿ›  Fixes inability to tap Screenshot on iOS 14 (#277)
    • ๐Ÿ‘Œ Supports iOS 14 limited photo library access (#278)
  • v1.4.0 Changes

    June 05, 2020
    • โž• 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)
  • v1.3.0 Changes

    October 05, 2018
    • โšก๏ธ iOS 12, Xcode 10, and Swift 4.2 Compatibility Updates (#251)
  • v1.2.0 Changes

    May 18, 2018
    • โž• 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.
  • v1.1.0 Changes

    October 09, 2017

    ๐Ÿš€ 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.
  • v1.0.0 Changes

    February 07, 2017

    ๐Ÿš€ 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.
  • v0.9 Changes

    June 10, 2016

    ๐Ÿš€ 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