More 3.7.0 release and documentation updates

This commit is contained in:
Andreas Linde 2015-06-23 16:13:02 +02:00
parent 46f0560c1f
commit b66fbcff58

View File

@ -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), its 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