All Versions
7
Latest Version
Avg Release Cycle
260 days
Latest Release
1590 days ago
Changelog History
Changelog History
-
v1.5.0 Changes
September 18, 2020 -
v1.4.0 Changes
June 05, 2020 -
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 byFeedbackNavigationController
. - ๐ Fixes issue with
UIBarButtonItem
s 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 setNSPhotoLibraryUsageDescription
by default. - ๐ Changes access control to publicize additional properties and objects that were previously
private
orinternal
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 ownPinpointKit
reference. Please refer to the README and Example project for code samples displaying this behavior.
- ๐ Moves
-
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