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

Commit

Permalink
More 3.7.0 release and documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Linde committed Jun 23, 2015
1 parent 46f0560 commit b66fbcf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/Changelog-template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
## Version 3.7.0

- [NEW] Simplified installation process with Modules support enabled in the target project this doesn't require the developer to add frameworks manually
- [NEW] Simplified installation process. If support for modules is enabled in the target project (default for most projects), it’s no longer necessary to add the frameworks manually
- [NEW] `CocoaPods`: Default pod uses binary distribution and offers crash only build as a subspec
- [NEW] `CocoaPods`: New `HockeySDK-Source` pod integrates via sourcecode and offers featureset customization via subspecs (We do not support building with Xcode 7 yet!)
- [NEW] `CocoaPods`: New `HockeySDK-Source` pod integrates via source code and offers feature set customization via subspecs (We do not support building with Xcode 7 yet!)
- [NEW] `BITCrashManager`: Added support for unhandled C++ exceptions (requires to link `libc++`)
- [NEW] `BITCrashManager`: Added process ID to `BITCrashDetails`
- [NEW] `BITCrashManager`: Added `CFBundleShortVersionString` value to crash reports
- [NEW] `BITFeedbackManager`: "Add Image" button in feedback compose view can now be hidden using `feedbackComposeHideImageAttachmentButton` property
- [NEW] `BITFeedbackManagerDelegate`: Added `allowAutomaticFetchingForNewFeedbackForManager:` to define if the - [NEW] Added `disableInstallTracking` property disable installation tracking (AppStore only).
- [NEW] `BITFeedbackManagerDelegate`: Added `allowAutomaticFetchingForNewFeedbackForManager:` to define if the SDK should fetch for new messages on app startup and when the app is coming into foreground.
- [NEW] Added `disableInstallTracking` property disable installation tracking (AppStore only).
- [UPDATE] Restructured installation documentation
- [BUGFIX] `BITCrashManager`: Fixed offline issue showing crash alert over and over again with unsent crash reports
- [BUGFIX] `BITFeedbackManager`: Improved screenshot handling on slow devices for
SDK should fetch for new messages on app startup and when the app is coming into foreground.
- [BUGFIX] `BITStoreUpdateManager`: Delegate property wasn't propagaded correctly
- [BUGFIX] Fixed various compiler warnings
- [BUGFIX] Various additional fixes
- [BUGFIX] `BITFeedbackManager`: Improved screenshot handling on slow devices
- [BUGFIX] `BITStoreUpdateManager`: Delegate property wasn't propagated correctly
- [BUGFIX] Fixed various compiler warnings & other improvements

## Version 3.6.4

Expand Down

0 comments on commit b66fbcf

Please sign in to comment.