From b66fbcff58846ffed403f963f76d89c418a6a51d Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Tue, 23 Jun 2015 16:13:02 +0200 Subject: [PATCH] More 3.7.0 release and documentation updates --- docs/Changelog-template.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 972a882bfd..2e77eddcfa 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -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