Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: bitstadium/HockeySDK-Mac

Version 5.1.1

23 Oct 18:23
6169aec
Compare
Choose a tag to compare

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

15 Dec 23:30
12ed7ce
Compare
Choose a tag to compare

This version contains improvements around concurrency.

  • [BUGFIX/IMPROVEMENT] Improve concurrency for HockeyApp Metrics. #134 #135
  • [IMPROVEMENT] Always update the feedback UI on the main thread. #136

Version 5.0.0

21 Sep 05:49
Compare
Choose a tag to compare

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

09 Aug 00:12
Compare
Choose a tag to compare
Version 5.0.0-beta.1 Pre-release
Pre-release

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

03 Jul 20:12
Compare
Choose a tag to compare
  • [FIX] Fix glitches in Feedback UI

Version 4.1.3

01 Mar 01:18
Compare
Choose a tag to compare
  • [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

06 Dec 21:35
Compare
Choose a tag to compare

4.1.2

  • [IMPROVEMENT] Update to latest PLCrashReporter build (PLCrashReporter 1.3).
  • [BUGFIX] Add check for nil in BITChannel.

Version 4.1.1

11 Nov 23:56
Compare
Choose a tag to compare
  • [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

02 Sep 18:58
Compare
Choose a tag to compare

[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

25 May 13:39
Compare
Choose a tag to compare
Version 4.1.0-beta.4 Pre-release
Pre-release

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