This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: bitstadium/HockeySDK-Mac
Releases · bitstadium/HockeySDK-Mac
Version 5.1.1
This version fixes UI compatibility issues with macOS 10.14 Mojave and adds support for app extensions.
- [BUGFIX/IMPROVEMENT] Fix UI compatibility issues with macOS 10.14 Mojave
- [IMPROVEMENT] Silence "Messaging unqualified id" warning in Xcode 10 when compiling against macOS 10.14
- [IMPROVEMENT] Add App Extensions support
Version 5.1.0
Version 5.0.0
The version of drops support for OS X 10.7 and 10.8.
- [IMPROVEMENT] Metrics can be enabled after they have been disabled. #124
- [IMPROVEMENT] Documentation is now generated using Jazzy.
- [BUGFIX] The app name is now displayed correctly in the user confirmation dialog. #126
- [BUGFIX/IMPROVEMENT] Under some circumstances, the logic to exclude HockeyApp folders from a backup would block an app at launch. The logic is now executed asynchronously.
Version 5.0.0-beta.1
The version of drops support for OS X 10.7 and 10.8.
- [IMPROVEMENT] Documentation is now generated using Jazzy.
- [BUGFIX/IMPROVEMENT] Under some circumstances, the logic to exclude HockeyApp folders from a backup would block an app at launch. The logic is now executed asynchronously.
Version 4.1.4
- [FIX] Fix glitches in Feedback UI
Version 4.1.3
- [IMPROVEMENT] Downgrading to PLCrashReporter 1.2.1 as the upgrade to 1.3 in the last release lead to lowered qualitfy of crash reports for an edge case.
- [IMPROVEMENT] Additional target to create libHockeySDK.a thanks to Gabriel/MacGritsch.
- [BUGFIX] Fix a UI glitch where the loading indicator would spin indefinitely when displaying feedback
- [BUGFIX] Fix a glitch where the crashes UI wasn't always visible when starting the app. Thanks a lot to Tamas Nagy for this.
Version 4.1.2
4.1.2
- [IMPROVEMENT] Update to latest PLCrashReporter build (PLCrashReporter 1.3).
- [BUGFIX] Add check for
nil
in BITChannel.
Version 4.1.1
- [IMPROVEMENT] Add process id to BITCrashDetails.
- [IMPROVEMENT] Add app launch timestamp to crash report.
- [BUGFIX] Fix leak in BITChannel.
- [BUGFIX] Add safequards to MetricsManager to fix potential crash in BITChannel.
Version 4.1.0
[NEW] Add ability to track custom events
[NEW] Additional API to track an event with properties and measurements.
[BUGFIX] Fix bug in notifications for feedback #75
Version 4.1.0-beta.4
Add a bugfix from version 4.0.3:
- [BUGFIX] Use a directory path for metrics data that's in compliance with Apple's file system guidelines